Intune_Deployment/Winget/winget-unistall.ps1

3 lines
174 B
PowerShell

#Geef de applicatie naam op bij het commmando zoals bijvoorbeeld \winget-install.ps1 thomasnordquist.MQTT-Explorer
param ($name)
winget uninstall --id $name --exact --silent