myITforum.com Community Forum myITforum.com Community Forum

Home  Forums  Blogs  Live Support chat  Search Articles  Wiki  FAQ  Email Lists  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

All Forums RSS Feed Subscription:


  


100 % SCCM Client Installation

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
  Printable Version
All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager >> 100 % SCCM Client Installation Page: [1]
Login
Message << Older Topic   Newer Topic >>
100 % SCCM Client Installation - 5/14/2008 10:46:47 AM   
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
Hi Guys,

Is there any possibility, or third party tools, that will makes me sure tha 100% of computers that i want it to, has the SCCM client installed... and if they dont, is there any way to initiate installation and to be sure 100% that the SCCM Client is installed.

Regards,
Ridvan
Post #: 1
RE: 100 % SCCM Client Installation - 5/14/2008 2:37:52 PM   
jnelson993


Posts: 959
Score: 132
Joined: 2/18/2005
From: Minneapolis, MN
Status: offline
If you use a GPO and enforce a startup script similar to this: http://www.myitforum.com/articles/8/view.asp?id=10774
through Active Directory, you'll get as close to 100% as possible.  If it's group policy & startup scripts, people can't cancel out of it and it has absolute control over that machine.

_____________________________

Number2 (John Nelson)
MyITForum - Blog
MyITForum - Forum Posts

(in reply to ridvan)
Post #: 2
RE: 100 % SCCM Client Installation - 5/14/2008 4:47:51 PM   
phaustein


Posts: 866
Score: 32
Joined: 3/21/2005
From: Washington, DC
Status: offline
You can also enable the client push mechanism.  This will install the client on most anything (you can control what type of systems workstations, servers, domain controller) automatically when the site discovers the system.  This method and what John has mentioned are good for getting the client out there, but you still would need to address the issue of client health (failed or botched client installs).  R2 will help to address this going forward.  There is a client startup script that was created specifically for SMS2003, but it can be tweaked to perform the same tasks under SCCM.

_____________________________

Hope this helps.
Paul

(in reply to jnelson993)
Post #: 3
RE: 100 % SC CM Client Installation - 5/14/2008 8:23:14 PM  1 votes
rdixon

 

Posts: 31
Score: 3
Joined: 5/23/2005
From: rdixon5652@hotmail.com
Status: offline
To ensure that all systems that are intended and targeted for the ConfigMgr client installation. The best client deployment method i have used here at Microsoft is using AD GPO that will apply 3 settings. 1. the ccmsetup parameters are place in the registry 2. the WSUS URL is place in the registry. 3. applies the ADM Client Assignment template. Enable WSUS/SUP Client Installation. In the GPO add the WSUS URL for your SUP Site Role. As clients join the domain or connects to the network, the Windows Update Agent will scan against your WSUS server and the ConfigMgr client will be detected as not installed and WSUS will install the client treating the client as if it was a critical update. The installation will start about 2 to 3 minutes after the client is detected as not installed. This method will also upgrade a client that is lower than the published version in WSUS. If a client is already installed with the right version, the client will be re-assigned to your site if not already assigned. Also as part of this GPO you will want to add the ADM Client Assignment template. This is comes with ConfigMgr 2007. This template will keep clients assigned to the site of choice.

Two things will happen automatically for you. If the client is un-installed for any reason, WSUS will re install the client on the next WSUS scan. If the client is re assigned to another site, the ADM template with automatically reassign the client back to the originating site code immediately.

Let me know if you need to help setting this up. Its the best client deployment method i recommend. Works great. Client upgrades would also be made simple as well. All an admin would have to do is publish the new latest client to WSUS, client upgrades will happen automatically on the next Windows Update scan.

_____________________________

Richard Dixon MSFT
Sr Systems Engineer

(in reply to phaustein)
Post #: 4
RE: 100 % SC CM Client Installation - 5/15/2008 9:30:25 PM   
rolson


