Can I execute Execute-Msi as a job? I can’t, can I? The job’s scope won’t include all of the PSADT variables, will it?
Why would I want to do this? I’m trying to remove any/all Autodesk products from computers. I’m retrieving a list of installed products from HKLM:\SOFTWARE\Autodesk\UPI2. The problem I have is that some of the uninstalls hang, and I’d like the script to only wait so long before moving on to the next uninstall. A job is the way to do this, right? (I’m full of questions/doubt).