Created
October 12, 2020 03:12
-
-
Save elliz/8735c228c3c16749cb9769772a89053e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From Admin PS Shell: | |
Install-Module -Name AzureAD | |
Connect-AzureAD | |
Get-AzureADUser -ObjectId "your email address" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment