Ask a questionAsk a question
 

AnswerRemote Control and Asking Permission

  • Tuesday, November 03, 2009 6:13 PMspidey24 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I work at a school district and am currently working on a migration to SCCM 2007. In testing, one thing we are very used to having in our current setup, (Novell Zenworks) is the ability to require permission to remote control staff members, but not require remote control to students. This apparently is a site setting, and am wondering if anyone has found a way to tweak this so that we could have different remote control settings depending on the user. IE Group policies making this setting. Thanks
    • Edited byspidey24 Tuesday, November 03, 2009 6:14 PMmis-spelled asking
    •  

Answers

  • Tuesday, November 10, 2009 8:53 AMWallyMSFT, OwnerUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Or, the recommended and supported solution is to use the SDK to create local policies to set that value. Then deploy the local policy to the users that you want changed from the site defaults.


    Wally Mead

All Replies

  • Tuesday, November 03, 2009 6:55 PMKent Agerlund Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    Are we talking about the ConfigMgr. remote tools or Remote Assistance? Permissions for ConfigMgr. remote tools can modified in the registry on the clients. You can configure this value HKLM\Software\Microsoft\SMS\Client\Client Component\Remote Control\Permission Required=0

    Kent Agerlund | http://scug.dk/members/Agerlund/default.aspx | The Danish community for System Center products
  • Wednesday, November 04, 2009 2:41 PMspidey24 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Sorry, I'm talking about Remote Tools. And this key will likely do it for me. However, I'm not sure about the best way to deploy this key so that teachers get Permission Required=1, and students get Permission Required=0.  I've tried using group policy management editor, selected my policy that I'm using and gone to: Computer Configuration>Preferences>Windows Settings>Registry: and added this setting, but the setting isn't applied to my XP-sp3 workstation. Other group policy settings are applying just fine with this same policy. How would you recommend deploying this key? Do you know if there is a limitation in pushing registry settings via group policies to winXP? Thanks
  • Wednesday, November 04, 2009 6:24 PMKent Agerlund Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    Create a regfile and use ConfigMgr. to deploy the file. Simply create a package with no source files and create a program like this regedit.exe /S \\server\share\regfile.reg
    Kent Agerlund | http://scug.dk/members/Agerlund/default.aspx | The Danish community for System Center products
  • Tuesday, November 10, 2009 8:53 AMWallyMSFT, OwnerUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Or, the recommended and supported solution is to use the SDK to create local policies to set that value. Then deploy the local policy to the users that you want changed from the site defaults.


    Wally Mead