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 ?