Search the Community
Showing results for tags 'help'.
-
$AppList = @( "*king.com*" ) foreach ($app in $AppList) { $GetApp = Get-AppxPackage -Name $app -AllUsers if ($GetApp -ne $null) { Write-Host "Trying to remove $app" Get-AppxPackage -Name $app -AllUsers | Remove-AppxPackage Get-AppXProvisionedPackage -Online | where DisplayName -EQ $app | Remove-AppxProvisionedPackage -Online start-sleep 20 }Else{ Write-Host "$app not found" } $GetApp if ($GetApp -eq $null) { Write-Host "$app removed sucessfully." }Else{ Write-Host "$app removal failed" } } Above is a very simple script I wrote that lets you list apps you don't wa
-
We're trying to auto-deploy ESET to our clients that subscribe to it. I've added those clients to a group. I'd like to create a search that looks for "is server" or "is workstation" AND "is member of this group". That way I can add that search to a new group(s) and use those to deploy the correct version of ESET to the correct devices and only to the customers that have paid for it. If there is a way to do this or an easier way to accomplish the same goal, I'll take any help. (rant incoming) I can't believe ESET Direct Endpoint Management can't look at the auto deployment screen and