From 902369734cb1873ec0a224a0543df2df95ee4322 Mon Sep 17 00:00:00 2001 From: Scott Sutherland Date: Tue, 20 Dec 2022 13:14:50 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea89e95..f798263 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ PS C:\temp\test> Invoke-HuntSMBShares -Threads 100 -OutputDirectory c:\temp\test .EXAMPLE 4: Run from a non-domain computer with credential. Performs Active Directory computer discovery by default. C:\temp\test> runas /netonly /user:domain\user PowerShell.exe -PS C:\temp\test> Import-Module Invoke-HuntSMBShares.ps1 +PS C:\temp\test> Import-Module PowerHuntShares.psm1 PS C:\temp\test> Invoke-HuntSMBShares -Threads 100 -RunSpaceTimeOut 10 -OutputDirectory c:\folder\ -DomainController 10.1.1.1 -Credential domain\user ===============================================================