This post will quickly cover on how to start using PowerShell with ConfigMgr. It's good to see that ConfigMgr Admins are finally embracing the Shell :) Planning to have one of these getting started hangouts for PowerShell Bangalore User Group (@PSBUG) in near future. There are essentially two routes: Using ConfigurationManager Cmdlets Using WMI / CIM (next post probably) Using ConfigurationManager Cmdlets ConfigMgr starting from 2012 SP1 has got the official PowerShell support, which means when you install the ConfigMgr console on a machine then you will get a PowerShell Module along with it in the below location : <drive>\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin Don't worry you don't have to remember this. There is an environment variable SMS_ADMIN_UI_PATH which holds this piece of information for you (Note the path we need is till bin folder only ) The best way to get the CM cmdlet
Infra + Dev's ramblings