sync
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
If (Get-WmiObject -query 'SELECT * FROM CCM_SoftwareUpdate' -namespace 'ROOT\ccm\ClientSDK' | where-object ArticleId -eq 5001078) {
|
||||
([wmiclass]'ROOT\ccm\ClientSDK:CCM_SoftwareUpdatesManager').InstallUpdates([System.Management.ManagementObject[]] (Get-WmiObject -query 'SELECT * FROM CCM_SoftwareUpdate' -namespace 'ROOT\ccm\ClientSDK' | where-object ArticleId -eq 5001078))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user