From 80d54b040110d1924b41b7663ab013cd413ce5dd Mon Sep 17 00:00:00 2001 From: Ryan Ephgrave Date: Fri, 5 Feb 2021 17:47:08 -0600 Subject: [PATCH] snarkier readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f2764e..b095861 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ First, if you've never set up a KDS root key, you'll want to run this command fr Add-KDSRootKey -EffectiveImmediately ``` -Note, effective immediately means it's added immediately but not ready immediately (it always waits for replication). Per the [documentation](https://docs.microsoft.com/en-us/windows-server/security/group-managed-service-accounts/create-the-key-distribution-services-kds-root-key) you can run this instead to make it really effective immediately: +Note, effective immediately means it's ready in 10 hours because, why not. Per the [documentation](https://docs.microsoft.com/en-us/windows-server/security/group-managed-service-accounts/create-the-key-distribution-services-kds-root-key) you can run this instead to make it really effective immediately: ``` powershell Add-KdsRootKey -EffectiveTime ((get-date).addhours(-10))