We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-PnPAzureADUser fails in GCC High
Return AzureAD User objects
PS C:\Users\username> Get-PnPAzureADUser -Identity [email protected] Get-PnPAzureADUser: Code: generalException Message: Location header not present in redirection response.
$siteurl = "https://tenant-admin.sharepoint.us" connect-PnPOnline -Url $SiteURL -Interactive -ClientId 00000000-0000-0000-00000000 -Tenant tenant.onmicrosoft.com -AzureEnvironment USGovernmentHigh
2.2.0
The text was updated successfully, but these errors were encountered:
gautamdsheth
Successfully merging a pull request may close this issue.
Reporting an Issue or Missing Feature
Get-PnPAzureADUser fails in GCC High
Expected behavior
Return AzureAD User objects
Actual behavior
PS C:\Users\username> Get-PnPAzureADUser -Identity [email protected]
Get-PnPAzureADUser: Code: generalException
Message: Location header not present in redirection response.
Steps to reproduce behavior
$siteurl = "https://tenant-admin.sharepoint.us"
connect-PnPOnline -Url $SiteURL -Interactive -ClientId 00000000-0000-0000-00000000 -Tenant tenant.onmicrosoft.com -AzureEnvironment USGovernmentHigh
What is the version of the Cmdlet module you are running?
2.2.0
Which operating system/environment are you running PnP PowerShell on?
The text was updated successfully, but these errors were encountered: