Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

wmi filter in powwershell script

$
0
0

Good Morning,

I'm trying to get computers records in my dns server using get-wmiobject : 

Get-WMIObject -Computer '[DNSserver]' -Namespace "root\MicrosoftDNS" -Class "MicrosoftDNS_AType" -filter "OwnerName LIKE 'computer%'"

But nothing is returned.

someone have a idea ?


Viewing all articles
Browse latest Browse all 15028

Trending Articles