Jump to content


LARSn

Offline client installation

Recommended Posts

Hello to everyone!

We have a lot of small remote offices in our company with expensive and slow Internet сonnection. So I need to install sccm clients in offline mode, because it will be difficult to download client package from my sccm2012 server. Is there any methods to offline client instalation?

Share this post


Link to post
Share on other sites

Thank you. But I still have some questions. And the most important is next one. Could the computer recive the custom client policy during offline instalation (for example thru using "ccminstall.exe /source: ... ") without downloading this policy from MP, for example, could the computer assign policy from specific file? Cause I want to minimalize network traffic generated during client installation.

Share this post


Link to post
Share on other sites

This script (link below) installs or uninstalls the SCCM Client 2007 or 2012. I've used PSAppDeployToolkit and other scripts from different sources to accomplish the task. The installation happens in an OFFLINE mode.

CCMSETUP will not download the supporting files from the server but utilize the content in the FILES folder of the tool-kit. <ALL THINGS LOCAL>

IMPORTANT:

  • Copy the content of the CLIENT folder on the SCCM Server <\\SCCMServer\SMS_SiteCode\Client> and paste it into the FILES folder.
  • Run with elevated permissions.
  • IF running from a share; the computers 'SYSTEM' account should have read access to the FILES folder. The best way to do this is to give everyone read access to the package share.

Download from Microsoft's Technet Website.

After the SCCM client install, the script will wait for 60 seconds and then trigger a Machine Policy & Evaluation Cycle and a Hardware Inventory cycle.

7.PNG

Logging is done to: C:\Windows\Logs\Software

Copy the content of the CLIENT folder on the SCCM Server <\\SCCMServer\SMS_SiteCode\Client> and paste it into the FILESfolder.

1.PNG

Install SCCM Client:

 

Options:

  • SMSCACHESIZE
  • SMSMP
  • SMSSITECODE
  • FSP
  • SMSSLP
  • DNSSUFFIX

The below command will SILENTLY installs the SCCM Client (Offline)

.\Deploy-Application.EXE -DeploymentType Install -DeployMode silent -SMSCACHESIZE 10260 -SMSMP "FQDN-of-Management-Point" -SMSSITECODE "Your-Site-Code" -FSP "FQDN-of-Fall-back-Status-Point"

The below command will INTERACTIVELY installs the SCCM Client (Offline)

.\Deploy-Application.EXE -DeploymentType Install -DeployMode Interactive -SMSCACHESIZE 10260 -SMSMP "FQDN-of-Management-Point" -SMSSITECODE "Your-Site-Code" -FSP "FQDN-of-Fall-back-Status-Point"
Uninstall SCCM Client:

 

The below command will SILENTLY Uninstall the SCCM client.

.\Deploy-Application.EXE -DeploymentType UnInstall -DeployMode Silent

The below command will INTERACTIVELY Uninstall the SCCM client

.\Deploy-Application.EXE -DeploymentType UnInstall -DeployMode Interactive

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.