You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the function Invoke-MapDomainTrust I get the following exception.
Exception calling "ContainsKey" with "1" argument(s): "Key cannot be null.Parameter name: key"
At PowerTools-master\powerview\powerview.ps1:10924 char:42+if (-not$SeenDomains.ContainsKey<<<< ($Domain)) {
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
WARNING: The specified domain redacted.com does not exist, could not be
contacted, or there isn't an existing trust.
It continues running and looping through each item but it's throwing a lot of the above exceptions in my current environment. It appears to still be returning good results as it finds them as well.
The text was updated successfully, but these errors were encountered:
When I run the function
Invoke-MapDomainTrust
I get the following exception.It continues running and looping through each item but it's throwing a lot of the above exceptions in my current environment. It appears to still be returning good results as it finds them as well.
The text was updated successfully, but these errors were encountered: