tiny typo fix

Fixed a tiny typo in the example - orce to Force.
This commit is contained in:
Euan 2018-01-16 12:49:49 +00:00 committed by GitHub
parent be932ce2be
commit beb2458345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2846,7 +2846,7 @@ format instead of John (the default).
.EXAMPLE .EXAMPLE
$SecPassword = ConvertTo-SecureString 'Password123!' -AsPlainText -orce $SecPassword = ConvertTo-SecureString 'Password123!' -AsPlainText -Force
$Cred = New-Object System.Management.Automation.PSCredential('TESTLB\dfm.a', $SecPassword) $Cred = New-Object System.Management.Automation.PSCredential('TESTLB\dfm.a', $SecPassword)
Invoke-Kerberoast -Credential $Cred -Verbose -Domain testlab.local | fl Invoke-Kerberoast -Credential $Cred -Verbose -Domain testlab.local | fl