Skip to content

Commit

Permalink
fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay-Rohatgi committed Apr 3, 2021
1 parent 30a9c5d commit 2e9ced4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <USERNAME> | select PasswordLastSet).PasswordLastSet -replace "n",", " -replace "r",", "` and use it as `arg2`.
**WindowsFeature**: pass if Feature Enabled

Expand Down

0 comments on commit 2e9ced4

Please sign in to comment.