Hi!
Is there a way to remotely initiate "Application Deployment Evaluation Cycle" on the target workstation?
Basically, I need to get rid of the reference of the application in the Software center when it is uninstalled using
msiexec.exe /x {} /qn
May be there is something easier than Powershell to force Application Deployment Evaluation Cycle For example, how to force the execution of the following command as part of the uninstallation batch file:
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000121}" /NOINTERACTIVE Configuration
Manager Client Scan Trigger with WMI
Any help will be much appreciated!!!