MicrosoftDocs / msix-docs

repository for msix content
Creative Commons Attribution 4.0 International
60 stars 114 forks source link

Replaced "gwmi" with "gcim" for PS7 compatibility #300

Closed johngagefaulkner closed 2 years ago

johngagefaulkner commented 2 years ago

The alias for "Get-WmiObject" (gwmi) doesn't work in PowerShell 7.2.1. Replaced it with the alias for "Get-CimInstance" (gcim) for forwards compatibility.