Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Agent Managed Server List Script

1 view
Skip to first unread message

Steve Howard

unread,
Jul 24, 2009, 12:26:01 PM7/24/09
to
Is there a way to export a list of currenlty managed servers ( or list of
Agent managed) in the Management Group?

Powershell or any other methodis fine, just need to export a very extensive
list.

Thanks

Marco Shaw [MVP]

unread,
Jul 24, 2009, 5:37:47 PM7/24/09
to
I cover some basics here:
http://technet.microsoft.com/en-ca/magazine/2008.08.scom.aspx

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...

Steve Howard

unread,
Jul 27, 2009, 7:49:00 AM7/27/09
to
Marco -

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

Debug Guy

unread,
Sep 20, 2009, 10:50:53 PM9/20/09
to
testing
0 new messages