Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Error while trying to use out-gridview with nslookup

$
0
0

Calling NSLookup in a script.  It outputs successfully to gridview but also throws the following error:

nslookup : Non-authoritative answer:

At C:\Temp\lookup.ps1:51 char:1

+ nslookup www.google.com | Out-GridView

+ ~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : NotSpecified: (Non-authoritative answer::String) [], RemoteException

+ FullyQualifiedErrorId : NativeCommandError

Any ideas on why it's complaining?

 

Thanks!


Viewing all articles
Browse latest Browse all 6937

Trending Articles