This applies to 9.0 SP3 only.
Problem:
After upgrading to SP3 and installing your SP3 agents your power settings are returning back to balanced
Cause:
Power Options are changed to Default (Balanced) after uninstallwinclient.exe runs because an improper parameter is built into the agent .msi
Solution:
Call support and request the LD90-SP3-CP_BASE-2012-0207 component patch
After the patch has been installed to your core do the following:
1. Select the option "Rebuild All" in your agent configurations
2. Download the attached VBS scripts and place them in your Software Distribution package share
3. Right click on the script that you want to use and select edit.
You will see the following line in the script for (I.E. Pwmcfg Fix Reboot.vbs) ,
strCommand = """\\yourcorename\ldlogon\wscfg32.exe"" /F/N/C(Agent Configuration Name)"
Marked in yellow is what will need to be modified. If your core name and agent configuration were the following:
Corename= 2008r2sp1
Agent Configuration Name (as it appears in the console)= Default Windows Configuration
Your script would need to be changed to look like this
strCommand = """\\2008r2sp1\ldlogon\wscfg32.exe"" /F/N/C(Default Windows Configuration)"
4. Save the VBS then create a new “Windows Script Host Package” in your distribution packages.
5. Schedule the package for deployment and this will re-install your agent and prevent any future power settings from being changed during your agent re-installs.