Remote tools configuration
Hi, I have the settings of my primary site and the 4 childs with the checkbox "Ask for permission when an administrator...." for security reasons, but now I need a specific computer or collection let me connect directly, whitout client permission and let the other pc´s with the Ask for permission active, Is that possible if I configure only one of the child server?? any idea?? Tks
April 21st, 2010 12:47am

Hi, That's not possible without creating a custom solution. Most agent settings are configured for the entire site. If you don't want to be asked for permissions you could consider creating normal RDP session.Kent Agerlund | http://scug.dk/members/Agerlund/default.aspx | The Danish community for System Center products
Free Windows Admin Tool Kit Click here and download it now
April 21st, 2010 1:19am

Thank´s Kent, I supossed it. Is possible create other primary site in the same domain?? if I have other server, can I create a second site server without relationship with my current primary? in this secondary site I can configure remote tools without the asked for permissions, what you think?? Tks
April 21st, 2010 3:15am

Local policies are usually the answer to customized client agent settings. http://msdn.microsoft.com/en-us/library/cc146756.aspx explains you how to do that. It even contains the exact sample you are looking for, just add the text to a file called rcsettings.mof Subsequently on the computers where you want this altered run mofcomp.exe rcsettings.mof (you could even send it out as an advertisement targetted at the collection you want) #pragma namespace("\\\\.\\root\\ccm\\policy\\machine\\requestedconfig") [CCM_Policy_PartialPolicy(true)] instance of CCM_RemoteToolsConfig { // Header properties PolicyID = "1"; PolicySource = "local"; PolicyVersion = "1"; PolicyRuleID = "1"; PolicyInstanceID = "1"; Type = 1; // Data properties [CCM_Policy_Override(TRUE)] PermissionRequired = 0; };"Everyone is an expert at something" Kim Oppalfens Configmgr expert for lack of any other expertise. http://www.scug.be/blogs/sccm
Free Windows Admin Tool Kit Click here and download it now
April 21st, 2010 11:07am

they work!!!!!! thank´s for your help Kim, I only created the rc_settings.mof file exactly with the lines and then I compiled it with "mofcomp.exe rc_settings.mof" thank´s and regards Saludos desde México!!!!
April 21st, 2010 8:06pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics