Is it necessary to have an “evaluation” on the worklet? I just want to use the remediation portion to push a Powershell script to uninstall an application. Something like this.
$application1 = Get-WmiObject -Class Win32_Product -Filter “Name = ‘RingCentral Phone’”
$application1.Uninstall()