SCCM Client Login Script needed
Hi Experts, I am looking for SCCM Client installation login script. Can anyone please post the script here? Thanks, Paddy
August 13th, 2008 7:07pm

Personally I would use a GPO over a login script but that's just my worthless opinion. Seems like you would just execute ccmsetup.exe plus any switches you need.http://technet.microsoft.com/en-us/library/bb633072.aspx
Free Windows Admin Tool Kit Click here and download it now
August 13th, 2008 8:38pm

I value your quick response John. I agree with you how ever In My case we have about 50k Clients. I want to catch every client should have the SCCM Client. I know GPO can make sense here... But our AD guys are not ready with GPO. Is there any other option to catch every client to be part of SCCM Server Client? If you have SCCM Client login scripts please post. Thanks in Advance, Paddy
August 14th, 2008 11:23am

Hi Paddy It's quite simple really, just add this commandline to your existing logon script or make a new one. \\Site_Server_Name\SMS_SiteName\Client\CCMSetup.exe /mp:MP01 /logon SMSSITECODE=S01 FSP=FSP01 Change the UNC path to match your environment. Change the values for /mp: to the name of your MP Site server. The /logon checks to see if the client is already installed and if thats the case it doesn't reinstall Change the value for SMSSITECODE= to your site code And finally change FSP= to your fallback point. If you don't use a Fallback point simply remove that from the commandline. If you need more options than this you find it on http://technet.microsoft.com/en-us/library/bb680980.aspx
Free Windows Admin Tool Kit Click here and download it now
August 14th, 2008 1:41pm

Bad thing about login scripts is people have a tendancy to close them before they finish.
August 14th, 2008 2:54pm

One little thing to notice that you should use the FQDN of the machine (MP, FSP, or SLP, ect)rather than the netbios. In native mode, FQDN rather than netbios is required. Thus, using FQDN is a good practice and might prevent uneccessary errors. Thanks,
Free Windows Admin Tool Kit Click here and download it now
August 15th, 2008 2:02am

Thanks to all to contributing the Answers.
August 15th, 2008 10:50am

SCCM : Check and install client, through logon script http://blogs.microsoft.co.il/blogs/doli/archive/2011/05/16/sccm-check-and-install-client-through-logon-script.aspx
Free Windows Admin Tool Kit Click here and download it now
May 20th, 2011 2:40am

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

Other recent topics Other recent topics