Saturday, July 23, 2011

Enable or Disable SCCM Remote Tools Using GPO

If you use the client push installation wizard to install the SCCM client to Windows XP machine with SMS 2003 client installed.

The client is installed correctly, but for whatever reason the remote tools are disabled.

There is a registry key that you can change to re-enable the remote tool on the machines that have already client installed.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Client\Client Components\Remote Control]

"Enabled"=0 then change it to 1

And you can easily do that by applying the below administrative template that does the above setting using GPO:-

CLASS MACHINE

CATEGORY "SCCM Settings"

POLICY "Enable Remote Control"

KEYNAME "Software\Microsoft\SMS\Client\Client Components\Remote Control"

VALUENAME "Enabled"

END POLICY

END CATEGORY

No comments: