Hello,
I renew our Kerberos every month and suddenly I get this error:
PS C:\Program Files\Microsoft Azure Active Directory Connect> Import-Module .\AzureADSSO.psd1
PS C:\Program Files\Microsoft Azure Active Directory Connect> New-AzureADSSOAuthenticationContext
PS C:\Program Files\Microsoft Azure Active Directory Connect> New-AzureADSSOAuthenticationContext
PS C:\Program Files\Microsoft Azure Active Directory Connect> Get-AzureADSSOStatus |ConvertFrom-Json
Get-AzureADSSOStatus : One or more errors occurred.
At line:1 char:1
- Get-AzureADSSOStatus |ConvertFrom-Json
- ~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : NotSpecified: (:) [Get-AzureADSSOStatus], AggregateException
- FullyQualifiedErrorId : System.AggregateException,Microsoft.KerberosAuth.Powershell.PowershellCommands.GetAzureA
DSSOStatusCommand
I already tried using a space after | for ConvertFrom-JSon, same issue. I also tried another Global admin's credential, same error. If I type in only the Get-AzureADSSOStatus I get the same error. This works every month until today. Does anyone have the same issue after August Windows Update? Thank you.