Link to home
Start Free TrialLog in
Avatar of nomaadic
nomaadic

asked on

SCCM Client check in

I have a client that I can see in SCCM .... I selected install client in sccm.
I ran each of the tasks in the actions tab in configuration console on client machine.
Refreshed the database in sccm several times but I still get
Approved = N/A
Client = No
Assigned = YES

I was contemplating running the ccmdelcert.exe and installing the client again but not sure.

Can someone help please. Ive been through a few similar questions on EE but not no luck.
Avatar of MarkieS
MarkieS
Flag of United Kingdom of Great Britain and Northern Ireland image

Try a WMI repair on the machine...

See the previous EE link

https://www.experts-exchange.com/questions/27273416/I-have-one-client-machine-which-is-not-receiving-advertisement.html



For a full WMI repair try running this as a Command Batch file

net stop winmgmt /Y
c:
net stop winmgmt /Y
cd %systemroot%\system32\wbem
rd /S /Q repository
 regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
 mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s
for /f %%s in ('dir /b *.mof') do mofcomp %%s
for /f %%s in ('dir /b *.mfl') do mofcomp %%s
net stop winmgmt

net stop cryptsvc
cd %systemroot%\system32
rd /S /Q catroot2
net start cryptsvc
regsvr32 /s %systemroot%\system32\wintrust.dll
regsvr32 /s %systemroot%\system32\softpub.dll
regsvr32 /s %systemroot%\system32\initpki.dll
regsvr32 /s %systemroot%\system32\dssenh.dll
regsvr32 /s %systemroot%\system32\rsaenh.dll
regsvr32 /s %systemroot%\system32\gpkcsp.dll
regsvr32 /s %systemroot%\system32\sccbase.dll
regsvr32 /s %systemroot%\system32\slbcsp.dll
regsvr32 /s %systemroot%\system32\cryptdlg.dll

net start winmgmt
net start sharedAccess
net start ccmexec
Avatar of nomaadic
nomaadic

ASKER

On the client machine I gather!?
Has this worked for you as of yet? don't take that the wrong way please.

Thx
Avatar of merowinger
Please post the ccmsetup.log and the logfiles from C:\windows\system32\ccm\logs
ASKER CERTIFIED SOLUTION
Avatar of Kezzi
Kezzi
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks Kezzi.

What i've done is to copy the ccmdelcert.exe into the ccmsetup folder in system32

then re-installing the client in sccm and it has worked for a few clients but some still wont checkin.

This is being done over a large network and the installer file we run doesn't offer uninstall as would normally be the case when running it when already installed. It's a silent installation so no unistall option. If you have any other suggestion as to how to uninstall it let me know.


Thanks!
what installer file do you offer?  do you have 3rd party tools installed?
http://myitforum.com/cs2/blogs/rhouchins/archive/2008/04/09/sccm-right-click-tools.aspx

install those tools which will add extra right click actions to your collections and machine objects.  one of the actions should give the option of removing the client.
No third party tools..