Useful SCCM 2012 Queries

Below is a list of useful SCCM SQL queries for reporting or Collection creations. Unfortunately, I am unable to recall where I complied all these queries from. I cannot take credit for them, however if you know where they came from please feel free to reply below and I will be happy to update citing the […]

Read More Useful SCCM 2012 Queries

OpsMgr / SCOM 2012 MP Backup PowerShell Script

Recently I came across a post that someone in the Operations Manger Community had posted about the new SCOM 2012 PowerShell command that allows you to export all your Management Packs to XML files. http://om2012.wordpress.com/2011/12/07/om12-rc-how-to-backup-all-scom-mps/ Get-SCManagementPack | Export-SCManagementPack -path C:\MPDUMP This was great starting place for creating a PowerShell Script that could run a daily […]

Read More OpsMgr / SCOM 2012 MP Backup PowerShell Script