So I installed Windows Server 2008 after that I installed Active Directory Domain Services, DHCP Server, DNS Server, File Services (I don't remember why), Network Policy and Access Services, Print Services, IIS.
I wanted to install SCCM 2007 and that required SQL Server, so I installed SQL Server 2008 R2. I configured it to run with a Domain Account.
After that I had to install Active Directory Certificate Services. I started the installation and followed this guide:
http://technet.microsoft.com/en-us/library/cc772393(WS.10).aspx
At some point I was able to create the certificate for the SCCM 2007 installation to continue (I wanted it to run in native mode). After that I stopped going through the guide as I was successful and other stuff in the guide were just giving errors.
I installed SCCM 2007. Installed SP1, SP 2, R2. I installed Forefront Security and when I tried to distribute it to the computers added in the DC it failed. The computers can be seen in All Systems but none of them have clients. So I clicked on one (PC1) and ran Install Client. Nothing happened, I went to the Computer (PC1), navigate to the log file: C:\Windows\system32\ccminstall\ccminstall.log
Here is the output of the file:
<![LOG[Updated security on object C:\Windows\system32\ccmsetup\.]LOG]!><time="19:59:46.568+-120" date="11-06-2012" component="ccmsetup" context="" type="0" thread="4204" file="ccmsetup.cpp:8849"><![LOG[Sending Fallback Status Point message, STATEID='100'.]LOG]!><time="19:59:46.568+-120" date="11-06-2012" component="ccmsetup" context="" type="1" thread="4204" file="ccmsetup.cpp:9326"><![LOG[State message with TopicType 800 and TopicId {B3119322-1521-4C96-A4C3-88206B90A50F} has been sent to the FSP]LOG]!><time="19:59:47.239+-120" date="11-06-2012" component="FSPStateMessage" context="" type="1" thread="4204" file="fsputillib.cpp:730"><![LOG[Running as user "SYSTEM"]LOG]!><time="19:59:47.242+-120" date="11-06-2012" component="ccmsetup" context="" type="1" thread="4300" file="ccmsetup.cpp:2690"><![LOG[Detected 23742 MB free disk space on system drive.]LOG]!><time="19:59:47.242+-120" date="11-06-2012" component="ccmsetup" context="" type="1" thread="4300" file="ccmsetup.cpp:463"><![LOG[DetectWindowsEmbeddedFBWF() Detecting OS Version]LOG]!><time="19:59:47.242+-120" date="11-06-2012" component="ccmsetup" context="" type="1" thread="4300" file="ccmsetup.cpp:509"><![LOG[Client OS Version is 6.1, Service Pack Version 1]LOG]!><time="19:59:47.242+-120" date="11-06-2012" component="ccmsetup" context="" type="1" thread="4300" file="ccmsetup.cpp:533"><![LOG[Client OS is not a supported Windows Embedded Platform]LOG]!><time="19:59:47.242+-120" date="11-06-2012" component="ccmsetup" context="" type="1" thread="4300" file="ccmsetup.cpp:535"><![LOG[Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.]LOG]!><time="19:59:47.243+-120" date="11-06-2012" component="ccmsetup" context="" type="1" thread="4300" file="ccmsetup.cpp:2774"><![LOG[Successfully ran BITS check.]LOG]!><time="19:59:47.358+-120" date="11-06-2012" component="ccmsetup" context="" type="1" thread="4300" file="ccmsetup.cpp:7105"><![LOG[The 'Certificate Store' is empty in the registry, using default store name 'MY'.]LOG]!><time="19:59:47.358+-120" date="11-06-2012" component="ccmsetup" context="" type="1" thread="4300" file="ccmcert.cpp:204"><![LOG[The 'Certificate Selection Criteria' was not specified, counting number of certificates present in 'MY' store of 'Local Computer'.]LOG]!><time="19:59:47.360+-120" date="11-06-2012" component="ccmsetup" context="" type="0" thread="4300" file="ccmcert.cpp:3518"><![LOG[1 certificate(s) found in the 'MY' certificate store.]LOG]!><time="19:59:47.360+-120" date="11-06-2012" component="ccmsetup" context="" type="0" thread="4300" file="ccmcert.cpp:3547"><![LOG[Only one certificate present in the certificate store.]LOG]!><time="19:59:47.360+-120" date="11-06-2012" component="ccmsetup" context="" type="0" thread="4300" file="ccmcert.cpp:3555"><![LOG[SSL Registry key Software\Microsoft\CCM not found, assuming Client SSL is disabled.]LOG]!><time="19:59:47.360+-120" date="11-06-2012" component="ccmsetup" context="" type="2" thread="4300" file="ccmutillib.cpp:134"><![LOG[The certificate issued to 'localhost' doesn't have 'Client Authentication' capability.]LOG]!><time="19:59:47.370+-120" date="11-06-2012" component="ccmsetup" context="" type="0" thread="4300" file="ccmcert.cpp:449"><![LOG[Sending Fallback Status Point message, STATEID='315'.]LOG]!><time="19:59:47.370+-120" date="11-06-2012" component="ccmsetup" context="" type="1" thread="4300" file="ccmsetup.cpp:9326"><![LOG[State message with TopicType 800 and TopicId {90EAF712-ABEB-4FFA-A2D8-D177B098BCFD} has been sent to the FSP]LOG]!><time="19:59:47.458+-120" date="11-06-2012" component="FSPStateMessage" context="" type="1" thread="4300" file="fsputillib.cpp:730">
So I thought that the problem is with the Certificate Services. I go as far asStep 7: Enrolling for an OCSP Response Signing Certificate but I don't seem to get the certificate. Also I have changed step 6 to allow enroll not only autoenroll for the SERVER.
Also I have recreated the CA Exchange certificate.
Can you please tell me what I should do?