How To Install SCCM Client On Workgroup Computers




HOW TO INSTALL SCCM CLIENT ON WORKGROUP COMPUTERS


In this post, we will detail how to install the SCCM client on workgroup computers.

PREREQUISITES

  • The client must be able to resolve the FQDN of the management point.
    • Depending on network security, it might not actually ping. The important is that it can associate the FQDN to the IP of the management point.
    • Adding an entry to the Host file might be required.
  • Port
    • Client -> Management point : TCP 80 or 443
    • Client -> Software Update Point : TCP 8530 or 8531
    • More details on SCCM ports requirement, here
  • Manual installation of the SCCM client
    • There is no way to use the Client Push Installation for workgroup computers
    • Management Point must be provided in the install command line, as the client will not be able to find it in Active Directory
    • Site code must be provided in the install command line

SCCM CLIENT INSTALL WORKGROUP COMPUTERS

  • Copy the source of SCCM client locally on the computer
SCCM Client Install Workgroup Computers
  • Open a command prompt as Administrator
SCCM Client Install Workgroup Computers
  • Set the working directory and run the CCMsetup command line
    • ccmsetup.exe /mp:<Management Point FQDN> SMSSITECODE=001 SMSMP=<Management Point FQDN> DNSSUFFIX=<domain suffix>
SCCM Client Install Workgroup Computers
  • Validate Management Point configuration and communication
    • When a client can’t resolve the FQDN of the management point, it might show up empty
SCCM Client Install Workgroup Computers
  • Action are limited as the client is not yet approved to connect to the SCCM server.
  • Important logs at this point are
    • C:\Windows\CCM\Logs\ClientLocation.log
    • C:\Windows\CCM\Logs\LocationServices.log
    • Those logs provide details to the connection to the management point
    • If you see any error at this point, you are missing connection prerequisites of some sort.
  • Client show up in the SCCM console
SCCM Client Install Workgroup Computers

APPROVE WORKGROUP COMPUTER CLIENT IN SCCM

In most environment, SCCM client approval method is set to Automatically approve computers in trusted domains.
This settings can be found under Administration / Site Configuration / Sites / Hierarchy Settings
When using this settings, workgroup computers will not be automatically approved for this SCCM site.
With this said, we need to approve clients once they show up in the SCCM console.
  • The ease management, we first create a Collection for Not Approved clients.
    • Be sure to set the limiting collection to All System, as the not approved clients don’t have much information to based query on.
[su_box title=”Collection Unapproved clients” style=”glass” title_color=”#F0F0F0″]
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.
SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_CM_RES_COLL_SMS00001 on SMS_CM_RES_COLL_SMS00001.ResourceId = SMS_R_System.ResourceId where SMS_CM_RES_COLL_SMS00001.IsApproved= ‘0’
[/su_box]
  • To validate the Not Approved status, simply add the column Approved
  • To approve a client, right-click on the client and select Approve
  • Confirmation of approval
  • The approved column will change to Approved
  • After a couple minutes, SCCM agent will have all is action available
  • Client will show online and will eventually start reporting inventory
For more details about the approval methods, click here 
Kashif
Senior Microsoft SCCM consultant
Solution Architect on enterprise client management with more than 12 years
SkypeID - kashif.akhter2
Whatsapp / Call - +91 989 235 4331
Kashif@MakeMeITExpert.com
http://kashifsccm.blogspot.com
http://www.makemeitexpert.com/


Comments

  1. I wondered upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I’ll be subscribing to your feed and I hope you post again soon.
    PHP Training in Chennai
    PHP Course in Chennai
    Web Designing Course in chennai
    Hadoop Training in Chennai
    German Language Classes in Chennai
    PHP Training in Porur

    ReplyDelete
  2. hello
    i have question when client installed the MP not appear in CM Properties why

    ReplyDelete
  3. In the beginning, I would like to thank you much about this great post. Its very useful and helpful for anyone looking for tips. I like your writing style and I hope you will keep doing this good working.

    Android Training Institute in Chennai | Android Training Institute in anna nagar | Android Training Institute in omr | Android Training Institute in porur | Android Training Institute in tambaram | Android Training Institute in velachery

    ReplyDelete
  4. Iam so thrilled because of finding your alluring website here.Actually i was searching for Manage Web Hosting & C-Panel.Your blog is so astounding and informative too..Iam very happy to find such a creative blog. Iam also find another one by mistake while am searching the same topicMobile Marketing.Thank you soo much.

    ReplyDelete
  5. Thanks for sharing this wonderful information. I too learn something new from your post..
    Primavera Training in Chennai
    Primavera Course in Chennai

    ReplyDelete
  6. Thanks for sharing this wonderful information. I too learn something new from your post..
    Node JS Training in Chennai
    Node JS Course in Chennai

    ReplyDelete
  7. This post is so interactive and informative.keep update more information...
    Tally Course in Tambaram
    Tally course in Chennai

    ReplyDelete
  8. This post is so useful and informative. Keep updating with more information.....
    How Useful Is German
    Basics Of German

    ReplyDelete

Post a Comment

Popular posts from this blog

Step-By-Step: Configuration Manager Site Database hosted on SQL Server AlwaysOn Availability Group

SCCM 1806 Highly available Site server Feature

How to Setup SCCM Co-Management to Offload Workloads to Intune