Warning: An update to the System Center 2012 Configuration Manager Cmdlet Library is available.

If you are using PowerShell in System Center Configuration Manager, you may see a warning message when running SCCM cmdlets:

WARNING: An update to the System Center 2012 Configuration Manager Cmdlet Library is available. Please go to ‘http://go.microsoft.com/fwlink/?LinkId=528947‘ to download the latest version. Running cmdlet version: 5.0.8348.1158 Latest cmdlet version: 5.0.8373.1189

You must install this update to get the new SCCM PowerShell cmdlets. Download msi package from: https://www.microsoft.com/en-us/download/details.aspx?id=46681

Before running the msi package, use the following command to see how many cmdlets are installed:

PS > get-command -module configurationmanager | measure-object


Count    : 654
Average  :
Sum      :
Maximum  :
Minimum  :
Property :

Now run the msi:

sccmupdate

Click Next

sccmupdate-3

Accept the license

sccmupdate-4

Click Next

sccmupdate-5

Click Finish

sccmupdate-1

Now run the previous command:

PS > get-command -module configurationmanager | measure-object


Count    : 733
Average  :
Sum      :
Maximum  :
Minimum  :
Property :

 

Thanks for reading! You can follow me on Twitter @PrigentNico

About Nicolas 282 Articles
I work as an IT Production Manager, based in Paris (France) with a primary focus on Microsoft technologies. I have 10 years experience in administering Windows Servers. . I am a Microsoft MVP for Cloud & Datacenter Management. I also received the PowerShell Hero 2016 award by PowerShell.0rg. And finally, I am "MCSE: Cloud Platform and Infrastructure", "MCSA: Windows Servers", "Administering & Deploying SCCM", and CheckPoint CCSA certified.