Exporting Agent Managed Computers
Hi All, Is there is a way to export Agent Managed computers to a excel or csv file?
May 12th, 2011 6:20am

Hi Siva, Yes, you can do it with PowerShell: get-agent |select-object Name| export-csv -path <path>\agents.csvhttp://OpsMgr.ru/
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2011 6:40am

Does this provide the info you are looking for: http://contoso.se/blog/?p=1734 Cheers GrahamView OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/
May 12th, 2011 6:40am

Thanks Alexey and Graham it worked thanks for the info.
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2011 7:42am

and if you want to sort by name: Get-Agent | sort-Object Name | Select Name | export-csv c:\agents.csv -NoTypeInformation
May 12th, 2011 10:11am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics