Where to set Collection permissions in a center site and a primary site system?
We have a Center site and one primary site servers (SCCM 2007). All collections are created on Center site server. The collections are correctly flowed down to the primary site with a lock. Question-1: I assign user group permissions to collections on the Center site server. But those permissions are not flowed down to the Primary site server. When I tried to assign user permission to collections on the primary site server. I cannot see those collection permissions on the Center site server. Where should I set user permissions on collections? Question-2: Yesterday, I moved one site boundary from the primary site to the center site. When I check today, the machines site codes do not change on the primary site. Their site codes are correctly changed on the Center site. Reboot the primary site server, the machine's site code does not change. Does the site code will automatically change after 24 hours? Is there any manually way to make those change right way? Does I have to manually delete those machines in the primary site server? Thanks for any help, Steven Zhang
July 6th, 2011 5:27pm

Just as a general rule, if you have two question it is better to post two forum post. Q1: Security setting don’t flow down between sites. Q 2, They will never change sites. The only way to change sites is to re-install the client, Manually change the site or use the right-click tools it will do it for you. http://www.enhansoft.com/
Free Windows Admin Tool Kit Click here and download it now
July 6th, 2011 9:58pm

As Garth is saying, site codes do not change. You can create a package with this script. 'replace with your Site Code sSiteCode = "EnterNewSiteCode" sMachine = "." set oCCMNamespace = GetObject("winmgmts://" & sMachine & "/root/ccm") Set oInstance = oCCMNamespace.Get("SMS_Client") set oParams = oInstance.Methods_("SetAssignedSite").inParameters.SpawnInstance_() oParams.sSiteCode = sSiteCode oCCMNamespace.ExecMethod "SMS_Client", "SetAssignedSite", oParamsKent Agerlund | My blogs: http://blog.coretech.dk/author/kea/ and http://scug.dk/ | Twitter @Agerlund | Linkedin: /kentagerlund
July 6th, 2011 11:19pm

Center site code is SC1 Primary site code is SC2 I changed site code to SC1 (Center site) on two PCs yesterday. When I view collection on Center site admin console, their site code is SC1. But their site codes are still SC2 (primary site) when I view collection on Primary site admin console. If I manually delete the PC object on Primary site, I may have to wait untill tomorrow to see them again. What should I do to change site code on primary site server console? Does primary site will sync with the Center site over night? Steven
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2011 4:07pm

PC data will not flow down from above. You will need to delete the PCs are the Primary site.http://www.enhansoft.com/
July 7th, 2011 6:35pm

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

Other recent topics Other recent topics