Posts: 80
Score: 4
Joined: 6/4/2001
Status: offline
Richards method of client install/update is great ( even if he did get beat up by a Klingon), but one thing I keep seeing that makes me wince everytime is the difference when we're talking about "client health". We all usually interpret "client health" as the health of the SMS/SCCM Client ( agent), and miss the "workstation" point or confuse the two. The GPO applied startup script referenced by John helps "aid" in making sure the "workstation" can actually accept and install the "client". All the GPO's in the world arent going to install an SMS/SCCM client on a workstation that is jacked up and/or doesnt meet the minimum requirements for a client to install in the first place. Now GPO enforcements can help us with many things and at minimum can enforce a script that checks, validates, repairs( if needed) and "allows" the client to install from other enforcement rules.

So coupled with Richards method and a good "workstation health" script we can get near 99.999% ( you will ALWAYS miss that one system sitting in some closet training room somewhere, come on get real) 



_____________________________

Rob Olson
rob@dudeworks.com
www.dudeworks.com/inventorymanager

(in reply to rdixon)
Post #: 5
RE: 100 % SC CM Client Installation - 5/20/2008 9:20:06 AM   
jbatchos163

 

Posts: 1
Score: 0
Joined: 5/20/2008
Status: offline
quote:

ORIGINAL: rdixon

To ensure that all systems that are intended and targeted for the ConfigMgr client installation. The best client deployment method i have used here at Microsoft is using AD GPO that will apply 3 settings. 1. the ccmsetup parameters are place in the registry 2. the WSUS URL is place in the registry. 3. applies the ADM Client Assignment template. Enable WSUS/SUP Client Installation. In the GPO add the WSUS URL for your SUP Site Role. As clients join the domain or connects to the network, the Windows Update Agent will scan against your WSUS server and the ConfigMgr client will be detected as not installed and WSUS will install the client treating the client as if it was a critical update. The installation will start about 2 to 3 minutes after the client is detected as not installed. This method will also upgrade a client that is lower than the published version in WSUS. If a client is already installed with the right version, the client will be re-assigned to your site if not already assigned. Also as part of this GPO you will want to add the ADM Client Assignment template. This is comes with ConfigMgr 2007. This template will keep clients assigned to the site of choice.

Two things will happen automatically for you. If the client is un-installed for any reason, WSUS will re install the client on the next WSUS scan. If the client is re assigned to another site, the ADM template with automatically reassign the client back to the originating site code immediately.

Let me know if you need to help setting this up. Its the best client deployment method i recommend. Works great. Client upgrades would also be made simple as well. All an admin would have to do is publish the new latest client to WSUS, client upgrades will happen automatically on the next Windows Update scan.

Could you please elaborate on this?  This sounds like the path we would like to follow, but I need more specific details.

Thanks
Keith

(in reply to rdixon)
Post #: 6
RE: 100 % SC CM Client Installation - 5/20/2008 5:23:08 PM   
dproctor281


Posts: 115
Score: 0
Joined: 9/10/2002
Status: offline
rolson's right. you'll never get 100% until you make sure of a few things first.  Namely that your AD and DNS are clean, healthy and up to date with the latest changes in your environment. I've been consulting for SMS for about 10 years now and I can tell you that prior to this doing a Network Discovery was a great way to determine just how many IP addresses were being used. Along comes AD discovery and suddenly folks discover tens (if not hundreds) of machines they weren't aware existed, or were no longer active as machines/machine names. Now with CM requiring both AD and DNS entries it's a lot simpler for admins to see just how jacked up their environments are. Where I'm at now, they've just found that there are a significant number of machines that are in AD, but not DNS. They've also found that File nad Print Sharing isn't necessarily enabled at the NIC level which makes installing the client alot harder. At the last place I was at, they stated repeatedly that they didn't thin there were more than a "couple of dozen, if that many" Windows 2000 machines. Install CM, do an AD discovery and, lowandbehold, they've got over 300 W2K machines. So, couple those things with the "hidden" machines (those in closets, or those that are turned off, or those that are simply inactive machines) and getting 100% is a true dream of every SMS/SCCM admin.  So, that bottom line is that a GPO will work well, login scripts work well, Client Push works well, but you've got no way of knowing whether or not SCCM is installed on 100% of the machines. One thing to keep in mind, is that only "manual" client push (right clicking a collection and installing the client), and GPO will give you control over what gets the client and what doesn't (GPO can target a specific OU). Other methods will not ensure a DC or server get the client should you not want it on those assets.

