UniGetUI icon indicating copy to clipboard operation
UniGetUI copied to clipboard

Update Windows applications

Open Y-PLONI opened this issue 5 months ago • 3 comments

Please confirm these before moving forward.

  • [X] I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
  • [X] This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use this template.

Describe the new feature

You can update via Powershell, here is a link to reddit with a code. Example code [run power-shell as administrator]: $namespaceName = "root\cimv2\mdm\dmmap" $className = "MDM_EnterpriseModernAppManagement_AppManagement01" $wmiObj = Get-WmiObject -Namespace $namespaceName -Class $className $result = $wmiObj.UpdateScanMethod()

Describe how this new feature could help users

Update Windows applications

Y-PLONI avatar Sep 13 '24 10:09 Y-PLONI