Wednesday, June 24, 2009

List Local Users of Remote Systems (Powershell)

Here's a Powershell script that reads the hostnames off a text file (hosts.ini) and lists all the local users of the remote host:

1 comment:

Walid said...

How can I do this for a list of remote servers - say more than a 100 Windows Servers?

Thanks,

W