Quick Access to OpsMgr Agent Information
Derek Harkin writes: Sometimes you need access to some information from Opsmgr in a hurry and you really do not want to open up the Ops Console and wait for it to load. Here is a powershell script that extracts information from OpsMgr and drops it into several HTML files so it can be added to a website. Download ScriptThe pages created are the following:
The script does require some configuration before it can be used:
1) At the very start of the script you have to enter the name of the Root Management Server. You can uncomment the next lines lines and define multiple RMS's if you want to pull the information from more than 1 management group.
2) $outpath = "c:\" - Change this to where you want the script to write the html files.
3) If connecting to more than one managemet group you need to comment out line 17 an uncomment Line 19








