Roll over Kerberos decryption key for Seamless SSO computer account

cd 'C:\Program Files\Microsoft Azure Active Directory Connect\'
Import-Module .\AzureADSSO.psd1
#Below needs Hybrid Identity Manager 
New-AzureADSSOAuthenticationContext
Get-AzureADSSOStatus | ConvertFrom-Json
#Below needs domain admin
$creds = Get-Credential
Update-AzureADSSOForest -OnPremCredentials $creds
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...