jeudi 7 mars 2019

SCCM: forcer la MAJ du centre Logiciel

Votre centre logiciel ne se met pas à jour ?


Allez dans le panneau de configuration, Configuration manager (sous système)
Onglet Action puis selectionnez les actions suivantes:
 
-Récupération de stratégie Ordinateur et Cycle d'évaluation
-Cycle d'inventaire Logiciel
-Cycle d'évaluation du déploiement de l'application
-Dans le centre logiciel faites F5

Source:
https://it.byu.edu/byu/sc_help.do?sysparm_document_key=kb_knowledge,433f66cf4fcc8200aa42d49f0310c79c


  1. Click on Machine Policy Retrieval & Evaluation Cycle and click on "Run Now."
  2. Click on Software Inventory Cycle and click on the  Run Now button.
  3. Click on Application Deployment Evaluation Cycle and click on "Run Now."
  4. The software in Software Center should update shortly.  Pressing on F5 on the keyboard while in the Software Center window will refresh it.
En PowerShell pour la Machine Policy

$sms_client = New-Object -COM 'CPApplet.CPAppletMgr'
$sms_client | gm   
$actions = $sms_client.GetClientActions()
$actions | select Name
$machine_policy = $actions | ?{$_.Name -like "*Machine Policy"}
$machine_policy.PerformAction()

    Aucun commentaire:

    Enregistrer un commentaire