tiny typo fix
Fixed a tiny typo in the example - orce to Force.
This commit is contained in:
parent
be932ce2be
commit
beb2458345
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue