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

Commit ce19ebd

Browse files
committed
Merge branch 'dev' of github.com:PowerShellMafia/PowerSploit into dev
2 parents 9ea5c5b + e4b1930 commit ce19ebd

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
@@ -3674,7 +3674,7 @@ http://social.technet.microsoft.com/Forums/scriptcenter/en-US/0c5b3f83-e528-4d49
36743674
[System.DirectoryServices.ActiveDirectory.Domain]::GetDomain($DomainContext)
36753675
}
36763676
catch {
3677-
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: $_"
3677+
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: $_"
36783678
}
36793679
}
36803680
elseif ($PSBoundParameters['Domain']) {

0 commit comments

Comments
 (0)