Follow the steps in the next section to begin on-boarding clients into your ITSO subscription.
Remember:
Ensure that the prerequisites to onboarding have been followed: Prerequisites to Onboarding
Use PowerShell to test the connection over port 443 from a client:
PS> Test-NetConnection -ComputerName aus-sccm.austin.utexas.edu -Port 443 ComputerName : aus-sccm.austin.utexas.edu RemoteAddress : 10.157.254.208 RemotePort : 443 InterfaceAlias : *********** SourceAddress : ***.***.***.*** TcpTestSucceeded : True |
Install the Configuration Manager client with elevated credentials onto an existing computer or into a computer image. The preferred option for deploying the client to existing computers is to use your current software deployment mechanism to deploy a package that runs the installer with all required switches.
Run the installer with all required switches:
\\aus-dp.austin.utexas.edu\sccmclient\CCMSETUP.EXE /UsePKICert /NoCRLCheck /MP:aus-sccm.austin.utexas.edu SMSSITECODE=AUS SMSMP=https://aus-sccm.austin.utexas.edu/ CCMFIRSTCERT=1 CCMHTTPPORT=80 CCMHTTPSPORT=443 DNSSUFFIX=austin.utexas.edu CCMLOGMAXSIZE=3145728 CCMLOGLEVEL=0 CCMLOGMAXHISTORY=2 CCMHTTPSSTATE=31 FSP=aus-sccm.austin.utexas.edu CCMHOSTNAME=aus-sccm.austin.utexas.edu SMSSLP=aus-sccm.austin.utexas.edu |
Alternatively call the premade batch file that already references the installer and required switches:
\\aus-dp.austin.utexas.edu\sccmclient\Install AUS SCCM Client x64.bat |
Verify successful deployment by viewing the client in the Configuration Manager console. Client initiation takes time both on the client itself and reporting initial inventory data to the site server.
Client installation does not generally require an endpoint to reboot, however there may be some components that create this need if ccmsetup.exe determines these components are required during installation. If the last line of the client log (C:\Windows\ccmsetup\Logs\ccmsetup.log) says "CcmSetup is exiting with return code 7" then reboot the endpoint, and wait for the client to check in.
WSUS update server polices must be removed. |
After most or all clients have been onboarded to Configuration Manager, any Group Policies that set the Windows Update Server must be removed in order for Configuration Manager to properly assume the duty of patching clients. The Configuration Manager client leverages the already existing Windows Update Agent binaries on endpoints to do update scanning and reporting. When the WUServer registry entry points to anything other than the site server the CM client can't properly report applicability and get a manifest of updates that need to be installed.
This step is recommended after the ITSO is happy with the progress of migration for a critical mass of clients.
If the computer does not show up in your ITSO Clients collection and your deployment mechanism reports installation success, you can check the status of the installation on the computer's log files.
Verify connectivity between the client and CM server
Test-NetConnection -ComputerName aus-sccm.austin.utexas.edu -Port 443 |
Active Directory System Discovery of computer objects only discovers objects that have logged into the domain in the last 180 days, in an effort to keep the abandoned objects from cluttering Configuration Manager. If you find you have active, in use, devices that are not being discovered, investigate line of sight issue to domain controllers, and connect the VPN so the device can check in with the domain.
Caution: The Excerpt Include sometimes disappears when editing this template. If it does, copy it from another template or page and paste it here as the last thing you do before saving this template.