Update the SCCM cmdlet libraries

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 3분
  • Ensure that the System Center Configuration Manager SCCM Cmdlet Library is up-to-date.

    시작하기 전에

    Role required: Either current user or system administrator, depending on settings.

    이 태스크 정보

    The System Center Configuration Manager SCCM Cmdlet Library installs and updates the Windows PowerShell module for SCCM. SCCM checks for library updates on a daily basis. Out-of-date libraries can cause Discovery of the SCCM server to fail, because the system cannot parse the SCCM activity output. This warning message appears in the ECC queue input records for the SCCM GET activities:
    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.8231.1004 Latest cmdlet version: 5.0.8328.1155

    Download the latest version of the cmdlet library from Microsoft. For installation instructions, see https://learn.microsoft.com/en-us/fabric/enterprise/powerbi/service-admin-reference.

    If you elect to use an earlier version library, use this procedure to disable the CM update check, which allows Discovery to prodeed without issues.

    프로시저

    1. Log into the SCCM console as an adminstrator.
    2. Open the menu from the upper left corner of the console.
    3. Select Connect via Windows PowerShell.
    4. Run one of these commands to disable the update check:
      • Per-user: Set-CMCmdletUpdateCheck -CurrentUser -IsUpdateCheckEnabled 0
      • Per-system: Set-CMCmdletUpdateCheck -System -IsUpdateCheckEnabled 0
      중요사항:
      The per-system cmdlet must run in an elevated Windows PowerShell session.
    5. Run the Get-CMCmdletUpdateCheck command to refresh the console and check the settings.
    6. Ensure that the value of the IsEnabled configuration variable has changed to False.
      This indicates that the warning for an out of date cmdlet library is disabled for the users specified.
    7. To re-enable the update check, run the -IsUpdateCheckEnabled 1 command for either the current user or for the system.