Sean Noblesnoble.hashnode.dev·Mar 8, 2023Uninstall 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...330 readsPowershellAdd a thoughtful commentNo comments yetBe the first to start the conversation.