From beb2458345bf2d58c0a8e055b0d02f58ce93f565 Mon Sep 17 00:00:00 2001 From: Euan Date: Tue, 16 Jan 2018 12:49:49 +0000 Subject: [PATCH] tiny typo fix Fixed a tiny typo in the example - orce to Force. --- Recon/PowerView.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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