Q. Which System Center Configuration Manager (SCCM) common schedules can I trigger?
John Savill
August 28, 2010
1 Min Read
A. In the previous FAQ , I demonstrated how to remotely trigger an SCCM client schedule using the PowerShell command
$SMSCli = \[wmiclass\] "\machinenamerootccm:SMS_Client"
$
SMSCli.TriggerSchedule("\{00000000-0000-0000-0000-000000000021\}")
There are other schedules you can trigger, with the major ones shown below. Use these in place of the value 00021 to remotely trigger other schedules.
\{00000000-0000-0000-0000-000000000002\} - Trigger software inventory
\{00000000-0000-0000-0000-000000000003\} - Trigger DDR
\{00000000-0000-0000-0000-000000000010\} - Trigger File Collection
\{00000000-0000-0000-0000-000000000021\} - Trigger machine policy assignments request
\{00000000-0000-0000-0000-000000000022\} - Evaluate machine policy
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like