Google News
logo
SCCM - Interview Questions
What are the different client deployments methods in SCCM?
SCCM provides several client deployment/installation options, including:   
 
Client push installation : This allows you to automatically install the client software on a computer, or on a group of computers. (90% of Usage)

Manual installation :
This allows you to install the client software manually on computers using CCMSetup.exe. (5% of Usage)

Group policy installation : This allows users to access the client software under Add or Remove Programs in the Control Panel and install it from there. (2% of Usage)

Software update point-based installation : In the case of client software installed on a computer, the computer receives client policies from the site. The policy states the name and port of the software update-point server from which one can obtain software updates. (1% of Usage)

Logon script installation : The login script installation is similar to the manual installation. The /logon installation parameter can be specified for CCMSsetup.exe. Whenever a client version is already installed on a computer, this parameter prevents its installation.(1% of Usage)

Imaging  : Imaging services are provided through System Center Configuration Manager, SCCM. Operating System deployment are done using Task Sequences. You can think of a Task Sequence as a script that SCCM executes from top to bottom. Logic can be added to steps to allow SCCM to make decisions on whether or not certain sections or steps should be executed.(1% of Usage)
Advertisement