← All posts tagged SCCM

pc
SQL Mac SCCM Запрос для поиска в базе sccm по MAC адресу или его части

select SMS_R_System.Name, SMS_R_System.HardwareID, SMS_R_System.MACAddresses, SMS_R_System.ResourceId from SMS_R_System
pc
sha key SCCM USMT Request State Store ERROR

<![LOG[Set authenticator in transport]LOG]!><time="09:45:17.384-300" date="12-06-2013" component="TSManager" context="" type="0" thread="4816" file="libsmsmessaging.cpp:7751">
<![LOG[䍃㩍区卍敍獳条湩㩧䌺敲瑡卥捣卭杩楮杮敃瑲晩捩瑡e\ failed; 0x80090008]LOG]!><time="09:45:17.806-300" date="12-06-2013" component="TSManager" context="" type="3" thread="4816" file="libcrypt.cpp:1126">
<![LOG[failed to send the request]LOG]!><time="09:45:17.806-300" date="12-06-2013" component="TSManager" context="" type="3" thread="4816" file="libsmsmessaging.cpp:1952">
<![LOG[Failed to send status message (80090008)]LOG]!><time="09:45:17.806-300" date="12-06-2013" component="TSManager" context="" type="3" thread="4816" file="libsmsmessaging.cpp:4055">

install hotfix Windows XP (KB2661254)
support.microsoft.com
pc
xp sysprep SCCM PCI\VEN_8086&DEV_2829&CC_0106 = %SystemDrive%\drivers\sata\iaahci.inf ;notebooks xx10
PCI\VEN_8086&DEV_2929&CC_0106 = %SystemDrive%\drivers\sata\iaahci.inf ;notebooks xx30
PCI\VEN_8086&DEV_3B2F&CC_0106 = %SystemDrive%\drivers\sata\iaahci.inf ;notebooks xx40
PCI\VEN_8086&DEV_1C03&CC_0106 = %SystemDrive%\drivers\sata\iaahci.inf ;notebooks xx60
PCI\VEN_8086&DEV_1E03&CC_0106 = %SystemDrive%\drivers\sata\iaahci.inf ;notebooks xx70

PCI\VEN_8086&DEV_2822&CC_0104 = %SystemDrive%\drivers\sata\iastor.inf ; ALL RAID mode
PCI\VEN_8086&DEV_2929&CC_0106 = %SystemDrive%\drivers\sata\iaahci.inf ; dx9000
PCI\VEN_8086&DEV_3A02&CC_0106 = %SystemDrive%\drivers\sata\iaahci.inf ; dc7900,8000
PCI\VEN_8086&DEV_3B22&CC_0106 = %SystemDrive%\drivers\sata\iaahci.inf ; 8100
PCI\VEN_8086&DEV_1C02&CC_0106 = %SystemDrive%\drivers\sata\iaahci.inf ; 6200,8200
PCI\VEN_8086&DEV_1E02&CC_0106 = %SystemDrive%\drivers\sata\iaahci.inf ; 6300,8300
pc
SCCM SCCM Client Certificate Problems
Do you have a client that refuses to finish the install of the SCCM client because the certificate doesn't have a private key?

There are 2 different solutions. The easiest is to check the cert store under personnal and see if there are any invalid certs. Delete and restart. The other is a more dangerous solution but will correct the problem

I only recommend this solution if you see all the of the following problems:
CCM Setup Log:
Client sucessfully installed
Applicationn Event Log:

Automatic certificate enrollment for local system failed to enroll for one Computer
certificate (0x80090016). Keyset does not exist

ClientIDManagerStartup:
Certificate issued to 'computer.domain.com' doesn't have private key.
RegTask: Failed to get certificate. Error: 0x80040280
RegTask: Failed to get certificate. Error: 0x80040281
Error initializing client registration (0x80040222).


Solution:
Stop the Crypto Service
Rename the folders under the Crypto Folder
C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto

Restart the machine and watch the ClientIDManagerStartup log

See this other post on Certification issues
sms-hints-tricks.blogspot.com