Powershell or any other methodis fine, just need to export a very extensive
list.
Thanks
Assuming you're using OpsMgr 2007 SP1, you just need to open the Command
Shell, and run: get-agent.
You'll need to be a bit more specific on what you want to export and how.
You can also just try:
PS>get-agent|export-csv -path c:\nodes.csv
Reply back if you're still stuck...
Marco
"Steve Howard" <Steve...@discussions.microsoft.com> wrote in message
news:5F0FB0C2-CEDB-4F81...@microsoft.com...
Thanks for the link and the info. I believe this is all I need.
Specifically, what I am trying to do is provide my Boss with a list of all
servers that I have pushed an agent to. While I can view it easily in the
Console, I was not able to figure out a good way to export the list. I was
un-aware of the cmdlet.
Thanks again