Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -like "Windows Admin Center*" } | ForEach-Object { $_.Uninstall() }