Hi,
I have a problem where a few hundred Wyse terminals have been deployed with an image that contained the Wyse Configuration Manager client. However, no WDM point was setup, so all clients are unmanaged.effect
I have setup a SCCM 2012 but the Wyse clients don't register with SCCM. So I want to install the latest client.
What I need to do from a scripting perspective is:
Disable file based write filters (requires a restart to take effect)
- Once restarted run msiexec to uninstall the current client (via GUID)
- Create Exceptions for the SCCM 2012 client
Once I got to this point I can, do a client push from the Distribution Point. I know there must be a way for starting up the script from where it left off, before the restart. But its beyond my level of scripting knowledge.
I'm hoping that the people here, might help out a struggling techie :-(