Uninstall Package with PowerShell (One Line!)
I recently was in a situation where I needed to uninstall the Netskope client via Intune with PowerShell. These couple commands helped me knock this out quickly.
Get-Package -Provider Programs -IncludeWindowsInstaller -Name “Netskope Client”
To get P...
blog.seannoble.net1 min read