From 592e2851a1bcf90887dcbbc438db4b8d38d6647b Mon Sep 17 00:00:00 2001 From: gwblok Date: Tue, 13 Feb 2024 09:16:58 -0600 Subject: [PATCH 1/2] Update triggerschedule-method-in-class-sms_client.md --- .../client-classes/triggerschedule-method-in-class-sms_client.md | 1 + 1 file changed, 1 insertion(+) 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..7cba12b0463 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](https://learn.microsoft.com/en-us/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 From 10df603e363706c84f207836fad943d79c32b2bf Mon Sep 17 00:00:00 2001 From: Doug Eby <17034284+dougeby@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:25:47 -0700 Subject: [PATCH 2/2] Update triggerschedule-method-in-class-sms_client.md Fixed hard link --- .../triggerschedule-method-in-class-sms_client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7cba12b0463..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,7 +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](https://learn.microsoft.com/en-us/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. +[!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