One-To-Many Powershell Scripts
- by Matt
I'm trying to create a script to run as a scheduled task, which will run against multiple servers and retrieve some information.
To start with, I populate the list of servers by querying AD for all servers that match a certain set of criteria, using Get-ADComputer.
The problem is, the list is returned as an object, which I can't then pass to the…