Hi,
I am writing a Script in PowerShell, to obtain the DNS Configurations of remote Windows servers.
I am reading the server name from a text file.
I want to use the NetIPConfiguration command in the script and then store the output in a file.
What is the WmiObject class for NetIPConfiguration ? or any script for the same would be great.