aboutsummaryrefslogtreecommitdiff
path: root/Recon/PowerView.ps1
diff options
context:
space:
mode:
authorHarmJ0y <HarmJ0y@users.noreply.github.com>2017-01-09 22:34:41 -0800
committerGitHub <noreply@github.com>2017-01-09 22:34:41 -0800
commite4b1930daa43885c4cfcf089b36c95d531f2a1e2 (patch)
tree860351cf1c9e8f8835cb9c42503b340f7e2ee3c5 /Recon/PowerView.ps1
parent215ec25da051770bed4e6119f6e911f0ac5e11f7 (diff)
parentaecb0b57a46e34efd14757ed5bc3de84c34b0e2f (diff)
downloadPowerSploit-e4b1930daa43885c4cfcf089b36c95d531f2a1e2.tar.gz
PowerSploit-e4b1930daa43885c4cfcf089b36c95d531f2a1e2.zip
Merge pull request #207 from leechristensen/patch-3
Words :P
Diffstat (limited to 'Recon/PowerView.ps1')
-rwxr-xr-xRecon/PowerView.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/Recon/PowerView.ps1 b/Recon/PowerView.ps1
index 5e08807..0cb20f5 100755
--- a/Recon/PowerView.ps1
+++ b/Recon/PowerView.ps1
@@ -3670,7 +3670,7 @@ http://social.technet.microsoft.com/Forums/scriptcenter/en-US/0c5b3f83-e528-4d49
[System.DirectoryServices.ActiveDirectory.Domain]::GetDomain($DomainContext)
}
catch {
- Write-Verbose "[Get-Domain] The specified domain does '$TargetDomain' not exist, could not be contacted, there isn't an existing trust, or the specified credentials are invalid: $_"
+ Write-Verbose "[Get-Domain] The specified domain '$TargetDomain' does not exist, could not be contacted, there isn't an existing trust, or the specified credentials are invalid: $_"
}
}
elseif ($PSBoundParameters['Domain']) {