From aecb0b57a46e34efd14757ed5bc3de84c34b0e2f Mon Sep 17 00:00:00 2001 From: Lee Christensen Date: Mon, 9 Jan 2017 22:18:36 -0800 Subject: Words :P --- Recon/PowerView.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Recon/PowerView.ps1') 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']) { -- cgit v1.2.3