From 2e9ced43bf9696aff53a7ee42034686a947be968 Mon Sep 17 00:00:00 2001 From: Akshay Rohatgi <52616034+Akshay-Rohatgi@users.noreply.github.com> Date: Sat, 3 Apr 2021 14:33:52 -0700 Subject: [PATCH] fixed example --- docs/checks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/checks.md b/docs/checks.md index b5ff3d40..89dd4fe3 100644 --- a/docs/checks.md +++ b/docs/checks.md @@ -200,7 +200,7 @@ type='PasswordChanged' arg1='username' arg2='01/17/2019 20:57:41 PM' ``` -> You should take the value from `(Get-LocalUser awsm3 | select PasswordLastSet).PasswordLastSet -replace "n",", " -replace "r",", "` and use it as `arg2`. +> You should take the value from `(Get-LocalUser | select PasswordLastSet).PasswordLastSet -replace "n",", " -replace "r",", "` and use it as `arg2`. **WindowsFeature**: pass if Feature Enabled