I need to modify this script,
https://gallery.technet.microsoft.com/scriptcenter/Get-remote-machine-members-bc5faa57
To pull data from 2003 servers and 2008 servers on a domain. I need to pull against a csv file which contains a list of server names. Since 2003 doesn’t use wmi, could someone help me write a version for both 2003 servers and 2008, that authenticates with a domain admin account before hand, and then checks for local admin accounts? Im having trouble modifying this.
Thank you in advance!
submitted by /u/AV1978
[link] [comments]
The post Looking for help to modify appeared first on How to Code .NET.