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
- Click on Machine Policy Retrieval & Evaluation Cycle and click on "Run Now."
- Click on Software Inventory Cycle and click on the Run Now button.
- Click on Application Deployment Evaluation Cycle and click on "Run Now."
- The software in Software Center should update shortly. Pressing on F5 on the keyboard while in the Software Center window will refresh it.
$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