From e70e043f2c2cc1393f587ef1f6399acb16bd717b Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 26 Apr 2022 12:38:38 +0100 Subject: [PATCH] Update Add-KdsRootKey.md Modified the EffectiveTime parameter example, to include a day larger than 12. This should prevent confusion over the format to use (recommended as the American mm/dd/yyyy format, however any format should work as the parameter takes a DateTime, not a string) --- docset/winserver2022-ps/kds/Add-KdsRootKey.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docset/winserver2022-ps/kds/Add-KdsRootKey.md b/docset/winserver2022-ps/kds/Add-KdsRootKey.md index b6a59acf91..e020931dae 100644 --- a/docset/winserver2022-ps/kds/Add-KdsRootKey.md +++ b/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 ### Example 3: Generate a new root key which takes effect on a specific date ``` -PS C:\> Add-KdsRootKey -EffectiveTime 03/06/2013 +PS C:\> Add-KdsRootKey -EffectiveTime 03/23/2013 ``` -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. Use the mm/dd/yyyy format. ### Example 4: Generate a new root key on the local host only