_____________________________

walking is easy when the road is flat

(in reply to jbatchos163)
Post #: 7
RE: 100 % SC CM Client Installation - 5/22/2008 10:40:55 AM   
chiners_68

 

Posts: 221
Score: 3
Joined: 10/31/2007
Status: offline
rdixon,
Richard, could you ilaberate a bit more. ive got a pretty good client installation rate. my pronblem is machines are reinstalled or duplicated on a regular basis. Would your deployment help in this situation to keep these machines pushed with the ccm client..?
Do you run WSUS seperate from SCCM? seems you do if you are pushing WSUS updates out before SCCM client is installed

regards

Mark.

(in reply to dproctor281)
Post #: 8
RE: 100 % SC CM Client Installation - 9/13/2008 8:14:43 AM   
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
Jnelson, your link goes to a post, which than takes you to the dudeworks.com and it is not for free :)

(in reply to chiners_68)
Post #: 9
RE: 100 % SC CM Client Installation - 9/13/2008 9:34:26 AM  1 votes
rodtrent


Posts: 1962
Score: 39
Status: offline
Are you sure about that?

http://www.dudeworks.com/Downloads/FreeTools/tabid/89/Default.aspx

Download link in the bottom right-hand corner for the ULTIMATE SMS LOGON SCRIPT V.4.11.

(in reply to ridvan)
Post #: 10
RE: 100 % SC CM Client Installation - 9/15/2008 4:17:18 AM  1 votes
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
quote:

ORIGINAL: rodtrent

Are you sure about that?

http://www.dudeworks.com/Downloads/FreeTools/tabid/89/Default.aspx

Download link in the bottom right-hand corner for the ULTIMATE SMS LOGON SCRIPT V.4.11.


YES 100% Sure, if you click in this link it will send you to the dude works download page, than dudwork you have this:
=============================================

This script does just about everything you’ll ever need to ensure all your little ducks ( sms clients) are coming in.
More info about this script here: http://www.myitforum.com/articles/8/view.asp?id=10774
=============================================
Than,  if you click on this link, in the end of the page is the link to download, and than if you click the link it will send you to home page of dudeworks...

THE RESULTS :) Just surf around dudeworks and myitforum...

Regards,
Ridvan

(in reply to rodtrent)
Post #: 11
RE: 100 % SC CM Client Installation - 9/15/2008 10:22:10 AM  1 votes
jnelson993


Posts: 959
Score: 132
Joined: 2/18/2005
From: Minneapolis, MN
Status: offline
You're missing an important line on that page:

Login to access the FREE downloads, if you do not already have and account Register Here.
You register and login and the script is yours. (I work with the "Dude" from Dudeworks, so I know this is all you have to do).


_____________________________

Number2 (John Nelson)
MyITForum - Blog
MyITForum - Forum Posts

(in reply to ridvan)
Post #: 12
RE: 100 % SC CM Client Installation - 9/15/2008 10:51:09 AM  2 votes
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
Dude :) i am registred, please try by your self, and you'll see,

Regards,
Ridvan

(in reply to jnelson993)
Post #: 13
RE: 100 % SC CM Client Installation - 9/15/2008 11:00:14 AM  1 votes
jnelson993


Posts: 959
Score: 132
Joined: 2/18/2005
From: Minneapolis, MN
Status: offline
I don't know what more you're looking for, but all you need to do is click the download button.





Thumbnail Image


Attachment (1)

_____________________________

Number2 (John Nelson)
MyITForum - Blog
MyITForum - Forum Posts

(in reply to ridvan)
Post #: 14
RE: 100 % SC CM Client Installation - 9/16/2008 1:20:48 PM  1 votes
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
THNX Dude :)

(in reply to jnelson993)
Post #: 15
Page:   [1]
All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager >> 100 % SCCM Client Installation Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



  
Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.375