Commit graph

2 commits

Author SHA1 Message Date
google-labs-jules[bot]
3961ed4991 feat: Optimize SoftwareLicensingProduct query
Replaced the inefficient `Get-CimInstance | Where-Object` pipeline with a more performant `Get-CimInstance -Filter` call.

The original script retrieved all SoftwareLicensingProduct instances and then filtered them in PowerShell. This change pushes the filtering logic down to the WMI service itself, which is significantly faster as it reduces the amount of data transferred.
2026-01-24 04:08:41 +00:00
Mykola08
135aa20d5a Add Run_GUI.cmd to launch the MAS_GUI PowerShell script 2026-01-15 22:00:27 +01:00