diff --git a/memdocs/configmgr/develop/reference/core/clients/client-classes/triggerschedule-method-in-class-sms_client.md b/memdocs/configmgr/develop/reference/core/clients/client-classes/triggerschedule-method-in-class-sms_client.md index eff6a83f8ca..5fbd0dd2430 100644 --- a/memdocs/configmgr/develop/reference/core/clients/client-classes/triggerschedule-method-in-class-sms_client.md +++ b/memdocs/configmgr/develop/reference/core/clients/client-classes/triggerschedule-method-in-class-sms_client.md @@ -117,6 +117,7 @@ Invoke-CimMethod -Namespace 'root\CCM' -ClassName SMS_Client -MethodName Trigger %windir%\System32\wbem\WMIC.exe /namespace:\\root\ccm\invagt path inventoryActionStatus where InventoryActionID="{00000000-0000-0000-0000-000000000113}" DELETE /NOINTERACTIVE %windir%\System32\wbem\WMIC.exe /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000113}" /NOINTERACTIVE ``` +[!IMPORTANT] [Windows Deprecated Features](/windows/whats-new/deprecated-features) - [Update - January 2024]: Currently, WMIC is a Feature on Demand (FoD) that's preinstalled by default in Windows 11, versions 23H2 and 22H2. In the next release of Windows, the WMIC FoD will be disabled by default. ## See also