diff options
author | HarmJ0y <will@harmj0y.net> | 2017-01-10 18:32:07 -0500 |
---|---|---|
committer | HarmJ0y <will@harmj0y.net> | 2017-01-10 18:32:07 -0500 |
commit | ce19ebd9ed87e92f52e02c55d50d077d92e9db52 (patch) | |
tree | 42b5f6b5cc3b3ec8c6fa6bf91d83168fdf793c5d /Recon/PowerView.ps1 | |
parent | 9ea5c5b7f5b052d6d2cd63174d9f6a8fc48a1b43 (diff) | |
parent | e4b1930daa43885c4cfcf089b36c95d531f2a1e2 (diff) | |
download | PowerSploit-ce19ebd9ed87e92f52e02c55d50d077d92e9db52.tar.gz PowerSploit-ce19ebd9ed87e92f52e02c55d50d077d92e9db52.zip |
Merge branch 'dev' of github.com:PowerShellMafia/PowerSploit into dev
Diffstat (limited to 'Recon/PowerView.ps1')
-rwxr-xr-x | Recon/PowerView.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Recon/PowerView.ps1 b/Recon/PowerView.ps1 index c0209d0..212b74e 100755 --- a/Recon/PowerView.ps1 +++ b/Recon/PowerView.ps1 @@ -3674,7 +3674,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']) { |