So if I understand what you're trying to do:
You have 300 machines with the ZENworks Adaptive Agent (ZAA) client version 10.0.3.2 installed and you want to upgrade them to 10.1.x.x and continue using ZCM 10, correct?
Here is a Novell support document that appears it may help:
go to http://support.novell.com and add TID # 7001161 to the search.
Some other links:
http://www.novell.com/supp
http://forums.novell.com/n
http://forums.novell.com/n
Hope this helps...
Main Topics
Browse All Topics





by: xxdcmastPosted on 2009-02-25 at 03:58:30ID: 23732624
Well this may not be via a GPO the way you want but it should work. If you can find the uninstall string for the program in the registry. e\Microsof t\Windows\
HKEY_LOCAL_MACHINE\Softwar
CurrentVersion\Uninstall
What you can do assuming you have domain admin rights is to create a script and use PSEXEC to silenty unintall the software from the peoples machines.
The command line would be something like psexec \\computername MsiExec.exe /I{programstring} /quiet /norestart