Search the Community
Showing results for tags 'SCCM2012 SP1'.
-
I am current configuring SCCM 2012 SP1 for a client with more than 25000 users and facing a tough situation with the architecture that I am implementing for the new environment. I am curious to know if SCCM 2012 SP1 SMS_DISTRIBUTION_MANAGER supports multithreading. If that component uses single thread then it will have a big impact on the postings of applications to a big chunk of remote DPs some of which are connected through slow links. Since those remote DPs will get various application packages simultaneously, I want to ensure that the users in those remote locations are not affected. If t
- 3 replies
-
- SMS_DISTRIBUTION_MANAGER
- distmgr.log
-
(and 1 more)
Tagged with:
-
Hi everyone, I have a problem with my build and capture sequence. The build part of the process works fine. The problem is with the capture part. Just after Configure Windows and Configuration Manager, the client reboot. I have the smsts.log file but i can't see anything very useful. Maybe someone can! smsts.log I see this message that i don't understand : Failed to open Software\Microsoft\Sms\Mobile Client\Software Distribution registry key. The client should not get checked for RWH OpLock Type I have working in an Hyper V lab : 1 DC/DNS/DHCP 1 SCCM2012
- 3 replies
-
- sccm2012 sp1
- windows 7
-
(and 2 more)
Tagged with:
-
We've installed SP1 for System Center Configuration Mangaer 2012. I had to fix some small things for the Software Update Point. I deleted all errors for Software Update Point. All the Component Status are 'OK' and the all other Site System Status are 'OK' Only the Software Update Point says 'Critical' Is there any way to reset the status?
-
We face an issue when do the OSD OEM integration with SCCM 2012 SP1 beta. In task sequence editor, we add our customized step action control, and follow the step as MSDN indicated:http://msdn.microsoft.com/en-us/library/cc143499.aspx . We want to active the "apply" button in task sequence editor by using the API SetDirtyFlag(true) or Dirty = true when things changed in our action control. However, "apply" button is not enabled after call this method. We use the same logic to perform this task, and no issues happened on SCCM 2007 R2 or SCCM2012. SCCM2012SP1beta has this kind of i
-
- sccm2012 sp1
- osd
-
(and 2 more)
Tagged with:
-
Hi, all In version of SCCM 2012, We just to check the register path like below, it works as we expected. //if it is a primary site. the register path exists GetSafeRegistryStringValue("HKEY_LOCAL_MACHINE", @"SOFTWARE\Microsoft\SMS\Setup", "Installation Directory") //if it is a console only. after above register path check fail, we need to verify the following. If exists, it should be a console GetSafeRegistryStringValue("HKEY_LOCAL_MACHINE", @"SOFTWARE\Microsoft\ConfigMgr10\Setup", "UI Installation Directory") but in the version of SCCM 2012 SP1 beta, when we check on a console only ser
-
- sccm2012 sp1
- register
-
(and 2 more)
Tagged with: