Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit aecb0b5

Browse files
Words :P
1 parent 215ec25 commit aecb0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Recon/PowerView.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3670,7 +3670,7 @@ http://social.technet.microsoft.com/Forums/scriptcenter/en-US/0c5b3f83-e528-4d49
36703670
[System.DirectoryServices.ActiveDirectory.Domain]::GetDomain($DomainContext)
36713671
}
36723672
catch {
3673-
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: $_"
3673+
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: $_"
36743674
}
36753675
}
36763676
elseif ($PSBoundParameters['Domain']) {

0 commit comments

Comments
 (0)