We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bafb8f + a328a12 commit 0d156c6Copy full SHA for 0d156c6
docset/winserver2022-ps/kds/Add-KdsRootKey.md
@@ -47,10 +47,10 @@ This command generates a new root key immediately and adds it to the Microsoft G
47
48
### Example 3: Generate a new root key which takes effect on a specific date
49
```
50
-PS C:\> Add-KdsRootKey -EffectiveTime 03/06/2013
+PS C:\> Add-KdsRootKey -EffectiveTime 03/23/2013
51
52
53
-This command generates a new root key for the Microsoft Group KdsSvc which takes effect on the date 03/06/2013.
+This command generates a new root key for the Microsoft Group KdsSvc which takes effect on the date 03/23/2013.
54
Use the mm/dd/yyyy format.
55
56
### Example 4: Generate a new root key on the local host only
0 commit comments