Monitoring device export to Excel file
Hi All, We have 2000 windows server and 150 linux/ unix mechines . our requirement is to export those list of monitored objects to excel file . I have done it for windows server through get-agent command . But i don't know how to do this for non windows
.Can any help me how to export those details.
This is totally for Non windows and AEM
November 26th, 2010 5:12am
This should get all your Unix machines
$UC = get-monitoringclass -name "Microsoft.Unix.Computer"
$MO = Get-MonitoringObject -monitoringclass:$UC
$MO | select DisplayNamemats.w | www.opsmode.com
Free Windows Admin Tool Kit Click here and download it now
November 26th, 2010 6:02am