Accessing SCSM 2012 using PowerShell (without SMLets)
Accessing SCSM 2012 using PowerShell (without SMLets) http://ben.neise.co.uk/index.php/2014/01/accessing-scsm-2012-with-powershell/ Accessing SCSM 2012 using PowerShell (without SMLets) 2 Replies I wanted to use PowerShell to create a simple report of open (active & pending) incidents in System Center Service Manager 2012, but the only examples I could find online used the SMLets. Sometimes this wasn’t obvious, but soon became apparent when PowerShell choked over CMDLets likeGet-SCSMObject. While I’m sure the SMLets are handy for ad-hoc reports by administrators, I wanted the option for my report…