Wiki source code of Kerberos Keyrotation (monatlich)
Last modified by Dimitri Rupp on 2026/07/08 13:06
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = 🔐 Kerberos Keyrotation (monatlich) = | ||
| 2 | |||
| 3 | {{info}} | ||
| 4 | **Zweck:** Solange der Job am DC nicht läuft, muss monatlich eine Kerberos-Keyrotation durchgeführt werden. | ||
| 5 | {{/info}} | ||
| 6 | |||
| 7 | == Durchführung == | ||
| 8 | |||
| 9 | Folgende Befehle über eine PowerShell **am Domain Controller** absetzen (mit Serveradmin): | ||
| 10 | |||
| 11 | {{code language="powershell"}} | ||
| 12 | Import-Module 'C:\Program Files\Microsoft Azure Active Directory Connect\AzureADSSO.psd1' | ||
| 13 | New-AzureADSSOAuthenticationContext -CloudCredentials $CloudCred | ||
| 14 | Update-AzureADSSOForest | ||
| 15 | {{/code}} | ||
| 16 | |||
| 17 | [[image:image-20221121123254-1.png]] |