WHAT ARE THE OTHER ALTERNATIVE OPTIONS TO RUN ACTION CYCLES ON MECM CLIENT COMPUTERS ?

preview_player
Показать описание
What are other alternative options to RUN ACTION Cycles on MECM Client Computers?

This video will cover 4 ways we can RUN ACTION CYCLE

1. Running thru Config Manager Action Cycle::
Control Panel -- Configuration Manager Properties -- Actions

2. Configuration Manager Console:
Configuration Manager Console -- Assets and Compliance -- Devices -- Select a device -- Right click Client Notification -- Run Action cycle

3. Thru Software Center:
Software Center -- Options -- Computer Mantenance -- Sync Policy -- This will trigger User, Machine policy and Application Deployment Evaluation Cycle.

4. Thru Command Line
-- Command Prompt (in elevated prompt):
WMIC.exe /namespace:\\root\ccm path sms_client call TriggerSchedule "{00000000-0000-0000-0000-000000000022}"

(WMIC is located in %windir%\System32\wbem\WMIC.exe)

-- PowerShell CLI (in elevated prompt):
Invoke-WMIMethod -Namespace root\ccm -Class SMS_CLIENT -Name TriggerSchedule "{00000000-0000-0000-0000-000000000022}"

5. To Remotely execute thru commandline
-- Command Prompt (in elevated prompt):
WMIC.exe /node:"Remote Hostname" /namespace:\\root\ccm path sms_client call TriggerSchedule "{00000000-0000-0000-0000-000000000022}"

-- Powershell CLI (in elevated prompt):
Invoke-WMIMethod -ComputerName RemoteHostname -Namespace root\ccm -Class SMS_CLIENT -Name TriggerSchedule "{00000000-0000-0000-0000-000000000022}"

Microsoft Document Reference link:

----------------------------------------------------------------------------------------------------------------------
Follow Below platforms to get updates:

If you would like to share your troubleshooting fix or knowledge on MECM, you are most welcome to share your interest in email. Will look forward to collaborate & share knowledge. Thank You :)
Рекомендации по теме
Комментарии
Автор

You content are too relevant to my daily work. Thank you ever so much

isokomusichub
Автор

Thank you, very useful video.👌🏻
Please make a video on troubleshooting videos series for MP down, DP down, Software updates not working, etc related to infrastructure.

Mtunes
Автор

Hi Sir, great explanation and thank you very much for the description. Hope to see more videos like this.

sudhamylavarapu
Автор

Hi sir,
Videos are very informative.
Could you please do videos on monthly security patches failure troubleshooting

bhupalreddy
Автор

Hi sir can you please do a video on fixing components errors issue

ashok-znnb