Skip to content

Instantly share code, notes, and snippets.

@nicolonsky
Last active August 19, 2019 12:36
Show Gist options
  • Save nicolonsky/a11b78f6a2995caa8a7beeab2b14c613 to your computer and use it in GitHub Desktop.
Save nicolonsky/a11b78f6a2995caa8a7beeab2b14c613 to your computer and use it in GitHub Desktop.
Roll Over Kerberos Decryption Key
Import-Module "$env:ProgramFiles\Microsoft Azure Active Directory Connect\AzureADSSO.psd1"
New-AzureADSSOAuthenticationContext
$creds = Get-Credential
Update-AzureADSSOForest -OnPremCredentials $creds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment