The "ConfigMgr" PowerShell module is used to directly access the ConfigMgr WMI provider.
As it doesn't have any further dependencies, it's a perfect fit for all scenarios, where ConfigMgr PowerShell scripts shall be used, but the ConfigMgr console can't be installed or used, or where a certain functionality is not availabe.
PowerShell Version 3.0+
Install-Module -Name ConfigMgr
See the PowerShell Gallery for the complete details and instructions.
Download ConfigMgr-0.1.42.zip and extract the contents into C:\Users\[User]\Documents\WindowsPowerShell\modules\ConfigMgr (you may have to create these directories if they don't exist.)
- see LICENSE file
- Twitter: @Maik_Koster
- Blog: MaikKoster.com