diff --git a/Recon/PowerView.ps1 b/Recon/PowerView.ps1 index 6be2241a..d441bcba 100755 --- a/Recon/PowerView.ps1 +++ b/Recon/PowerView.ps1 @@ -2846,7 +2846,7 @@ format instead of John (the default). .EXAMPLE -$SecPassword = ConvertTo-SecureString 'Password123!' -AsPlainText -orce +$SecPassword = ConvertTo-SecureString 'Password123!' -AsPlainText -Force $Cred = New-Object System.Management.Automation.PSCredential('TESTLB\dfm.a', $SecPassword) Invoke-Kerberoast -Credential $Cred -Verbose -Domain testlab.local | fl