Powershell BLOG
Powershell – Get IP Details
Hi folks, this is a script to help you get network information from remote servers or clients. You can use get-content to a list of server names or you can run to a single machine. The information,includes,ComputerName,IPAddress,SubnetMask,Gateway,IsDHCPEnabled,DNSServers,WINSServers,MACAddress. Here is the code #How to run you can target one single machine Read more…