diff --git a/MS Store Update.ps1 b/MS Store Update.ps1 new file mode 100644 index 0000000..a939805 --- /dev/null +++ b/MS Store Update.ps1 @@ -0,0 +1,4 @@ +$namespaceName = "root\cimv2\mdm\dmmap" +$className = "MDM_EnterpriseModernAppManagement_AppManagement01" +$wmiObj = Get-WmiObject -Namespace $namespaceName -Class $className +$result = $wmiObj.UpdateScanMethod() \ No newline at end of file