Vous êtes sur la page 1sur 94

Page No | 1

Microsoft

70-243 PRACTICE EXAM


Administering and Deploying System Center 2012 Configuration Manager

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 2

Product Questooss 112


Versioos 18.0
Questoos 1

You recently migrated from System Center Confguraaon Manager 2007 to System Center 2012 Confguraaon
Manager.
Your network contains a client computer that runs the 64-bit version of Windows 7 and the 32-bit version of Windows
7.
Some client computers have the Microsof Applicaaon Virtualizaaon (App-V) client installed.
You have an Applicaaon named App1.
You have a 64-bit version of App1, a 32-bit version of App1, and a virtual version of App1.
You need to deploy the Applicaaon to all of the client computers.
The soluaon must minimize the amount of administraave efort.
What should you do?

A. Create a new Applicaaon that has three diferent deployment types and create a target collecaon for each of the
deployment types.
B. Create a new Applicaaon that has three diferent deployment types and confgure global condiaons for each of the
deployment types.
C. Create a new package for each version of App1.
D. Create a new Applicaaon for each version of App1.

Aoswers B

Explanaaonn
How to Create Deployment Types in Confguraaon Manager
Supplemental Procedures to Create a Deployment Type
Step 6n Specify Requirements for the Deployment Type
1. On the Requirements page of the Create Deployment Type Wizard, click Add to open the Create
Requirement dialog box, and add a new requirement.
2. From the Category drop-down list, select whether this requirement is for a device or a user, or select Custom to use
a previously created global condiaon. When you select Custom, you can also click Create to create a new global
condiaon. For more informaaon about global condiaons, see How to Create Global Condiaons in Confguraaon
Manager.
3. From the Condiaon drop-down list, select the condiaon that you want to use to assess whether the user or device
meets the installaaon requirements. The contents of this list will vary depending on the selected category.
4. From the Operator drop-down list, choose the operator that will be used to compare the selected condiaon to the
specifed value to assess whether the user or device meets in the installaaon requirement.
The available operators will vary depending on the selected condiaon.
5. In the Value feld, specify the values that will be used with the selected condiaon and operator whether the user or
device meets in the installaaon requirement. The available values will vary depending on the selected condiaon and
the selected operator.
6. Click OK to save the requirement rule and exit the Create Requirement dialog box.
7. On the Requirements page of the Create Deployment Type Wizard, click Next.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 3

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 4

Referencen How to Create Deployment Types in Confguraaon Manager


htpn::technet.microsof.com:en-us:library:gg682174.aspx#BKMK_Step2

Questoos 2

You network contains a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) environment.
You have an applicaaon named App1.
You need to ensure that users in the fnance department can install App1 by using the Applicaaon Catalog.
What should you do?

A. Create a required user deployment and target the deployment to all of the fnance department users.
B. Create a required user deployment and target the deployment to all of the client computers in the fnance
department.
C. Create an available user deployment and target the deployment to all of the fnance department users.
D. Create an available user deployment and target the deployment to all of the client computers in the fnance
department.

Aoswers C

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 5

Explanaaonn
By selecang "Available" it will be selectable for the users in the Applicaaon Catalog.
The "Required" opaon would force the installaaon to all users in the fnance department.
Referencen How to Deploy Applicaaons in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg682082.aspx
Noten To deploy an applicaaon
...
8. On the Deployment Setngs page of the Deploy Sofware Wizard, specify the following informaaonn
* Acaon From the drop-down list, choose whether this deployment is intended to Install or Uninstall the applicaaon.
* Purpose From the drop-down list, choose one of the following opaonsn
* Available - If the applicaaon is deployed to a user, the user sees the published applicaaon in the Applicaaon Catalog
and can request it on demand. If the applicaaon is deployed to a device, the user will see it in the Sofware Center and
can install it on demand.
* Required - The applicaaon is deployed automaacally according to the confgured schedule. However, a user can
track the applicaaon deployment status if it is not hidden, and can install the applicaaon before the deadline by using
the Sofware Center.

Questoos 3

Your network contains a System Center 2012 Confguraaon Manager environment.


Two weeks ago, you deployed a Windows Installer package named App1.
You need to remediate a registry value that applies only to the client computers that have App1 installed.
The soluaon must minimize network trafc.
What should you do?

A. Modify the App1 Windows Installer package to contain the registry setng, and then create a new applicaaon for
App1.
B. Modify the App1 Windows Installer package to contain the registry setng, and then confgure the exisang
applicaaon for App1 to use the new Windows Installer package.
C. Create an applicaaon-based confguraaon item, confgure a rule for an existenaal type, and then import the
registry setng from a client computer that has App1 installed.
D. Create an applicaaon-based confguraaon item, confgure the detecaon method to use the Windows Installer
product code of App1, and then import the registry setng from a client computer that has App1 installed.

Aoswers D

Explanaaonn
* Confguraaon item setngs of the type Windows Management Instrumentaaon (WMI), registry, script, and all
mobile device setngs in Confguraaon Manager let you automaacally remediate noncompliant setngs when they
are found.
* A detecaon method in Confguraaon Manager contains rules that are used to detect whether an applicaaon is
installed on a computer. This detecaon occurs before the confguraaon item is assessed for compliance. To detect
whether an applicaaon is installed, you can detect the presence of a Windows Installer fle for the applicaaon, use a
custom script, or select Always assume applicaaon is installed to assess the confguraaon item for compliance
regardless of whether the applicaaon is installed.
Referencen Introducaon to Compliance Setngs in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg682139.aspx

Questoos 4

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 6

Your network contains a System Center 2012 Confguraaon Manager environment.


You need to create a collecaon that contains all of the virtual machines.
Which query should you use?

A. select * from SMS_R_System


where SMS_R_System.ResourceID not in
(select ResourceID from SMS_R_System
where SMS_R_System.IsVirtualMachine != 1)
B. select * from SMS_R_System
where SMS_R_System.IsVirtualMachine != 1
C. select * from SMS_R_System
where SMS_R_System.IsVirtualMachine = 1
D. select * from SMS_R_System
where SMS_R_System.ResourceID not in
(select ResourceID from SMS_R_System
where SMS_R_System.IsVirtualMachine = 1)

Aoswers C

Use SMS_R_System.IsVirtualMachine = "True" to include all VMs.


Any number that is converted to boolean evaluates to True, apart from 0.

Questoos 5

Your network contains a System Center 2012 Confguraaon Manager environment.


You create a report that lists compliance informaaon.
You schedule the report to run every day at 20n00.
You need to ensure that on Friday, you can review the results of the report created on the previous Monday.
What should you confgure the report to do?

A. Use caching.
B. Use a shared schedule.
C. Render on Friday.
D. Use snapshots.

Aoswers D

Explanaaonn
Creaang, Modifying, and Deleang Snapshots in Report History
Report history is a collecaon of report snapshots. You can maintain report history by adding and deleang snapshots,
or by modifying properaes that afect report history storage. You can create report history manually or on a schedule.
Referencen Creaang, Modifying, and Deleang Snapshots in Report History
htpn::technet.microsof.com:en-us:library:ms156325.aspx

Questoos 6

Your network contains an Acave Directory forest.


The forest contains a System Center 2012 Confguraaon Manager environment.
The environment contains one primary site.
You need to ensure that the members of a group named Group1 are allowed to deploy applicaaons to desktop

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 7

computers.
The soluaon must minimize the number of permissions assigned to Group1.
What should you do?

A. Assign the Applicaaon Administrator security role to Group1. Create a new collecaon that contains all of the
desktop computers. Add Group1 to the local Administrators group on each desktop computer.
B. Add the Applicaaon Deployment Manager security role to Group1. Create a new collecaon that contains all of the
desktop computers. Add Group1 to the local Administrators group on each desktop computer.
C. Assign the Applicaaon Deployment Manager security role to Group1. Create a new collecaon that contains all of
the desktop computers. Scope Group1 to the new collecaon.
D. Assign the Applicaaon Administrator security role to Group1. Create a new collecaon that contains all of the
desktop computers. Scope Group1 to the new collecaon.

Aoswers C

* Applicaaon Deployment Manager


A security role that grants permissions to administraave users so that they can deploy and monitor applicaaons.
Explanaaonn
Incorrect
Not A, Not Dn Applicaaon Administrator
A security role that grants permissions to administraave users so that they can perform both the Applicaaon
Deployment Manager role and the Applicaaon Author role.
Referencen Glossary for Microsof System Center 2012 Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh524341.aspx

Questoos 7

Your network contains a single Acave Directory domain.


The domain contains a System Center Confguraaon Manager 2007 site and a System Center 2012 Confguraaon
Manager site.
You need to ensure that you can migrate objects from Confguraaon Manager 2007 to Confguraaon Manager 2012.
What should you do?

A. Assign the computer account of the Central Administraaon site server permission to the Confguraaon Manager
2007 site.
Assign the computer account of the Central Administraaon site server permission to the Microsof SQL Server
database instance.
B. Connect the Confguraaon Manager 2007 primary site as a child primary site of the Confguraaon Manager 2012
primary site.
C. Extend the Acave Directory schema and assign the Central Administraaon site server permissions to the
System\System Management container.
D. Connect the Confguraaon Manager 2012 primary site as a child primary site of the Confguraaon Manager 2007
primary site.

Aoswers A

Explanaaonn
To migrate from a supported source hierarchy, you must have access to each applicable Confguraaon Manager source
site, and permissions within the System Center 2012 Confguraaon Manager desanaaon site to confgure and run
migraaon operaaons.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 8

Referencen Prerequisites for Migraaon in System Center 2012 Confguraaon Manager


htpn::technet.microsof.com:en-us:library:gg712313.aspx

Questoos 8

Your network contains a System Center 2012 Confguraaon Management environment.


The network contains 10 database servers that run Microsof SQL Server 2008.
You have a confguraaon baseline that is used to monitor database servers.
You confrm that all of the database servers downloaded the confguraaon baseline.
You discover that a database server named Server1 fails to report any data for the confguraaon baseline.
You need to idenafy whether Server 1 evaluates the confguraaon items that are part of the confguraaon baseline.
Which log fle should you review?

A. Locaaonservices.log
B. Smsexec.log
C. Ccm.log
D. Sdmagent.log
E. Dcmagent.log
F. Rcmctrl.log
G. Wsyncmgr.log
H. Ciagent.log
I. Hman.log
J. Contentransfermanager.log
K. Sitestat.log

Aoswers E

Explanaaonn
DCMAgent.log
Client log fle
Records high-level informaaon about the evaluaaon, confict reporang, and remediaaon of confguraaon items and
applicaaons.
Incorrect answersn
Further informaaonn
Locaaonservices.log
Client log fle Records the client acavity for locaang management points, sofware update points, and distribuaon
points.
Smsexec.log
Site server or site system server log fle
Records the processing of all site server component threads.
Ccm.log
Site server log fle
Records client push installaaon acaviaes.
Sdmagent.log
Client log fle
Records details about tracking of remediaaon and compliance. However, the sofware updates log fle,
Updateshandler.log, provides more informaave details about installing the sofware updates required for compliance.
Rcmctrl.log
Site server log fle
Records the acaviaes of database replicaaon between sites in the hierarchy.
wsyncmgr.log

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 9

Site server log fle


Records details about the sofware updates synchronizaaon process.
Ciagent.log
Client log fle
Records details about the process of remediaaon and compliance for compliance setngs, sofware updates, and
applicaaon management.
hman.log
Site server log fle
Records informaaon about site confguraaon changes, and the publishing of site informaaon in Acave
Directory Domain Services.
ContentTransferManager.log
Client log fle
Schedules the Background Intelligent Transfer Service (BITS) or the Server Message Block (SMB) to download or to
access packages.
Sitestat.log Site server log fle Records the availability and disk space monitoring process of all site systems.
Referencen htpn::technet.microsof.com:en-us:library:hh427342.aspx
Technical Reference for Log Files in Confguraaon Manager

Questoos 9

You enable Client Push.


You run Acave Directory System Discovery.
You discover that some of the discovered computers do not have the System Center 2012
Confguraaon Manager client installed.
You need to idenafy why Client Push fails of the client computers.
Which log fle should you review?

A. Locaaonservices.log
B. Smsexec.log
C. Ccm.log
D. Sdmagent.log
E. Dcmagent.log
F. Rcmctrl.log
G. Wsyncmgr.log
H. Ciagent.log
I. Hman.log
J. Contentransfermanager.log
K. Sitestat.log

Aoswers C

Explanaaonn
Ccm.log
Site server log fle
Records client push installaaon acaviaes.
Referencen Technical Reference for Log Files in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh427342.aspx

Questoos 10

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 10

Your network contains a System Center 2012 Confguraaon Manager environment.


You add a sofware update point to the environment.
You receive a message indicaang that SMS WSUS Synchronizaaon failed.
You need to retrieve addiaonal informaaon about the message.
Which log fle should you review?

A. Locaaonservices.log
B. Smsexec.log
C. Ccm.log
D. Sdmagent.log
E. Dcmagent.log
F. Rcmctrl.log
G. Wsyncmgr.log
H. Ciagent.log
I. Hman.log
J. Contentransfermanager.log
K. Sitestat.log

Aoswers G

Explanaaonn
wsyncmgr.log
Site server log fle
Records details about the sofware updates synchronizaaon process.
Referencen htpn::technet.microsof.com:en-us:library:hh427342.aspx
Technical Reference for Log Files in Confguraaon Manager

Questoos 11

Your network contains a System Center 2012 Confguraaon Manager environment.


The hierarchy contains a Central Administraaon Site named Site1 and a primary site named Site2.
You discover that none of the packages created on Site1 are displayed in Site2.
You need to idenafy whether there is a replicaaon issue between the sites.
What should you review?

A. the Inventoryagent.log fle


B. the Colleval.log fle
C. the Microsof SQL Server replicaaon diagnosac fles
D. the Despool.log fle (or Replmgr.log IN EXAM!)

Aoswers D

Explanaaonn
Despool.log
Site server log fle
Records incoming site-to-site communicaaon transfers.
Personal noten
Usually, you look at the Rcmctrl.log fle. But since that isn't one of the possible answers, you are lef with the
Despool.log fle.
Referencen Technical Reference for Log Files in Confguraaon Manager

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 11

htpn::technet.microsof.com:en-us:library:hh427342.aspx
Incorrectn
InventoryAgent.log
Client log fle
Records acaviaes of hardware inventory, sofware inventory, and heartbeat discovery acaons on the client.
Colleval.log
Primary site and central administraaon site log fle
Records details about when collecaons are created, changed, and deleted by the Collecaon Evaluator.
htpn::msdn.microsof.com:en-us:library:ms151756%28v=sql.105%29.aspx
SQL Server 2008 R2 - Troubleshooang (Replicaaon)

Questoos 12

Your company uses System Center 2012 Confguraaon Manager to deploy applicaaons.
The company purchases a new applicaaon named App1. App1 can be installed only on client computers that run
Windows 7.
You need to ensure that App1 is installed only on Windows 7 computers that have at least 2 Gb of memory and 300
Gb of free disk space.
What should you create?

A. a Query object
B. custom client user setngs
C. a confguraaon baseline
D. a query-based collecaon

Aoswers D

Explanaaonn
htpn::technet.microsof.com:en-us:library:gg682177.aspx
Introducaon to Collecaons in Confguraaon Manager
Collecaons in System Center 2012 Confguraaon Manager represent logical groupings of resources, such as users and
devices. You can use collecaons to help you perform many tasks, such as managing applicaaons, deploying
compliance setngs, or installing sofware updates. You can also use collecaons to manage groups of client setngs.
..
Query Rule
Query rules dynamically update the membership of a collecaon based on a query that Confguraaon Manager runs on
a schedule. For example, you can create a collecaon of users who are a member of the Human Resources
organizaaonal unit in Acave Directory Domain Services. Unlike direct rule collecaons, this collecaon membership
automaacally updates when you add or remove new users to the Human Resources organizaaonal unit.
Further informaaonn
htpn::technet.microsof.com:en-us:library:gg682073.aspx
Prerequisites for Compliance Setngs in Confguraaon Manager
..
To run queries related to compliance setngsn Read permission for the Query object.
htpn::technet.microsof.com:en-us:library:gg712688.aspx
Planning for Client Setngs in Confguraaon Manager
Use client setngs in System Center 2012 Confguraaon Manager to confgure user and device setngs for the
hierarchy. Client setngs include confguraaon opaons such as the hardware inventory and schedule, and the polling
schedule for client policy.
All Confguraaon Manager clients in the hierarchy use the Default Client Setngs that are automaacally created when
you install Confguraaon Manager. However, you can modify the default client setngs and you can create custom

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 12

client setngs to override the default client setngs for specifc users or devices.
htpn::technet.microsof.com:en-us:library:gg682139.aspx
Introducaon to Compliance Setngs in Confguraaon Manager
..
Compliance is evaluated by defning a confguraaon baseline that contains the confguraaon items that you want to
evaluate and setngs and rules that describe the level of compliance you must have.

Questoos 13

Your network contains a Windows Server Update Services (WSUS) server.


All client computers are confgured as WSUS clients.
All of the client computers have Windows Firewall enabled.
Windows Firewall is confgured to allow File and Printer Sharing.
Users are not confgured as local Administrators on their client computers.
You deploy System Center 2012 Confguraaon Manager.
You need to idenafy which methods you can use to deploy the Confguraaon Manager client to an of the client
computers.
Which client installaaon methods should you idenafy? (Choose all that Apply.)

A. a logon script installaaon


B. a manual client installaaon
C. a sofware update-based client installaaon
D. a Client Push Installaaon
E. an Acave Directory Group Policy-based installaaon

Aoswers C, D, E

Explanaaonn
C. Sofware update point uses the local SYSTEM account and All client computers are confgured as WSUS clients. So
the frewall should not afect funcaonality.
Dn Client Push Installaaon requires File and Printer Sharing and runs with the local SYSTEM account.
En Group Policy Installaaon requires File and Printer Sharing and runs with the local SYSTEM account.
Incorrectn
Not An The Logon script runs with the user's credenaals.
Not Bn Manual installaaon also runs with the user's credenaals.
Referencen htpn::technet.microsof.com:en-us:library:gg682191.aspx

Questoos 14

Your network contains a System Center 2012 Confguraaon Manager environment.


The environment contains a primary site server named Server1 and a server named Server2 that runs Microsof SQL
Server 2008 R2.
Server2 contains the Confguraaon Manager database.
Server2 fails.
You install SQL Server 2008 R2 on a new server.
You name the server Server2.
You need to restore the Confguraaon Manager database to the new server.
What should you do?

A. From Server1, run the Confguraaon Manager 2012 Setup Wizard.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 13

B. From Server2, run Microsof SQL Server Management Studio, and then atach the backed up SQL Server database
and log fles.
C. From Server2, run Microsof SQL Server Management Studio, and then restore the backed up SQL Server database
and log fles.
D. From Server1, run the Site Repair Wizard.

Aoswers A

Explanaaonn
Answer is From Server1, run the Confguraaon Manager 2012 Setup Wizard.
Recover a Confguraaon Manager Site
A Confguraaon Manager site recovery is required whenever a Confguraaon Manager site fails or data loss occurs in
the site database. Repairing and resynchronizing data are the core tasks of a site recovery and are required to prevent
interrupaon of operaaons. Site recovery is started by running the Confguraaon Manager Setup Wizard from
installaaon media or by confguring the unatended installaaon script and then using the Setup command :script
opaon. Your recovery opaons vary depending on whether you have a backup of the Confguraaon Manager site
database.
...
Site Database Recovery Opaons
When you run Setup, you have the following recovery opaons for the site databasen
* Recover the site database using a backup setn Use this opaon when you have a backup of the Confguraaon
Manager site database that was created as part of the Backup Site Server maintenance task run on the site before the
site database failure. When you have a hierarchy, the changes that were made to the site database afer the last site
database backup are retrieved from the central administraaon site for a primary site, or from a reference primary site
for a central administraaon site. When you recover the site database for a stand-alone primary site, you lose site
changes afer the last backup.
When you recover the site database for a site in a hierarchy, the recovery behavior is diferent for a central
administraaon site and primary site, and when the last backup is inside or outside of the SQL Server change tracking
retenaon period.
...
Referencen htpn::technet.microsof.com:en-us:library:gg712697.aspx
Backup and Recovery in Confguraaon Manager

Questoos 15

You deploy Windows 7 by using Operaang System Deployment (OSD).


The development task sequence contains steps to install sofware updates and Applicaaons.
The amount of ame required to deploy the Windows 7 image has increased signifcantly during the last six months.
You need to recommend a soluaon to reduce the amount of ame it takes to deploy the image.
What should you recommend?

A. Synchronize sofware updates before deploying the image.


B. Use ofine servicing for the image.
C. Create a new automaac deployment rule.
D. Add an addiaonal Install Sofware Updates step to the deployment task sequence.
E. Upgrade the image to Windows 7 SP1.

Aoswers B, E

Explanaaonn

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 14

htpn::blogs.technet.com:b:inside_osd:archive:2011:04:18:confguraaon-manager-2012-ofine-servicing-
foroperaang-system-images.aspx
Confguraaon Manager 2012n Ofine Servicing for Operaang System Images
In Confguraaon Manager 2012 there is a new feature for applying updates to operaang system images while they are
in the Confguraaon Manager library. This means any operaang system image you see in the Operaang Systems >
Operaang Systems Images node from the Sofware Library wunderbar can be updated with Component Based
Servicing (CBS) updates. By updaang an image in the Sofware Library instead of performing a new build and capture
of the operaang system image you will gain a few disanct advantages. You will be able to reduce the risk of
vulnerabiliaes during operaang system deployments and reduce the overall operaang system deployment to the end
user. You will also reduce the administraave efort to maintain your operaang system images.
The feature is applicable for Component Based Servicing (CBS) updates and for the following operaang systemsn
Microsof Windows Vista SP2 and later
Microsof Windows Server 2008 SP2 and later
Microsof Windows 7 RTM
Microsof Windows 2008 R2
Further informaaonn
htpn::www.windows-noob.com:forums:index.php?:topic:4683-using-sccm-2012-rc-in-a-lab-part-12-updaangan-
operaang-system-image-using-ofine-servicing:
Using SCCM 2012 RC in a LAB - Part 12. Updaang an Operaang System image using Ofine Servicing.

Questoos 16

Your company uses System Center 2012 Confguraaon Manager with Microsof Forefront Endpoint Protecaon
integraaon.
You deploy Forefront Endpoint Protecaon to all client computers.
The company uses a management Applicaaon named App1.
You discover that Forefront Endpoint Protecaon blocks App1.
You need to ensure that App1 can run.
How should you confgure the Default Client Malware Policy? (Each correct answer presents a complete soluaon.
Choose two.)

A. Create a sofware restricaon policy.


B. Add a process exclusion.
C. Add a fle locaaon exclusion.
D. Modify the schedule scan setngs.
E. Click the Use behavior monitoring check box.

Aoswers B, C

Explanaaonn

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 15

Referencen How to Create and Deploy Anamalware Policies for Endpoint Protecaon in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh508785.aspx

Questoos 17

Your network contains a System Center 2012 Confguraaon Manager environment.


You deploy a Microsof Ofce 2007 package to all client computers by using Confguraaon Manager.
Your company purchases Ofce 2010.
You need to ensure that all users can install Ofce 2010 from the Applicaaon Catalog.
What should you do?

A. Deploy a new package for Ofce 2010.


B. Deploy Ofce 2010 by using a Group Policy Object (GPO).
C. Update the Ofce 2007 source fle and redeploy the package.
D. Deploy a new Applicaaon for Ofce 2010.

Aoswers D

Explanaaonn
Microsof System Center 2012 Confguraaon Manager conanues to support packages and programs that were used in
Confguraaon Manager 2007.
..
You can use Microsof System Center Confguraaon Manager Package Conversion Manager to convert packages and
programs into Confguraaon Manager applicaaons.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 16

Referencen htpn::technet.microsof.com:en-us:library:gg699369.aspx
Packages and Programs in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg682125.aspx
Introducaon to Applicaaon Management in Confguraaon Manager

Questoos 18

You deploy Windows 7 by using Operaang System Deployment (OSD).


The development task sequence contains steps to install sofware updates and Applicaaons.
The amount of ame required to deploy the Windows 7 image has increased signifcantly during the last six months.
You need to recommend a soluaon to reduce the amount of ame it takes to deploy the image.
What should you recommend?

A. Synchronize sofware updates before deploying the image.


B. Use ofine servicing for the image.
C. Create a new automaac deployment rule.
D. Add an addiaonal Install Sofware Updates step to the deployment task sequence.

Aoswers B

Explanaaonn
htpn::blogs.technet.com:b:inside_osd:archive:2011:04:18:confguraaon-manager-2012-ofine-servicing-
foroperaang-system-images.aspx
Confguraaon Manager 2012n Ofine Servicing for Operaang System Images
In Confguraaon Manager 2012 there is a new feature for applying updates to operaang system images while they are
in the Confguraaon Manager library. This means any operaang system image you see in the Operaang Systems >
Operaang Systems Images node from the Sofware Library wunderbar can be updated with Component Based
Servicing (CBS) updates. By updaang an image in the Sofware Library instead of performing a new build and capture
of the operaang system image you will gain a few disanct advantages. You will be able to reduce the risk of
vulnerabiliaes during operaang system deployments and reduce the overall operaang system deployment to the end
user. You will also reduce the administraave efort to maintain your operaang system images.
The feature is applicable for Component Based Servicing (CBS) updates and for the following operaang systemsn
Microsof Windows Vista SP2 and later
Microsof Windows Server 2008 SP2 and later
Microsof Windows 7 RTM
Microsof Windows 2008 R2
Further informaaonn
htpn::www.windows-noob.com:forums:index.php?:topic:4683-using-sccm-2012-rc-in-a-lab-part-12-updaangan-
operaang-system-image-using-ofine-servicing:using SCCM 2012 RC in a LAB - Part 12. Updaang an Operaang System
image using Ofine Servicing.

Questoos 19

You have Windows 7 images that are rebuilt quarterly and sported to System Center 2012 Confguraaon Manager.
The Microsof Deployment Toolkit (MDT) 2012 is integrated with Confguraaon Manager.
You need to reduce the network security risks when the images are deployed by using Operaang System Deployment
(OSD).
What should you do? (Choose all that Apply.)

A. Afer the Apply Operaang System Image task sequence step, add a step to install sofware updates ofine.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 17

B. Before the Apply Operaang System image task sequence step, add a step to install Deployment Imaging Servicing
and Management (DISM).
C. Afer the installaaon of the fnal Applicaaon, add an Install Sofware Updates task sequence step.
D. Afer the Apply Operaang System Image task sequence step, add a Run Command line step that runs wuauclt.exe
:detectnow
E. Before the Apply Operaang System image task sequence step, add a step to install the Windows Automated
Installaaon Kit (Windows AIK).

Aoswers A, C

Explanaaonn
An To do the updates ofine to reduce network security risks.
Cn Install sofware updates to minimize network security risks
Noten
Confguraaon Manager 2012n Ofine Servicing for Operaang System Images
In Confguraaon Manager 2012 there is a new feature for applying updates to operaang system images while they are
in the Confguraaon Manager library. This means any operaang system image you see in the Operaang Systems >
Operaang Systems Images node from the Sofware Library wunderbar can be updated with Component Based
Servicing (CBS) updates. By updaang an image in the Sofware Library instead of performing a new build and capture
of the operaang system image you will gain a few disanct advantages. You will be able to reduce the risk of
vulnerabiliaes during operaang system deployments and reduce the overall operaang system deployment to the end
user. You will also reduce the administraave efort to maintain your operaang system images.
Task Sequence Steps in Confguraaon Manager
The following task sequence steps can be added to a System Center 2012 Confguraaon Manager task sequencen
Install Sofware Updates
Use the Install Sofware Updates task sequence step to install sofware updates on the desanaaon computer. The
desanaaon computer is not evaluated for applicable sofware updates unal this task sequence step runs. At that ame,
the desanaaon computer is evaluated for sofware updates like any other Confguraaon Manager-managed client. In
paracular, this step installs only the sofware updates that are targeted to collecaons of which the computer is
currently a member.
This task sequence step runs only in a standard operaang system. It does not run in Windows PE.
Further informaaonn
htpn::technet.microsof.com:en-us:library:hh824821.aspx
Deployment Image Servicing and Management (DISM) Technical Reference
Deployment Image Servicing and Management (DISM) is a command-line tool that is used to mount and service
Windows images before deployment. You can use DISM image management commands to mount, and get
informaaon about, Windows image (.wim) fles or virtual hard disks (VHD) and to capture, split, and otherwise
manage .wim fles.
Referencen
htpn::blogs.technet.com:b:inside_osd:archive:2011:04:18:confguraaon-manager-2012-ofine-servicing-
foroperaang-system-images.aspx
htpn::technet.microsof.com:en-us:library:hh846237.aspx
Incorrectn
wuauclt.exe :detectnow
The detectnow switch will force a relaavely immediate query to the WSUS server to see if there are any updates that
are needed. If there are, the yellow shield will appear in the system tray. This is usually prety quick, within 20-30
seconds.

Questoos 20

Your network contains an Acave Directory forest named litwareinc.com.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 18

The forest has a single domain.


The forest contains a System Center 2012 Confguraaon Manager environment.
The environment contains a single primary site.
You create a group named InstallTechs.
You need to ensure that the members of InstallTechs can deploy Applicaaons to desktop computers by using
Confguraaon Manager.
The soluaon must minimize the number of permissions assigned to InstallTechs.
What should you do?

A. Assign the Applicaaon Administrator security role to InstallTechs. Create a new collecaon that contains all of the
desktop computers. Scope InstallTechs to the new collecaon.
B. Assign the Applicaaon Deployment Manager security role to InstallTechs. Create a new collecaon that contains all
of the desktop computers. Scope InstallTechs to the new collecaon.
C. Add the Applicaaon Deployment Manager security role to InstallTechs. Create a new collecaon that contains
computers. Add InstallTechs to the local Administrators group on each desktop computer.
D. Assign the Applicaaon Administrator security role to InstallTechs. Create a new collecaon that contains all of the
desktop computers. Add InstallTechs to the local Administrators group on each desktop computer.

Aoswers B

Explanaaonn
htpn::technet.microsof.com:en-us:library:hh524341.aspx
Glossary for Microsof System Center 2012 Confguraaon Manager
Applicaaon Administrator
A security role that grants permissions to administraave users so that they can perform both the
Applicaaon Deployment Manager role and the Applicaaon Author role.
Applicaaon Deployment Manager
A security role that grants permissions to administraave users so that they can deploy and monitor applicaaons.
htpn::blogs.technet.com:b:hhoy:archive:2012:03:07:role-based-administraaon-in-system-center-2012-
confguraaon-manager.aspx
Role-Based Administraaon in System Center 2012 Confguraaon Manager
In Confguraaon Manager 2012, Security Roles are used to collecavely group objects and permissions (operaaons) for
assignment to an Administrator. Instead of an individual permission set on a single instance of object, the Security
Role provides a single Role assignment to an administrator; reducing the overall complexity with permission
management. An object in the Security Role is something that you want to manage access to and permission is
the operaaonal funcaons, such as Read, Modify and Delete.

Questoos 21

Your network contains a single Acave Directory domain.


You plan to deploy System Center 2012 Confguraaon Manager.
The hierarchy will have a Central Administraaon Site and fve Primary Sites.
You need to ensure that you can target user groups for sofware distribuaon.
The soluaon must minimize network trafc.
Which Confguraaon Manager discovery method should you use?

A. Acave Directory User Discovery and Acave Directory Group Discovery on the primary sites
B. Acave Directory User Discovery and Acave Directory Group Discovery on the Central Administraaon site
C. Acave Directory User Discovery on the Central Administraaon site and Acave Directory Group Discovery on the
primary sites
D. Acave Directory User Discovery on the primary sites and Acave Directory Group Discovery on every site

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 19

Aoswers A

Explanaaonn
Incorrect answersn
Not Bn Only Acave Directory Forest Discovery is supported on the Central administraaon site.
Not Cn Only Acave Directory Forest Discovery is supported on the Central administraaon site.
Not Dn Only Acave Directory Forest Discovery is supported on the Central administraaon site.
Referencen Planning for Discovery in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712308.aspx

Questoos 22

Your network contains a System Center 2012 Confguraaon Manager environment.


The Confguraaon Manager databases are located on a remote server that runs Microsof SQL Server.
You need to ensure that you can restore the Central Administraaon site.
What should you do?

A. From the Confguraaon Manager console, enable the Backup Site Server maintenance task and set a schedule.
B. From Microsof SQL Server Management Studio, create a maintenance plan for the site databases.
C. From Task Scheduler, create a scheduled task that runs smssqlbkup.exe.
D. From Windows Server Backup, schedule a full system backup.

Aoswers A

Explanaaonn
htpn::technet.microsof.com:en-us:library:gg712697.aspx
Backup and Recovery in Confguraaon Manager
Enterprise soluaons such as System Center 2012 Confguraaon Manager must prepare for both backup and recovery
operaaons to avoid loss of criacal data. For Confguraaon Manager sites, this preparaaon ensures that sites and
hierarchies are recovered with the least data loss and in the quickest possible ame.
..
Back up a Confguraaon Manager Site
System Center 2012 Confguraaon Manager provides a backup maintenance task that runs on a schedule and backs up
the site database, specifc registry keys, and specifc folders and fles.
..
Backup Maintenance Task
You can automate backup for Confguraaon Manager sites by scheduling the predefned Backup Site Server
maintenance task. You can back up a central administraaon site and primary site, but there is no backup support for
secondary sites or site system servers.
..
To enable the site backup maintenance task
1. In the Confguraaon Manager console, click Administraaon.
2. In the Administraaon workspace, expand Site Confguraaon, and then click Sites.
3. Select the site in which you want to enable the site backup maintenance task.
4. On the Home tab, in the Setngs group, click Site Maintenance Tasks.
5. Click Backup Site Server and then click Edit.
6. Select Enable this task, and then click Set Paths to specify the backup desanaaon.
7. Confgure an appropriate schedule for the site backup task. As a best pracace, consider a backup schedule that is
outside acave working hours. If you have a hierarchy, consider a schedule that runs at least two ames a week to

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 20

ensure maximum data retenaon in the event of site failure.


8. Select whether to create an alert if the site backup task fails, click OK, and then click OK. When selected,
Confguraaon Manager creates a criacal alert for the backup failure that you can review in the Alerts node in the
Monitoring workspace.

Questoos 23

Your network contains a single Acave Directory forest named contoso.com.


Contoso.com contains three System Center 2012 Confguraaon Manager sites and one System Center Confguraaon
Manager 2007 site.
You need to ensure that you can transfer objects from Confguraaon Manager 2007 to Confguraaon Manager 2012.
What should you do?

A. Assign the computer account of the Central Administraaon site server permission to the Confguraaon Manager
2007 site.
Assign the computer account of the Central Administraaon site server permissions to the Microsof SQL Server
database instance.
B. Extend the Acave Directory schema and assign the Central Administraaon site server permissions to the
System\System Management container.
C. Connect the Confguraaon Manager 2007 primary site as a child primary site of the Confguraaon Manager 2012
primary site.
D. Connect the Confguraaon Manager 2012 primary site as a child primary site of the Confguraaon Manager 2007
primary site.

Aoswers A

Explanaaonn
For a System Center 2012 Confguraaon Manager source site, this account requires Read permission to all source site
objects, you grant this permission to the account by using role-based administraaon.
Referencen Determine Whether to Migrate Confguraaon Manager 2007 to System Center 2012 Confguraaon
Manager
htpn::technet.microsof.com:en-us:library:gg712991.aspx
Noten
In Microsof System Center 2012 Confguraaon Manager, the built-in migraaon funcaonality replaces in-place
upgrades of exisang Confguraaon Manager infrastructure by providing a process that transfers data from acave
Confguraaon Manager 2007 sites. The funcaonality provided by migraaon helps you maintain investments that you
have made in confguraaons and deployments while you can take full advantage of core changes in the product
introduced in System Center 2012 Confguraaon Manager. These changes include a simplifed Confguraaon Manager
hierarchy that uses fewer sites and resources, and the improved processing by use of naave 64-bit code that runs on
64-bit hardware.
Migraaon can transfer most data from Confguraaon Manager 2007.
htpn::technet.microsof.com:en-us:library:gg681981.aspx
Planning for Migraaon to System Center 2012 Confguraaon Manager
You must frst install a System Center 2012 Confguraaon Manager hierarchy to be the desanaaon hierarchy before
you can migrate data from a supported source hierarchy.
Afer you install the desanaaon hierarchy, confgure the management features and funcaons that you want to use in
your desanaaon hierarchy before you start to migrate data.
htpn::technet.microsof.com:en-us:library:gg712313.aspx
Prerequisites for Migraaon in System Center 2012 Confguraaon Manager
To migrate from a supported source hierarchy, you must have access to each applicable Confguraaon Manager source
site, and permissions within the System Center 2012 Confguraaon Manager desanaaon site to confgure and run

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 21

migraaon operaaons.
Required Confguraaons for Migraaon
..
Data Gathering
To enable the desanaaon site to gather data, you must confgure the following two source site access accounts for use
with each source siten
* Source Site Accountn This account is used to access the SMS Provider of the source site.
* For a Confguraaon Manager 2007 SP2 source site, this account requires Read permission to all source site objects.
* For a System Center 2012 Confguraaon Manager source site, this account requires Read permission to all source
site objects, you grant this permission to the account by using role-based administraaon.
* Source Site Database Accountn This account is used to access the SQL Server database of the source site and requires
Read and Execute permissions to the source site database.
You can confgure these accounts when you confgure a new source hierarchy, data gathering for an addiaonal source
site, or when you reconfgure the credenaals for a source site. These accounts can use a domain user account, or you
can specify the computer account of the top-level site of the desanaaon hierarchy.
...

Questoos 24

Your company uses System Center 2012 Confguraaon Manager to deploy applicaaons.
The company purchases a new applicaaon named App1. App1 can be installed only on client computers that run
Windows 7.
You need to ensure that App1 is installed only on Windows 7 computers that have at least 2 Gb of memory and 300
Gb of free disk space.
What should you create?

A. a Query object
B. custom client user setngs
C. a confguraaon baseline
D. requirement rules

Aoswers D

Explanaaonn
htpn::technet.microsof.com:en-us:library:gg682082.aspx
How to Deploy Applicaaons in Confguraaon Manager
Before you can deploy an applicaaon in Microsof System Center 2012 Confguraaon Manager, you must create at
least one deployment type for the applicaaon.
htpn::technet.microsof.com:en-us:library:gg682174.aspx
How to Create Deployment Types in Confguraaon Manager
Steps to Create a Deployment Type
Step 1n Start the Create Deployment Type Wizard.
Step 2n Specify whether you want to automaacally detect or to manually defne the deployment type informaaon.
Step 3n Specify the content opaons for the deployment type.
Step 4n Confgure the detecaon methods to indicate the presence of the applicaaon.
Step 5n Specify the user experience opaons for the deployment type.
Step 6n Specify the requirements for the deployment type.
Requirements are used to specify the condiaons that must be met before a deployment type can be installed on a
client device.
Step 7n Specify the dependencies for the deployment type.
Step 8n Confrm the deployment type setngs and complete the wizard.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 22

Step 9n Confgure addiaonal opaons for the deployment types that contain virtual applicaaons.
htpn::technet.microsof.com:en-us:library:gg682174.aspx#BKMK_Step61
Step 6n Specify Requirements for the Deployment Type
1. On the Requirements page of the Create Deployment Type Wizard, click Add to open the Create
Requirement dialog box, and add a new requirement.
2. From the Category drop-down list, select whether this requirement is for a device or a user, or select Custom to use
a previously created global condiaon. When you select Custom, you can also click Create to create a new global
condiaon.
Importantn If you create a requirement of the category User and the condiaon Primary Device, and then deploy the
applicaaon to a device collecaon, the requirement will evaluate as false.
3. From the Condiaon drop-down list, select the condiaon that you want to use to assess whether the user or device
meets the installaaon requirements. The contents of this list will vary depending on the selected category.
4. From the Operator drop-down list, choose the operator that will be used to compare the selected condiaon to the
specifed value to assess whether the user or device meets in the installaaon requirement. The available operators
will vary depending on the selected condiaon.
5. In the Value feld, specify the values that will be used with the selected condiaon and operator whether the user or
device meets in the installaaon requirement. The available values will vary depending on the selected condiaon and
the selected operator.
6. Click OK to save the requirement rule and exit the Create Requirement dialog box.
7. On the Requirements page of the Create Deployment Type Wizard, click Next.
htpn::technet.microsof.com:en-us:library:gg682048.aspx
How to Create Global Condiaons in Confguraaon Manager
In System Center 2012 Confguraaon Manager, global condiaons are rules that represent business or technical
condiaons that you can use to specify how an applicaaon is provided and deployed to client devices.

Questoos 25

Your company uses System Center 2012 Confguraaon Manager to distribute operaang system images.
You receive 300 new desktop computers. All of the client computers have the same hardware confguraaon.
When you atempt to deploy a Windows 7 image to one of the client computers, you receive an error message
indicaang that a storage device cannot be found during the pre-boot deployment phase.
You need to ensure that you can deploy Windows 7 to the new computers by using an image.
What should you do?

A. Update the exisang boot image to include the storage drivers.


B. Clear the contents of the Drivers container and update the task sequence.
C. Import the storage drivers to the Drivers container and update the task sequence.
D. Create a new driver package and update the task sequence.

Aoswers A

Explanaaonn
Planning a Device Driver Strategy in Confguraaon Manager
You can add Windows device drivers that have been imported into the driver catalog to boot images. Use the
following guidelines when you add device drivers to a boot imagen
* Add only mass storage and network adapter device drivers to boot images because other types of drivers are not
generally required. Drivers that are not required increase the size of the boot image unnecessarily.
* Add only device drivers for Windows 7 to a boot image because the required version of Windows PE is based on
Windows 7.
* Ensure that you use the correct device driver for the architecture of the boot image. Do not add an x86 device driver
to an x64 boot image.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 23

Referencen Planning a Device Driver Strategy in Confguraaon Manager


htpn::technet.microsof.com:en-us:library:gg712674.aspx

Questoos 26

Your network contains a System Center 2012 Confguraaon Manager environment.


You deploy the Confguraaon Manager client to all client computers.
You enable Hardware Inventory and Sofware Inventory for all of the client computers.
You discover that one of the client computers fails to report inventory data.
You confrm that the inventory fles are copied correctly to the site server.
You discover, however, that the site server does not contain any data from the client computer.
You need to idenafy what is causing the reporang issue.
Which log fle should you review?

A. Dataldr.log
B. Mp_hinv.log
C. Inventoryagent.log
D. Contentransfermanager.log

Aoswers A

Explanaaonn
dataldr.log
Site Server log fle
Records informaaon about the processing of Management Informaaon Format (MIF) fles and hardware inventory in
the Confguraaon Manager database.
Incorrectn
MP_Hinv.log
Site system server log fle Records details about the conversion of XML hardware inventory records from clients and
the copy of those fles to the site server.
InventoryAgent.log
Client log fle
Records acaviaes of hardware inventory, sofware inventory, and heartbeat discovery acaons on the client.
Contentransfermanager.log
Client log fle Schedules the Background Intelligent Transfer Service (BITS) or the Server Message Block (SMB) to
download or to access packages.
Noten htpn::technet.microsof.com:en-us:library:bb932206.aspx
Troubleshooang Confguraaon Manager Performance
Slow Hardware Inventory Processing - Soluaon
If you suspect that hardware inventory report processing is slow for a Confguraaon Manager 2007 site, the following
acaons should be takenn
Inspect the client inventoryagent.log log fle to determine whether the client is sending delta hardware inventory
reports or full reports. Afer iniaal client deployment, a very high percentage of hardware inventory reports should be
deltas, which contain much less data than full inventory reports. If you are seeing a signifcant number of full
inventory reports, this could be caused by inconsistent inventory report processing by the site server. For example, a
delta hardware inventory report could be processed before a full inventory report for the same system has been
processed. In this situaaon, a hardware inventory resynchronizaaon request will be sent to the client and an
addiaonal full inventory report will be generated. To determine whether this is happening, review the dataldr.log log
fle on the site server.
Inspect the size of the hardware inventory fles in the site server's inbox directory to determine whether the sofware
inventory fles have grown signifcantly from previous inventory reports. If hardware inventory report fle sizes have

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 24

grown beyond an iniaal hardware inventory report fle size baseline, you should determine the cause and whether the
larger inventory report fles are expected to be larger. One possibility is that the sites SMS_def.mof fle has been
modifed to collect more inventory informaaon from clients. Determine whether there is a consistent SMS_def.mof
hardware inventory reporang fle in use throughout the hierarchy. If not, the hardware inventory processor might be
running very slowly because of changes in the database schema caused by the diferent SMS_def.mof fles throughout
the hierarchy. The dataloader.log log fle will record instances of database schema changes and should be reviewed
when invesagaang this issue.
Referencen htpn::technet.microsof.com:en-us:library:hh427342.aspx
Technical Reference for Log Files in Confguraaon Manager

Questoos 27

Your network contains a System Center 2012 Confguraaon Manager environment.


Sofware Inventory and Hardware Inventory are enabled for all of the client computers.
All of the client computers have an Applicaaon named App1 installed.
App1 saves fles to the Cn\Program Files\App1 folder.
All of the fles saved by App1 have a fle name extension of .xyz.
You confgure Sofware Inventory to inventory all of the fles that have the .xyz extension and the .exe extension.
Afer six months, you discover that some of the client computers fail to inventory .xyz fles.
All of the client computers inventory .exe fles.
You need to ensure that the .xyz fles are inventoried.
What should you do?

A. Modify Cn\NO_SMS_On_Drive.sms.
B. Delete Cn\NO_SMS_On_Drive.sms.
C. Modify Cn\Program Files\App1\Skpswi.dat.
D. Delete Cn\Program Files\App1\Skpswi.dat.

Aoswers D

Explanaaonn
How to Exclude Folders from Sofware Inventory in Confguraaon Manager
You can create a hidden fle named Skpswi.dat and place it in the root of a client hard drive to exclude it from System
Center 2012 Confguraaon Manager sofware inventory. You can also place this fle in the root of any folder structure
you want to exclude from sofware inventory. This procedure can be used to disable sofware inventory on a single
workstaaon or server client, such as a large fle server. Noten Sofware inventory will not inventory the client drive
again unless this fle is deleted from the drive on the client computer.
Referencen How to Exclude Folders from Sofware Inventory in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh691018.aspx

Questoos 28

Your network contains a System Center 2012 Confguraaon Manager environment.


The hierarchy contains a Central Administraaon Site named Site1 and a primary site named Site2.
You discover that none of the collecaons created on Site1 are displayed on Site2.
You need to idenafy whether there is replicaaon issue between the sites.
What should you review?

A. the Colleval.log fle.


B. the Despool.log fle

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 25

C. the Rcmctrl.log fle


D. the Sender.log fle

Aoswers C

Explanaaonn
Technical Reference for Log Files in Confguraaon Manager - Site Server and Site System Server Logs rcmctrl.logn
Site server log fle Records the acaviaes of database replicaaon between sites in the hierarchy.
Referencen Technical Reference for Log Files in Confguraaon Manager - Site Server and Site System
htpn::technet.microsof.com:en-us:library:hh427342.aspx#BKMK_SiteSiteServerLog

Questoos 29

Your network contains a System Center 2012 Confguraaon Manager environment.


You write the following queryn
Select SYS.Name from SMS_R_System SYS
Join SMS_G_System_ADD_REMOVE_PROGRAMS ARP
On ARP.ResourceID = SYS.ResourceId
You need to create a list of all the client computers that have a version of Microsof Ofce installed.
What should you add to the query?

A. where ARP.DisplayName like "Microsof Ofce*"


B. where ARP.DisplayName = "Microsof Ofce*"
C. where ARP.DisplayName like "Microsof Ofce%"
D. where ARP.DisplayName = "%Microsof Ofce"

Aoswers C

Explanaaonn
You need to use "LIKE" not "=" otherwise the WildCard "%" is seen as a real idenafer.

Questoos 30

Your network contains a System Center 2012 Confguraaon Manager environment.


The environment contains a reporang services point.
You need to idenafy which tools can be used to create and publish custom reports to Microsof SQL Server Reporang
Services (SSRS).
Which tool should you idenafy?

A. Reporang Services Confguraaon Manager


B. Microsof SQL Server Management Studio
C. Microsof SQL Server Business Intelligence Development Studio
D. Microsof Access 2010 and Reporang Services Confguraaon Manager

Aoswers C

Explanaaonn
Overview of Custom Reports
Custom reports are intended for advanced users who are comfortable creaang their own reports by using Microsof
SQL Server Reporang Services and SQL Server Business Intelligence Development Studio, SQL Server Reporang

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 26

Services Report Builder, or Microsof Visual Studio Report Designer.


Referencen Overview of Custom Reports
htpn::technet.microsof.com:en-us:library:gg508710.aspx

Questoos 31

Your network contains a System Center 2012 Confguraaon Manager environment.


You need to use the Confguraaon Manager console to idenafy service level agreement (SLA) issues among non-
compliant clients.
What should you do?

A. Confgure a Microsof SQL Server Reporang Services (SSRS) report.


B. Create an alert subscripaon.
C. Confgure an in-console alert.
D. Create a ConfgMgr query.

Aoswers C

Referencen Client Health Check in ConfgMgr 2012In AcaonPart 2


htpn::myiiorum.com:myiiorumwp:2012:06:26:client-health-check-in-confgmgr-2012in-acaonpart-2:

Questoos 32

Your network contains a System Center 2012 Confguraaon Manager environment.


You need to create a report that lists all of the client computers that have an applicaaon named App1 installed.
Which query should you use to create the report?

A. SELECT SYS.Netbios_Name0, ARP.DisplayName0


FROM v_R_Sytem AS SYS INNER JOIN
v_GS_ADD_REMOVE_PROGRAMS AS ARP ON SYS.ResourceID = ARP.ResourceID
WHERE ARP.DisplayName0 NOT LIKE 'App1'
B. SELECT SYS.Netbios_Name0 from v_R_System SYS
WHERE SYS.ResourceID NOT IN
(SELECT SYS.ResouceID
FROM v_R_System AS SYS INNER JOIN
v_GS_ADD_REMOVE_PROGRAMS AS ARP ON SYS.ResourceID = ARP.ResourceID
WHERE ARP.DisplayName0 = 'App1')
C. SELECT SYS.Netbios_Name0, ARP.DisplayName0
FROM v_R_Sytem AS SYS INNER JOIN
v_GS_ADD_REMOVE_PROGRAMS AS ARP ON SYS.ResourceID = ARP.ResourceID
WHERE ARP.DisplayName0 NOT IN ('App1')
D. SELECT SYS.Netbios_Name0 from v_R_System SYS
WHERE SYS.ResourceID IN
(SELECT SYS.ResouceID
FROM v_R_System AS SYS INNER JOIN
v_GS_ADD_REMOVE_PROGRAMS AS ARP ON SYS.ResourceID = ARP.ResourceID
WHERE ARP.DisplayName0 = 'App1')

Aoswers D

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 27

Explanaaonn
SELECT computer name FROM table v_R_System (SQL Syntax)
WHERE resource ResourceID IN
Add Remove Programs WHERE DisplayName0 = 'App1'
SQL INNER JOIN Keyword
The INNER JOIN keyword returns rows when there is at least one match in both tables.
Referencen htpn::www.w3schools.com:sqlHYPERLINK
"htpn::www.w3schools.com:sql:sql_join_inner.asp":HYPERLINK
"htpn::www.w3schools.com:sql:sql_join_inner.asp"sql_join_inner.asp

Questoos 33

Your network contains a System Center 2012 Confguraaon Manage environment.


The environment contains a primary site server named Server1 and a server named Server2 that runs Microsof SQL
Server 2008 R2.
Server2 contains the Confguraaon Manager database.
Server2 fails.
You install SQL Server 2008 R2 on a new server.
You name the server Server3.
You need to restore the Confguraaon Manager database to Server3.
What should you do?

A. Register the Service Principal Name (SPN) for the SQL Server service account of Server3. From Server1, run the
Confguraaon Manager 2012 Setup Wizard.
B. From Server3, run Microsof SQL Server Management Studio, and then restore the backed up SQL Server database
and log fles.
C. From Server3, run Microsof SQL Server Management Studio, and then atach the backed up SQL Server database
and log fles.
D. Register the Service Principal Name (SPN) for the SQL Server service account of Server3. From Server1, run the Site
Repair Wizard.

Aoswers A

Explanaaonn
htpn::technet.microsof.com:en-us:library:gg712697.aspx
Backup and Recovery in Confguraaon Manager
Recover a Confguraaon Manager Site
A Confguraaon Manager site recovery is required whenever a Confguraaon Manager site fails or data loss occurs in
the site database. Repairing and resynchronizing data are the core tasks of a site recovery and are required to prevent
interrupaon of operaaons. Site recovery is started by running the Confguraaon Manager
Setup Wizard from installaaon media or by confguring the unatended installaaon script and then using the Setup
command :script opaon. Your recovery opaons vary depending on whether you have a backup of the Confguraaon
Manager site database.
...
Site Database Recovery Opaons
When you run Setup, you have the following recovery opaons for the site databasen
* Recover the site database using a backup setn Use this opaon when you have a backup of the Confguraaon Manager
site database that was created as part of the Backup Site Server maintenance task run on the site before the site
database failure. When you have a hierarchy, the changes that were made to the site database afer the last site
database backup are retrieved from the central administraaon site for a primary site, or from a reference primary site
for a central administraaon site. When you recover the site database for a stand-alone primary site, you lose site

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 28

changes afer the last backup.


When you recover the site database for a site in a hierarchy, the recovery behavior is diferent for a central
administraaon site and primary site, and when the last backup is inside or outside of the SQL Server change tracking
retenaon period.
...
Further informaaonn
SCCM 2007 needed you to run Site Repair Wizard.

Questoos 34

Your network contains a System Center 2012 Confguraaon Manager environment.


The environment contains a single primary site.
The primary site has a distribuaon point and a management point.
You need to recommend a communicaaon soluaon that meets the following requirementsn
Communicaaon between the client computes in the research department and the management point must use
HTTPS.
Communicaaon between all of the other client computers and the management point must be able to use HTTP.
Minimize the number of site system.
What should you do?

A. Confgure the exisang management point to use HTTPS.


Confgure the research department computers always to use HTTPS.
B. Create a new primary child site and confgure the site to use naave mode.
Assign all of the research department computers to the new site.
C. Install a new management point and confgure the management point always to use HTTPS.
Confgure the research department computers always to use HTTPS.
D. Install a new management point and confgure Windows Firewall to block outbound TCP port 80. Confgure the
research department computes always to use HTTPS.

Aoswers C

Explanaaonn
Create one addiaonal management point that uses HTTPS, and confgure research to use it.
Noten Opaonal Site System Roles
Opaonal site system roles are site system roles that are not required for the core operaaon of a Confguraaon
Manager site. However, by default, the management point and distribuaon point, which are opaonal site system
roles, are installed on the site server when you install a primary or secondary site. Although these two site system
roles are not required for the core operaaon of the site, you must have at least one management point to support
clients at those locaaons. Afer you install a site, you can move the default locaaon of the management point or
distribuaon point to another server, install addiaonal instances of each site system role, and install other opaonal site
system roles to meet your business requirements. The opaonal site system roles are described in the following tablen
A site system role that provides policy and service locaaon informaaon to clients and receives confguraaon data from
clients.
You must install at least one management point at each primary site that manages clients, and at each secondary site
where you want to provide a local point of contact for clients to obtain computer and user polices.
Referencen Planning for Site Systems in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg712282.aspx#BKMK_Site_System_Roles

Questoos 35

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 29

Your network contains a System Center 2012 Confguraaon Manager environment.


Your company deploys 1,000 client computers.
You discover that informaaon about printers fails to appear in any inventory queries or reports.
Informaaon about other hardware devices appears in the inventory queries and reports.
You need to ensure that Confguraaon Manager data includes informaaon about the printers.
What should you do?

A. Add a WMI class to the Hardware inventory Classes list.


B. Enable a default WMI class in the Hardware Inventory Classes list.
C. Add a fle name to the Sofware Inventory confguraaon.
D. Add a fle name to the Hardware inventory confguraaon.
E. Add a fle name to Sofware Metering.
F. Select Collect NOIDMIF fles in Hardware Inventory.
G. Add a WMI class to the Sms_def.mof fle.
H. Modify the Enable sofware inventory on clients setng.
I. Modify the Enable hardware inventory on clients setng.

Aoswers B

Explanaaonn
How to Extend Hardware Inventory in Confguraaon Manager
System Center 2012 Confguraaon Manager hardware inventory reads informaaon about devices by using Windows
Management Instrumentaaon (WMI). WMI is the Microsof implementaaon of web-based Enterprise Management
(WBEM), which is an industry standard for accessing management informaaon in an enterprise environment.
In previous versions of Confguraaon Manager, you could extend hardware inventory by modifying the fle
sms_def.mof on the site server.
..
In System Center 2012 Confguraaon Manager, you no longer edit the sms_def.mof fle as you did in Confguraaon
Manager 2007. Instead, you can enable and disable WMI classes, and add new classes to collect by hardware
inventory by using client setngs. Confguraaon Manager provides the following methods to extend hardware
inventoryn
Enable or disable exisang inventory classes - You can enable or disable the default inventory classes used by
Confguraaon Manager or you can create custom client setngs that allow you to collect diferent hardware inventory
classes from specifed collecaons of clients.
Add a new inventory class - You can add a new inventory class from the WMI namespace of another device.
Import and export hardware inventory classes - You can import and export Managed Object Format
(MOF) fles that contain inventory classes from the Confguraaon Manager console.
Create NOIDMIF Files - Use NOIDMIF fles to collect informaaon about client devices that cannot be inventoried by
Confguraaon Manager.
Create IDMIF Files - Use IDMIF fles to collect informaaon about assets in your organizaaon that are not associated
with a Confguraaon Manager client, for example, projectors, photocopiers and network printers.
Noten

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 30

Referencen How to Extend Hardware Inventory in Confguraaon Manager


htpn::technet.microsof.com:en-us:library:gg712290.aspx

Questoos 36

Your network contains a System Center 2012 Confguraaon Manager environment.


Your company develops a custom hardware device and installs the device on all of the client computers in the
research department.
You discover that informaaon about the device fails to appear in any inventory queries or reports.
Informaaon about other hardware devices appears in the inventory queries and reports.
You need to ensure that Confguraaon Manager data include informaaon about the custom hardware device.
What should you do?

A. Enable a default WMI class in the Hardware Inventory Classes list.


B. Modify the Enable hardware inventory on clients setng.
C. Add a WMI class to the Hardware inventory Classes list.
D. Add a fle name to the Sofware Inventory confguraaon.
E. Select Collect NOIDMIF fles in Hardware Inventory.
F. Add a fle name to the Hardware inventory confguraaon.
G. Add a fle name to Sofware Metering.
H. Add a WMI class to the Sms_def.mof fle.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 31

I. Modify the Enable sofware inventory on clients setng.

Aoswers C

Explanaaonn
Answer isn Add a WMI class to the Hardware inventory Classes list.
How to Extend Hardware Inventory in Confguraaon Manager
System Center 2012 Confguraaon Manager hardware inventory reads informaaon about devices by using Windows
Management Instrumentaaon (WMI). WMI is the Microsof implementaaon of web-based Enterprise Management
(WBEM), which is an industry standard for accessing management informaaon in an enterprise environment.
In previous versions of Confguraaon Manager, you could extend hardware inventory by modifying the fle
sms_def.mof on the site server.
..
In System Center 2012 Confguraaon Manager, you no longer edit the sms_def.mof fle as you did in Confguraaon
Manager 2007. Instead, you can enable and disable WMI classes, and add new classes to collect by hardware
inventory by using client setngs. Confguraaon Manager provides the following methods to extend hardware
inventoryn
Enable or disable exisang inventory classes - You can enable or disable the default inventory classes used by
Confguraaon Manager or you can create custom client setngs that allow you to collect diferent hardware inventory
classes from specifed collecaons of clients.
Add a new inventory class - You can add a new inventory class from the WMI namespace of another device.
Further informaaonn

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 32

Referencen How to Extend Hardware Inventory in Confguraaon Manager


htpn::technet.microsof.com:en-us:library:gg712290.aspx

Questoos 37

Your network contains a System Center 2012 Confguraaon Manager environment.


Your company deploys a custom Applicaaon to 2,000 client computers by using Confguraaon Manager.
The Applicaaon is not listed in Add Remove Programs.
You discover that informaaon about the Applicaaon fails to appear in the inventory queries and inventory reports.
You verify that informaaon about other Applicaaons appear in the inventory reports.
You need to ensure that Confguraaon Manager data includes installaaon informaaon about the custom Applicaaon.
What should you do?

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 33

A. Add a fle name to Sofware Metering.


B. Add a WMI class to the Hardware Inventory Classes fle.
C. Add a fle name to the Hardware Inventory confguraaon.
D. Enable a default WMI Cass in the Hardware Inventory Classes list.
E. Select Collect NOIDMIF fles in Hardware Inventory.
F. Add a fle name to the Sofware Inventory confguraaon.
G. Modify the Enable hardware inventory on Cents setng.
H. Add a WMI class to the Sms_def.mof fle.

Aoswers F

Explanaaonn
Introducaon to Sofware Inventory in Confguraaon Manager
Use sofware inventory in System Center 2012 Confguraaon Manager to collect informaaon about fles that are
contained on client devices in your organizaaon. Addiaonally, sofware inventory can collect fles from client devices
and store these on the site server. Sofware inventory is collected when the Enable sofware inventory on clients
setng is enabled in client setngs.
Noten

Referencen Introducaon to Sofware Inventory in Confguraaon Manager


htpn::technet.microsof.com:en-us:library:gg682049.aspx

Questoos 38

Your network contains a System Center 2012 Confguraaon Manager environment.


Your company deploys a third-party Applicaaon to 10,000 client computers.
You need to ensure that you can run a report that lists all of the client computers that ran the Applicaaon last month.
What should you do?

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 34

A. Modify the Enable hardware inventory on clients setng.


B. Enable a default WMI class in the Hardware Inventory Classes list.
C. Modify the Enable sofware inventory on clients setng.
D. Add a fle name to the Hardware Inventory confguraaon.
E. Add a WMI class to the Hardware Inventory Classes list.
F. Add a fle name to the Sofware Inventory confguraaon.
G. Add a fle name to Sofware Metering.
H. Add a WMI class to the Sms_def.mof fle.
I. Select Collect NOIDMIF fles in Hardware Inventory.

Aoswers G

Explanaaonn
Introducaon to Sofware Metering in Confguraaon Manager
Use sofware metering in System Center 2012 Confguraaon Manager to monitor and collect sofware usage data
from Confguraaon Manager clients.
To collect this usage data, confgure sofware metering rules or use the Confguraaon Manager inventory to generate
these rules automaacally. Client computers evaluate these rules and collect metering data to send to the site.
Referencen Introducaon to Sofware Metering in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg682005.aspx

Questoos 39

Your network contains a System Center 2012 Confguraaon Manager environment.


You need to create a report that lists all of the client computers that do not have an Applicaaon named App1 installed.
Which query should you use to create the report?

A. SELECT SYS.Netbios_Name0, ARP.DisplayName0


FROM v_R_System AS SYS INNER JOIN
v_GS_ADD_REMOVE_PROGRAMS AS ARP ON SYS.ResourceID = ARP. ResourceID WHERE
ARP.DisplayName0 NOT IN ('App1')
B. SELECT SYS.Netbios_Name0 from v_R_System SYS
WHERE SYS.ResourceID IN
(SELECT SYS.ResourceID
FROM v_R_System AS SYS INNER JOIN
v_GS_ADD_REMOVE_PROGRAMS AS ARP ON SYS.ResourceID - ARP.ResourceID. WHERE
ARP.DisplayName0 = 'App1')
C. SELECT SYS.Netbios_Name0 from v_R_System SYS
WHERE SYS.ResourceID NOT IN
(SELECT SYS.ResourceID
FROM v_R_System AS SYS INNER JOIN
v_GS_ADD_REMOVE_PROGRAMS AS ARP ON SYS.ResourceID = ARP.ResourceID WHERE
ARP.DisplayName0 = 'App1')
D. SELECT SYS.Netbios_Name0, ARP.DisplayName0
FROM v_R_System AS SYS INNER JOIN
V_GS_ADD_REMOVE_PROGRAMS AS ARP ON SYS.ResourceID - ARP.ResourceID WHERE
ARP.DisplayName0 NOT LIKE 'App1'

Aoswers C

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 35

Explanaaonn
SELECT computer name FROM table v_R_System (SQL Syntax)
WHERE resource ResourceID is NOT IN
Add Remove Programs WHERE DisplayName0 = 'App1'
SQL INNER JOIN Keyword
The INNER JOIN keyword returns rows when there is at least one match in both tables.
Referencen htpn::www.w3schools.com:sqlHYPERLINK
"htpn::www.w3schools.com:sql:sql_join_inner.asp":HYPERLINK
"htpn::www.w3schools.com:sql:sql_join_inner.asp"sql_join_inner.asp

Questoos 40

Your network contains a System Center 2012 Confguraaon Manager environment.


You need to change the organizaaon name displayed by Confguraaon Manager.
Which setngs should you modify from the Confguraaon Manager console?

A. Client Policy
B. Computer Agent
C. User and Device Afnity
D. Compliance Setngs

Aoswers B

Explanaaonn
Administraaon -> Client Setngs -> Default Client Setngs -> Computer Agent

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 36

Questoos 41

Your network contains a System Center 2012 Confguraaon Manager environment.


In Default Client Agent Setngs, you enable Hardware Inventory and Sofware Inventory.
You discover that a group of client computers fails to report sofware inventory data.
The client computers report hardware inventory data.
You confrm that Confguraaon Manager can deploy Applicaaons to the group of client computers.
You need to idenafy what is causing the reporang issue.
Which log fles should you review? (Choose all that Apply.)

A. Filesystemfle.log
B. Dataldr.log
C. Mp_sinv.log
D. Inventoryagent.log
E. Hman.log

Aoswers A, C, D

Explanaaonn
Technical Reference for Log Files in Confguraaon Manager
An Confguraaon Manager Client Logs - Client Operaaons

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 37

FileSystemFile.log
Client log fle
Records the acavity of the Windows Management Instrumentaaon (WMI) provider for sofware inventory and fle
collecaon.
Bn Confguraaon Manager Site Server Log Files - Site Server and Site System Server Logs
dataldr.log
Site server log fle
Records informaaon about the processing of Management Informaaon Format (MIF) fles and hardware inventory in
the Confguraaon Manager database.
Dn Confguraaon Manager Client Logs - Client Operaaons
Inventoryagent.log Client log fle
Records acaviaes of hardware inventory, sofware inventory, and heartbeat discovery acaons on the client.
Incorrect answersn
Not Cn Management Point Logs Files
Mp_sinv.log
Site system server log fle
Records details about the conversion of XML sofware inventory records from clients and the copy of those fles to the
site server.
Not En Confguraaon Manager Site Server Log Files - Site Server and Site System Server Logs
Hman.log Site server log fle
Records informaaon about site confguraaon changes, and the publishing of site informaaon in Acave Directory
Domain Services.
Referencen Technical Reference for Log Files in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh427342.aspx

Questoos 42

Your network contains a System Center 2012 Confguraaon Manager environment.


The network contains 10 database servers that run Microsof SQL Server 2008.
You have a confguraaon baseline that is used to monitor the database servers.
You add new confguraaon items to the confguraaon baseline.
Two days later, you discover that only eight of the database servers report any informaaon about the new
confguraaon items.
You need to idenafy whether the new confguraaon items downloaded to the database servers.
Which log fle should you review?

A. Hman.log
B. Sitestat.log
C. Dcmagent.log
D. Wsyncmgr.log
E. Ccm.log
F. Contentransfermanager.log
G. Sdmagent.log
H. Rcmctrl.log
I. Ciagent.log
J. Smsexec.log
K. Locaaonservices.log

Aoswers I

Explanaaonn

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 38

Technical Reference for Log Files in Confguraaon Manager


Ciagent.log
Client log fle
Records details about the process of remediaaon and compliance for compliance setngs, sofware updates, and
applicaaon management.
Referencen Technical Reference for Log Files in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh427342.aspx

Questoos 43

You create a deployment to install Microsof Ofce 2010.


The deployment targets 5,000 client computers on the network.
Two weeks afer you create the deployment, you discover that Ofce 2010 fails to install on a client computer named
Computer 1.
You need to idenafy whether Computer1 started downloading the Applicaaon of Ofce 2010.
Which log fle should you review?

A. Locaaonservices.log
B. Ccm.log
C. Sdmagent.log
D. Sitestat.log
E. Rcmctrl.log
F. Dcmagent.log
G. Contentransfermanager.log
H. Smsexec.log
I. Wsyncmgr.log
J. Ciagent.log
K. Hman.tog

Aoswers G

Explanaaonn
Technical Reference for Log Files in Confguraaon Manager
ContentTransferManager.log
Client log fle
Schedules the Background Intelligent Transfer Service (BITS) or the Server Message Block (SMB) to download or to
access packages.
Referencen Technical Reference for Log Files in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh427342.aspx

Questoos 44

Your network contains a System Center 2012 Confguraaon Management environment.


The environment contains a Central Administraaon site and two primary child sites named Child1 and Child2.
You create a new Applicaaon on the Central Administraaon site.
You view the new Applicaaon on Child1, but the new Applicaaon fails to appear on Child2.
You need to idenafy whether the Applicaaon transferred to Child2.
Which log fle should you review?

A. Locaaonservices.log

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 39

B. Smsexec.log
C. Ccm.log
D. Sdmagent.log
E. Dcmagent.log
F. Rcmctrl.log
G. Wsyncmgr.log
H. Ciagent.log
I. Hman.log
J. Contentransfermanager.log
K. Sitestat.log

Aoswers F

Explanaaonn
Technical Reference for Log Files in Confguraaon Manager
Rcmctrl.log
Site server log fle Records the acaviaes of database replicaaon between sites in the hierarchy.
Referencen Technical Reference for Log Files in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh427342.aspx

Questoos 45

Your network contains a System Center 2012 Confguraaon Manager environment.


You create two custom client agent setngs named ClientSetngs1 and ClientSetngs2.
You apply ClientSetngs1 to all of the client computers in the sales department.
You apply ClientSetngs2 to all of the client computers in the markeang department.
The client computers in the markeang department contain several custom registry setngs.
You need to collect the custom registry setngs from the markeang department computers.
What should you do?

A. Edit the default client agent setngs and include the custom registry informaaon
B. Edit ClientSetngs2 and exclude the custom registry informaaon.
C. Create a new set of custom client agent setngs for the markeang department and include the custom registry
informaaon.
D. Edit ClientSetngs2 and include the custom registry informaaon.

Aoswers C

It is common sense, that you just add another client setng and deploy it to the collecaon.
Why? All setngs can be separately deleted and especially named. Easier to handle.
Incorrectn
Not Dn Probably not, because ediang isn't that easy.
Referencen Planning for Client Setngs in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg712688.aspx

Questoos 46

Your network contains a System Center 2012 Confguraaon Manager environment.


Sofware Inventory and Hardware Inventory are enabled for all of the client computers.
All of the client computers have an Applicaaon named App1 installed.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 40

App1 saves fles to the Cn\ABC folder.


All of the fles saved by App1 have a fle name extension of .abc.
You confgure Sofware Inventory to inventory all of the fles that have the .abc extension and the .exe extension.
Afer six months, you discover that some of the client computers failed to inventory .abc fles. All of the client
computers inventory .exe fles.
You need to ensure that the .abc fles are inventoried.
What should you do?

A. Modify Cn\Program Files\App1\NO_SMS_On_Drive.sms.


B. Delete Cn\Program Files\App1\NO_SMS_On_Drive.sms.
C. Modify Cn\ABC\Skpswi.dat.
D. Delete Cn\ABC\Skpswi.dat.

Aoswers D

Explanaaonn
How to Exclude Folders from Sofware Inventory in Confguraaon Manager
You can create a hidden fle named Skpswi.dat and place it in the root of a client hard drive to exclude it from System
Center 2012 Confguraaon Manager sofware inventory. You can also place this fle in the root of any folder structure
you want to exclude from sofware inventory. This procedure can be used to disable sofware inventory on a single
workstaaon or server client, such as a large fle server. Noten Sofware inventory will not inventory the client drive
again unless this fle is deleted from the drive on the client computer.
Referencen How to Exclude Folders from Sofware Inventory in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh691018.aspx

Questoos 47

Your network contains a System Center 2012 Confguraaon Manager environment.


You have the following queryn
Select
R .Name,
U .UserName
From
SMS_R_System R
Join SMS_R_User U
On R.LastLogonUserName = U.UserName
You need to ensure that all of the client computers are listed in the query results.
Which join type should you use?

A. LEFT
B. FULL
C. INNER
D. RIGHT

Aoswers A

Explanaaonn
The LEFT JOIN keyword returns all rows from the lef table (table_name1), even if there are no matches in the right
table (table_name2).
Incorrectn

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 41

Not Bn The FULL JOIN keyword return rows when there is a match in one of the tables.
Not Cn The INNER JOIN keyword returns rows when there is at least one match in both tables.
Not Dn The RIGHT JOIN keyword returns all the rows from the right table (table_name2), even if there are no matches
in the lef table (table_name1).
Referencen SQL LEFT JOIN Keyword
htpn::www.w3schools.com:sql:sql_join_lef.asp

Questoos 48

Your network contains a System Center 2012 Confguraaon Manager environment.


You write the following queryn
Select SYS.Name from SMS_R_System SYS
Join SMS_G_System_ADD_REMOVE_PROGRAMS ARP
On ARP.ResourceId = SYS.ResourceId
You need to create a list of all the client computers that have a version of Visual Studio installed.
What should you add to the query?

A. where ARP.DisplayName like "Visual Studio*"


B. where ARP.DisplayName = "*Visual Studio*"
C. where ARP.DisplayName = "%%Visual Studio"
D. where ARP.DisplayName like "Visual studio%"

Aoswers D

You need to use "LIKE" not "=" otherwise the WildCard "%" is seen as a real idenafer.

Questoos 49

Your network contains a System Center 2012 Confguraaon Manager environment.


You need to receive an email message every day that lists all non-compliant clients.
What should you do?

A. Create an alert subscripaon.


B. Confgure a Microsof SQL Server Reporang Services (SSRS) report.
C. Confgure an in-console alert.
D. Create a ConfgMgr query.

Aoswers B

Explanaaonn
Custom reports are intended for advanced users who are comfortable creaang their own reports by using Microsof
SQL Server Reporang Services and SQL Server Business Intelligence Development Studio.
Confguring a Report Server for E-Mail Delivery
Reporang Services includes an e-mail delivery extension so that you can distribute reports through e-mail.
Depending on how you defne the e-mail subscripaon, a delivery might consist of a noafcaaon, link, atachment, or
embedded report.
Incorrectn
Not An One idea is to Create an alert subscripaon.
However, the quesaon says that you need to receive an email "every day", not instantly. You might call it a daily
digest.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 42

When you set up an alert subscripaon, you receive an email alert instantly, whenever that alert happens. So this
might not be the answer that this quesaon is looking for.
Referencen Overview of Custom Reports
htpn::technet.microsof.com:en-us:library:gg508710.aspx

Questoos 50

Your network contains a System Center 2012 Confguraaon Manager environment.


The environment contains a reporang services point.
A group of users is responsible for creaang custom reports.
The custom reports will be published.
You need to idenafy which tools can be used to create and publish custom reports to Microsof SQL Server Reporang
Services (SSRS).
Which tools should you idenafy? (Choose all that apply.)

A. Report Builder
B. Microsof SQL Server Business Intelligence Development Studio
C. Microsof Access 2010
D. Reporang Services Confguraaon Manager
E. Microsof SQL Server Management Studio

Aoswers A, B

Explanaaonn
Overview of Custom Reports
Custom reports are intended for advanced users who are comfortable creaang their own reports by using Microsof
SQL Server Reporang Services and SQL Server Business Intelligence Development Studio, SQL Server Reporang
Services Report Builder, or Microsof Visual Studio Report Designer.
Referencen Overview of Custom Reports
htpn::technet.microsof.com:en-us:library:gg508710.aspx

Questoos 51

Your network contains a System Center 2012 Confguraaon Manager environment.


You create a report named Report1. Report1 is used by mulaple users.
Users report that it takes too long to load Report1.
You need to reduce the amount of ame it takes to load Report1.
What should you do?

A. Enable caching for the report.


B. Decrease the size of the ReportServer database.
C. Decrease the session ameout value for the Reports website.
D. Increase the size of the ReportServerTempDB database.

Aoswers A

Explanaaonn
htpn::technet.microsof.com:en-us:library:bb522786.aspx
Performance, Snapshots, Caching (Reporang Services)
If a single report is processing slowly, tune report dataset queries if the report must run on demand. You might also

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 43

consider using shared datasets that you can cache, caching the report, or running the report as a snapshot.
Noten Caching Reports (SSRS)
A report server can cache a copy of a processed report and return that copy when a user opens the report. To a user,
the only evidence available to indicate the report is a cached copy is the date and ame that the report ran. If the date
or ame is not current and the report is not a snapshot, the report was retrieved from cache. Caching can shorten the
ame required to retrieve a report if the report is large or accessed frequently. If the server is rebooted, all cached
instances are reinstated when the Report Server Web service comes back online.
Caching is a performance-enhancement technique. The contents of the cache are volaale and can change as reports
are added, replaced, or removed.
Referencen Performance, Snapshots, Caching (Reporang Services)
htpn::technet.microsof.com:en-us:library:bb522786.aspx

Questoos 52

Your network contains a System center 2012 Confguraaon Manager environment.


You are creaang a confguraaon item that contains applicaaon setngs for Microsof Ofce 2010.
You need to detect whether Ofce 2010 is installed before validaang the confguraaon item.
What should you do?

A. Create a query-based collecaon.


B. Create an automaac deployment rule.
C. Create a report to display all installed sofware.
D. Enable Use Windows Installer detecaon.

Aoswers D

Explanaaonn
Compliance setngs contains tools to help you assess the compliance of users and client devices for many
confguraaons, such as whether the correct Windows operaang system versions are installed and confgured
appropriately, whether all required applicaaons are installed and confgured correctly, whether opaonal applicaaons
are confgured appropriately, and whether prohibited applicaaons are installed.
Noten Compliance setngs in System Center 2012 Confguraaon Manager provides a unifed interface and user
experience that lets you manage the confguraaon and compliance of servers, laptops, desktop computers, and
mobile devices in your organizaaon.
Referencen Introducaon to Compliance Setngs in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg682139.aspx

Questoos 53

Your network contains a System Center 2012 Confguraaon Manager environment.


You plan to create a Build and Capture task sequence to build a reference image of Windows 7.
You need to idenafy which Applicaaon must exist in Confguraaon Manager before you can create the Build and
Capture task sequence.
Which Applicaaons should you idenafy? (Choose all that Apply.)

A. Microsof Deployment Toolkit (MDT)


B. Confguraaon Manager client
C. System Preparaaon tool (Sysprep)
D. User State Migraaon Tool (USMT)

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 44

Aoswers A, C

An Before you deploy an operaang system image in Confguraaon Manager, consider the following factors to plan the
deploymentn
Operaang system image size
Cache size of the Confguraaon Manager client
Capturing the user and computer state
Windows User State Migraaon Tool (USMT) package
Task sequence deployment
Cn The System Preparaaon (Sysprep) tool is a technology that you can use with other deployment tools to install
Windows operaang systems onto new hardware. Sysprep prepares a computer for disk imaging or delivery to a
customer by confguring the computer to create a new computer security idenafer (SID) when the computer is
restarted. In addiaon, Sysprep cleans up user and computer-specifc setngs and data that must not be copied to a
desanaaon computer.
Referencen Planning for Capturing Operaang System Images in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712328.aspx

Questoos 54

Your company uses System Center 2012 Confguraaon Manager to distribute operaang system images. The standard
operaang system for client computers is Windows 7 Enterprise (x86).
You receive 300 new desktop computers. Each computer has a new storage controller.
When you atempt to deploy an exisang image to one of the computers, you receive an error message indicaang that
a storage device cannot be found during the pre-boot deployment phase.
You need to ensure that you can deploy Windows 7 to the new computers by using an image.
What should you do?

A. Import the storage drivers to the Drivers container and update the task sequence.
B. Create a new x64 boot image and confgure the operaang system image to use the x64 boot image.
C. Create a new driver package and update the task sequence.
D. Update the exisang x86 boot image to include the storage drivers.

Aoswers D

Explanaaonn
Planning a Device Driver Strategy in Confguraaon Manager
You can add Windows device drivers that have been imported into the driver catalog to boot images. Use the
following guidelines when you add device drivers to a boot imagen
* Add only mass storage and network adapter device drivers to boot images because other types of drivers are not
generally required. Drivers that are not required increase the size of the boot image unnecessarily.
* Add only device drivers for Windows 7 to a boot image because the required version of Windows PE is based on
Windows 7.
* Ensure that you use the correct device driver for the architecture of the boot image. Do not add an x86 device driver
to an x64 boot image.
Referencen Planning a Device Driver Strategy in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg712674.aspx

Questoos 55

Your network contains a System Center 2012 Confguraaon Manager environment.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 45

You plan to create a Build and Capture task sequence to build a reference image of Windows 7.
You need to idenafy which Applicaaon must exist in Confguraaon Manager before you can create the Build and
Capture task sequence.
Which Applicaaons should you idenafy? (Choose all that Apply.)

A. Microsof Deployment Toolkit (MDT)


B. Confguraaon Manager client
C. System Preparaaon tool (Sysprep)
D. User State Migraaon Tool (USMT)

Aoswers A, C

An Before you deploy an operaang system image in Confguraaon Manager, consider the following factors to plan the
deploymentn
Operaang system image size
Cache size of the Confguraaon Manager client
Capturing the user and computer state
Windows User State Migraaon Tool (USMT) package
Task sequence deployment
Cn The System Preparaaon (Sysprep) tool is a technology that you can use with other deployment tools to install
Windows operaang systems onto new hardware. Sysprep prepares a computer for disk imaging or delivery to a
customer by confguring the computer to create a new computer security idenafer (SID) when the computer is
restarted. In addiaon, Sysprep cleans up user and computer-specifc setngs and data that must not be copied to a
desanaaon computer.
Referencen Planning for Capturing Operaang System Images in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712328.aspx

Questoos 56

You are the network administrator for a company named Contoso, Ltd.
The network contains 1,000 desktop computers and 500 servers.
The network contains a System Center 2012 Confguraaon Manager environment.
The names of all the desktop computers in the human resources department start with the leters HR, for example
HR001 and HR023.
A device collecaon named All Server Devices contains all of the servers.
A device collecaon named All Desktop Devices contains all of the desktop computers. You plan to create a new
collecaon named All HR Computers and Servers.
The new collecaon must contain all of the human resources department computers and all of the servers. The
collecaon must not contain any other computers.
You need to create a membership rule for the new collecaon.
Which rule should you include in the membership rule? (Choose all that Apply.)

A. QUERY RULEn select * from SMS_R_System where SMS_R_system.NetbiosName like "HR%"


B. INCLUDE RULEn All Server Devices
C. EXCLUDE RULEn All NON HR Computers
D. EXCLUDE RULEn All Desktop Devices
E. QUERY RULE- select * from SMS_R_System where SMS_R_system.OperaangSystemNameandVersion like.
*%Workstaaon*
F. QUERY RULE-select * from SMS_R_System where SMS_R_system.OperaangSystemNameandVersion not like.
*%Server*

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 46

Aoswers A, B

Explanaaonn
Select * from SMS_R_System where SMS_R_system.NetbiosName like "HR%"
SQL command to select all Systems whose names begin with HR
INCLUDE RULEn All Server Devices Selects all the Server Devices as asked in the quesaon.
Referencen Introducaon to Collecaons in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg682177.aspx

Questoos 57

Your network contains a System Center 2012 Confguraaon Manager environment.


The Client Status node in the Confguraaon Manager console shows a downward trend in client health.
You verify the logs on several clients.
You discover that the clients are healthy and are communicaang normally to management points.
You need to idenafy the reasons why the Confguraaon Manager console displays a downward trend in client health.
Which reasons should you idenafy? (Choose all that Apply.)

A. In Client Status Setngs Properaes, the Heartbeat discovery during the following days interval is shorter than the
Heartbeat Discovery interval.
B. The age set in the Delete Aged Discovery Data maintenance task is shorter than the Heartbeat Discovery interval.
C. The Delete Obsolete Client Discovery Data maintenance task is disabled.
D. The Acave Directory sites that are members of boundary groups are modifed.
E. Microsof SQL Server replicaaon to the management points stopped.

Aoswers BC

The Delete Obsolete Client Discovery Data task deletes obsolete client records from the Confguraaon Manager site
database. A record that is marked obsolete typically was superseded by a newer record for the same client. The newer
record becomes the client's current record, and the older record becomes obsolete.
When you enable this task, you should confgure the schedule to run at an interval greater than the heartbeat
discovery schedule. This allows clients to send Discovery Data Records (DDRs) so that the obsolete bit is set correctly.
Referencen Delete Obsolete Client Discovery Data Task Overview
htpsn::technet.microsof.com:sv-se:library:Bb632879.aspx

Questoos 58

Your network contains a System Center 2012 Confguraaon Manager environment.


The hierarchy contains a Central Administraaon Site named Site1 and a primary site named Site2.
You discover that none of the packages created on Site1 are displayed in Site2.
You need to idenafy whether there is a replicaaon issue between the sites.
What should you review?

A. the Inventoryagent.log fle


B. the Rcmctrl.log fle
C. the Microsof SQL Server replicaaon diagnosac fles
D. the Despool.log fle

Aoswers B

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 47

Explanaaonn
Technical Reference for Log Files in Confguraaon Manager - Site Server and Site System Server Logs rcmctrl.log n
Site server log fle
Records the acaviaes of database replicaaon between sites in the hierarchy.
Referencen htpn::technet.microsof.com:en-us:library:hh427342.aspx#BKMK_SiteSiteServerLog

Questoos 59

Your network contains two Acave Directory forests named contoso.com and litwareinc.com.
You implement System Center 2012 Confguraaon Manager in the contoso.com forest.
You deploy the Confguraaon Manager client to all of the client computers in contoso.com by using a logon script.
You need to ensure that the Confguraaon Manager client is automaacally deployed to all of the client computers in
the litwareinc.com forest.
What should you do? (Choose all that Apply.)

A. Confgure a Client Push Installaaon account.


B. Enable Client Push installaaon.
C. Enable Acave Directory System Discovery.
D. Confgure an administraave user.
E. Enable Acave Directory Forest Discovery.

Aoswers ABE

Explanaaonn
En In this scenario there are two forests.
Acave Directory Forest Discovery can discover Acave Directory sites and subnets, and then create Confguraaon
Manager boundaries for each site and subnet from the forests that you have confgured for discovery. When Acave
Directory Forest Discovery idenafes a supernet that is assigned to an Acave Directory site, Confguraaon Manager
converts the supernet into an IP address range boundary.
DEn Use client push installaaon to install the System Center 2012 Confguraaon Manager client sofware on computers
that Confguraaon Manager discovered. You can confgure client push installaaon for a site, and client installaaon will
automaacally run on the computers that are discovered within the site's confgured boundaries when those
boundaries are confgured as a boundary group.
To confgure the site to automaacally use client push for discovered computers
In the Confguraaon Manager console, clickAdministraaon.
In theAdministraaonworkspace, expandSite Confguraaon, and then clickSites.
In theSiteslist, select the site for which you want to confgure automaac site-wide client push installaaon.
On theHometab, in theSetngsgroup, clickClient Installaaon Setngs, and then clickClient Push Installaaon.
(B) On theGeneraltab of theClient Push Installaaon Properaesdialog box, selectEnable automaac site-wide client
push installaaon. Select the system types to which SystemCenter2012 ConfguraaonManager should push the client
sofware by selecangServers,Workstaaons, orConfguraaon Manager site system servers. The default selecaon
isServersandWorkstaaons.
Select whether you want automaac site-wide client push installaaon to install the SystemCenter2012
ConfguraaonManager client sofware on domain controllers.
(A) On theAccountstab, specify one or more accounts for SystemCenter2012 ConfguraaonManager to use when
connecang to the computer to install the client sofware. Click theCreateicon, enter theUser nameandPassword,
confrm the password, and then clickOK. You must specify at least one client push installaaon account, which must
have local administrator rights on every computer on which you want to install the client. If you do not specify a client
push installaaon account, SystemCenter2012 ConfguraaonManager tries to use the site system computer account,
which will cause cross-domain client push to fail.
Referencen How to Install Clients on Windows-Based Computers in Confguraaon Manager

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 48

htpsn::technet.microsof.com:en-us:library:gg712298.aspx#BKMK_ClientPush
Referencen Planning for Discovery in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712308.aspx

Questoos 60

Your network contains a System Center 2012 Confguraaon Manager environment.


The environment contains a single primary site.
You need to provide users with the ability to remotely reset their mobile device to the factory setngs.
What should you install?

A. Applicaaon Catalog web service point and Applicaaon Catalog website point
B. Out of Band service point and Applicaaon Catalog web service point
C. Device management point and System Health validator point
D. System Health Validator point and Applicaaon Catalog website point

Aoswers A

Explanaaonn
A self-service applicaaon website, the Applicaaon Catalog, lets users search for, install, and request Windows
applicaaons. Users who have mobile devices can also use this website to wipe their mobile devices.
Referencen Introducaon to Applicaaon Management in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg682125.aspx

Questoos 61

Your network contains a Windows Server Update Services (WSUS) server.


All client computers are confgured as WSUS clients.
All of the client computers have Windows Firewall enabled.
Windows Firewall is confgured to block File and Printer Sharing.
Users are not confgured as local Administrators on their client computers.
You deploy System Center 2012 Confguraaon Manager.
You need to idenafy which methods you can use to deploy the Confguraaon Manager client to all of the client
computers.
Which client installaaon methods should you idenafy? (Choose all that Apply.)

A. a logon script installaaon


B. a manual client installaaon
C. a sofware update-based client installaaon
D. a Client Push Installaaon
E. an Acave Directory Group Policy-based installaaon

Aoswers CDE

Explanaaonn
C. Sofware update point uses the local SYSTEM account and All client computers are confgured as WSUS clients. So
the frewall should not afect funcaonality.
Dn Client Push Installaaon requires File and Printer Sharing and runs with the local SYSTEM account.
En Group Policy Installaaon requires File and Printer Sharing and runs with the local SYSTEM account.
Incorrectn

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 49

Not An The Logon script runs with the user's credenaals.


Not Bn Manual installaaon also runs with the user's credenaals.
Referencen htpn::technet.microsof.com:en-us:library:gg682191.aspx

Questoos 62

Your network contains a single Acave Directory domain.


The funcaonal level of the domain is Server 2003. The domain contains the following servern
Ten servers that run Windows Server 2003
Twenty servers that run Windows Server 2008
One server that has Microsof Exchange Server 2007 installed
One server that has System Center 2012 Confguraaon Manager installed
Users have mobile devices that run Windows Mobile 6.5 and Windows Phone.
You need to ensure that you can manage the setngs of the mobile devices and perform remote device wipes by
using Confguraaon Manager.
What should you do?

A. Upgrade the Exchange server to Exchange Server 2010. Confgure an Exchange connector.
B. Change the funcaonal level of the domain to windows 2008. Upgrade the Exchange server to Exchange Server
2010.
C. Upgrade all Windows 2003 domain controllers to Windows 2008.
D. Upgrade all of the domain controllers to Windows 2008 R2. Confgure an Exchange connector.

Aoswers A

Explanaaonn
Need to upgrade to Exchange Server 2010 and confgure an Exchange connector.
Referencen Supported Confguraaons for Confguraaon Manager - Confguraaon Manager System
htpn::technet.microsof.com:en-us:library:gg682077.aspx#BKMK_SupConfgMobileClientReq

Questoos 63

Your company uses System Center 2012 Confguraaon Manager to monitor compliance.
The company has a confguraaon baseline for each server that has the Web Server (IIS) server role installed.
A new corporate policy specifes that the maximum TCP window size for all of the Web servers must be 131,072 bytes.
You discover that the TCP window size is set in the following registry entryn
HKEY_LOCAL_ MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
\MaxBytesPerSend
You need to generate an error message for all of the Web servers that do NOT comply with the corporate policy.
What should you do?

A. Add a new confguraaon item that has a registry value setng type to the confguraaon baseline.
B. Create a query-based collecaon that contains all of the Web servers, and then iniaate an inventory collecaon.
C. Create a query that returns a list of all the Web servers, and then search the query results for the registry value.
D. Add a new confguraaon item that has an Internet Informaaon Services (IIS) metabase setng type to the
confguraaon baseline.

Aoswers A

Explanaaonn

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 50

Compliance is evaluated by defning a confguraaon baseline that contains the confguraaon items that you want to
evaluate and setngs and rules that describe the level of compliance you must have.
Referencen Introducaon to Compliance Setngs in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg682139.aspx

Questoos 64

Your company has a producaon network and a test network.


Both networks have System Center 2012 Confguraaon Manager deployed.
You create the following objects on the test networkn
A confguraaon item named SQLServerCI
A confguraaon baseline named SQLServerBaseline that contains the confguraaon item
A collecaon named SQLServers that contains all of the servers on the test network that run Microsof SQL Server.
You export the confguraaon baseline to SQLServerBaseline.cab.
You open the Confguraaon Manager console, you click Assets and Compliance, and then you expand Compliance
Setngs.
You need to apply the confguraaon baseline to the servers on the producaon network that run SQL Server.
You create a collecaon named SQLServers that contains all SQL Servers from the producaon network.
What should you do next? (Choose all that apply.)

A. Right-click SQLServersBaseline, select Categorize, and then select Server.


B. Right-click SQLServerCI, select Export, and then specify SQLServer Baseline.cab as the export fle.
C. Right-click SQLServersBaseline, select Deploy, and then select the SQLServers collecaon.
D. Right-click Confguraaon Baselines, and then select Import Confguraaon Data
E. Right-click SQLServersBaseline, and then select Properaes. In the Deployments tab, type SQLServers in the Filter...
box.

Aoswers C, D

Explanaaonn
Cn To import confguraaon data in Confguraaon Manager
1. In the Confguraaon Manager console, click Assets and Compliance.
2. In the Assets and Compliance workspace, expand Confguraaon Items or Confguraaon Baselines, and then in the
Home tab, in the Create group, click Import Confguraaon Data.
Etc.
Referencen How to Import Confguraaon Data in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh691016.aspx
Dn To deploy a confguraaon baseline
1. In the Confguraaon Manager console, click Assets and Compliance.
2. In the Assets and Compliance workspace, expand Compliance Setngs, and then click Confguraaon Baselines.
3. In the Confguraaon Baselines list, select the confguraaon baseline that you want to deploy, and then in the Home
tab, in the Deployment group, click Deploy.
4. In the Deploy Confguraaon Baselines dialog box, select the confguraaon baselines that you want to deploy in the
Available confguraaon baselines list. Click Add to add these to the selected confguraaon baselines list.
Referencen How to Deploy Confguraaon Baselines in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh219289.aspx

Questoos 65

Your company has a producaon network and a test network.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 51

Both networks have System Center 2012 Confguraaon Manager deployed.


You create the following objects on the test networkn
A confguraaon item named WebCI
A confguraaon baseline named WebBaseline that contains WebCI
A collecaon named WebServers that contains all of the Web servers on the test network.
You export the confguraaon baseline to Baseline.cab.
You open the Confguraaon Manager console, you click Assets and Compliance, and then you expand Compliance
Setngs.
You need to apply the confguraaon baseline to the Web servers on the producaon network.
What should you do next? (Choose all that apply.)

A. Right-click WebBaseline, select Categorize, and then select Server.


B. Right-click Confguraaon Baselines, and then select Import Confguraaon Data
C. Right-click WebCI, select Export, and then specify Baseline.cab as the export fle.
D. Right-click WebBaseline, and then select Properaes. In the Deployments tab, type WebServers in the
Filter... box.
E. Right-click WebBaseline, select Deploy, and then select the WebServers collecaon.

Aoswers B, E

Explanaaonn
Bn To import confguraaon data in Confguraaon Manager
1. In the Confguraaon Manager console, click Assets and Compliance.
2. In the Assets and Compliance workspace, expand Confguraaon Items or Confguraaon Baselines, and then in the
Home tab, in the Create group, click Import Confguraaon Data.
Etc.
Referencen How to Import Confguraaon Data in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh691016.aspx
En To deploy a confguraaon baseline
1. In the Confguraaon Manager console, click Assets and Compliance.
2. In the Assets and Compliance workspace, expand Compliance Setngs, and then click Confguraaon Baselines.
3. In the Confguraaon Baselines list, select the confguraaon baseline that you want to deploy, and then in the Home
tab, in the Deployment group, click Deploy.
4. In the Deploy Confguraaon Baselines dialog box, select the confguraaon baselines that you want to deploy in the
Available confguraaon baselines list. Click Add to add these to the selected confguraaon baselines list.
Referencen How to Deploy Confguraaon Baselines in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh219289.aspx

Questoos 66

Your network contains a System center 2012 Confguraaon Manager environment.


You are creaang a confguraaon item that contains applicaaon setngs for Microsof Ofce 2010.
You need to detect whether Ofce 2010 is installed before validaang the confguraaon item.
What should you do?

A. Create a report to display all installed sofware.


B. Enable Use a custom script to detect this applicaaon.
C. Create a direct membership collecaon.
D. Create an automaac deployment rule.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 52

Aoswers B

Explanaaonn
Provide Detecaon Method Informaaon for the Confguraaon Item
Use this procedure to provide detecaon method informaaon for the confguraaon item.
A detecaon method in Confguraaon Manager contains rules that are used to detect whether an applicaaon is
installed on a computer. This detecaon occurs before the confguraaon item is assessed for compliance. To detect
whether an applicaaon is installed, you can detect the presence of a Windows Installer fle for the applicaaon, use a
custom script, or select Always assume applicaaon is installed to assess the confguraaon item for compliance
regardless of whether the applicaaon is installed.
Referencen Provide Detecaon Method Informaaon for the Confguraaon Item
htpn::technet.microsof.com:en-us:library:gg712331.aspx#BKMK_Step3
Step 3n
.

Questoos 67

Your company has 2,000 desktop computers and 450 portable computers. The desktop computers run Windows 7
Enterprise (x64) and the portable computers run Windows 7 Professional (x86). The network contains a System Center
2012 Confguraaon Manager environment. You create a confguraaon baseline that is targeted to all of the computers.
You discover that you fail to receive compliance informaaon for the confguraaon baseline from the portable
computers.
You receive compliance informaaon for the confguraaon baseline from the desktop computers.
You receive compliance informaaon for other confguraaon baselines from all of the computers.
You need to ensure that you receive compliance informaaon for the confguraaon baseline from all of the computers.
What should you do?

A. Confgure the confguraaon item to be evaluated on all Windows 7 operaang systems.


B. Create custom client setngs for the portable computers and enable Compliance Setngs.
C. Create a collecaon containing the portable computers and assign the confguraaon baseline to the collecaon.
D. Add the confguraaon item to a new confguraaon baseline.

Aoswers A

Explanaaonn
Quesaon saysn this and only this new baseline isn't working on portable devices.
Reasonn Maybe this baseline wasn't deployed to those PCs.
The client:agent on all computers seems to be OK.
What is it?
-A Confguraaon Manager client downloads its client policy on a schedule that you confgure as a client setng.
However, there might be occasions when you want to iniaate ad-hoc policy retrieval from the client for example, in
a troubleshooang scenario or when you are tesang.
Use the following procedures to iniaate ad-hoc policy retrieval from the client outside its scheduled polling interval,
either by using the Acaons tab on the Confguraaon Manager client or by running a script on the computer. You must
be logged on to the client computer with local administraave rights to perform these procedures.
-The reporang services arent correctly confgured
Answern All answers doesn't make much sense
Butn Confgure the confguraaon item to be evaluated on all Windows 7 operaang systems Indicates that this wasn't
the case.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 53

Questoos 68

Your network contains a System Center 2012 Confguraaon Manager environment.


You create two custom client agent setngs named ClientSetngs1 and ClientSetngs2.
You apply ClientSetngs1 to all of the client computers in the sales department.
You apply ClientSetngs2 to all of the client computers in the markeang department.
The client computers in the markeang department contain several custom registry setngs.
You need to collect the custom registry setngs from the markeang department computers.
What should you do?

A. Edit the default client agent setngs and include the custom registry informaaon
B. Edit ClientSetngs2 and exclude the custom registry informaaon.
C. Create a new set of custom client agent setngs for the markeang department and include the custom registry
informaaon.
D. Edit ClientSetngs2 and include the custom registry informaaon.

Aoswers C

Explanaaonn
-Create a new set of custom client agent setngs for the markeang department and include the custom registry
informaaon.
Incorrectn
Not Dn Edit ClientSetngs2 and include the custom registry informaaon. <--- probably not Because ediang isn't that
easy.
It is common sense, that you just add another client setng and deploy it to the collecaon.
Why? All setngs can be separately deleted and especially named. Easier to handle.

Questoos 69

Your network contains a single Acave Directory domain.


The funcaonal level of the domain is Server 2003. The domain contains the following serversn
Ten servers that run Windows Server 2003
Twenty servers that run Windows Server 2008
One server that has Microsof Exchange Server 2007 installed
One server that has System Center 2012 Confguraaon Manager installed
Users have mobile devices that run Windows Mobile 6.5 and Windows Phone 7.0.
You need to ensure that you can manage the setngs of the mobile devices and perform remote device wipes by
using Confguraaon Manager.
What should you do? (Chose all that apply)

A. Upgrade all of the Windows 2003 domain controllers to Windows 2008 R2.
B. Upgrade the Exchange server to Exchange Server 2010.
C. Confgure an Exchange connector.
D. Change the funcaonal level of the domain to Windows 2008.
E. Upgrade all of the domain controllers to Windows 2008 R2.

Aoswers B, C

Explanaaonn
Need to upgrade to Exchange Server 2010 and confgure an Exchange connector.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 54

Referencen Supported Confguraaons for Confguraaon Manager - Confguraaon Manager System


htpn::technet.microsof.com:en-us:library:gg682077.aspx#BKMK_SupConfgMobileClientReq

Questoos 70

Your network contains a System Center 2012 Confguraaon Manager environment.


You have a sales department that contains 500 employees, 20 of whom are sales managers. Each sales department
employee has a desktop computer that is confgured as their primary device.
The sales managers frequently log on to computers in the markeang department.
You plan to deploy a new sales applicaaon named App1.
You need to ensure that App1 is only available to the sales department employees when they log on to their primary
device.
What should you do?

A. In a requirement rule, set Organizaaon Unit = Sales.


B. In Client Setngs, set Allow user to defne their primary devices to False.
C. In a requirement rule, set Primary Device = True.
D. In Client Setngs, set Allow user to defne their primary devices to True.

Aoswers C

Explanaaonn
htpn::technet.microsof.com:en-us:library:gg699365.aspx
How to Manage User Device Afnity in Confguraaon Manager
You can defne primary devices. These are typically the devices that users use on a daily basis to perform their work.
When you create an afnity between a user and a device, you gain more sofware deployment opaons. For example,
if a user requires Microsof Ofce Visio, you can install it on the users primary device by using a Windows Installer
deployment. However, on a device that is not a primary device, you might deploy Microsof Ofce Visio as a virtual
applicaaon. You can also use user device afnity to predeploy sofware on a users device when the user is not logged
in. Then, when the user logs on, the applicaaon is already installed and ready to run.
Referencen How to Manage User Device Afnity in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg699365.aspx

Questoos 71

Your network contains a System Center 2012 Confguraaon Manager environment that contains six servers confgured
as shown in the following tablen

Server5 and Server6 are in the perimeter network, while Server1, Server2, Server3, and Server4 are in the internal
network.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 55

You plan to deploy servers to the perimeter network by using Confguraaon Manager.
The operaang system for each server will be installed over the network.
The installaaons will begin automaacally, as soon as each server starts for the frst ame.
You need to recommend a soluaon to minimize the amount of network trafc between the perimeter network and
the internal network during the installaaon of the operaang systems.
What should you do?

A. Install a sofware update point on Server3.


B. Confgure IIS to support only HTTP on Server3.
C. Install a PXE-enabled protected distribuaon point on Server5.
D. Install a management point on Server5.
E. Install Windows Server Update Services (WSUS) on Server3.
F. Install Network Load Balancing (NLB) on Server6.
G. Install the Windows Cluster service on Server6.
H. Install a PXE-enabled protected distribuaon point on Server4.
I. Install a management point on Server2.
J. Install a protected distribuaon point on Server1.
K. Install the Windows Cluster service on Server3.
L. Install Network Load Balancing (NLB) on Server3.
M. Confgure the Exchange connector on Server3.
N. Confgure IIS to support only HTTPS on Server5.
O. Install an enrollment proxy point on Server6.

Aoswers C

Explanaaonn
Methods Used to Deploy Operaang Systems
There are several methods that you can use to deploy operaang systems to Confguraaon Manager client computersn
* PXE iniaated deploymentsn PXE-iniaated deployments let client computers request a deployment over the network.
In this method of deployment, the operaang system image and a Windows PE boot image are sent to a distribuaon
point that is confgured to accept PXE boot requests.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 56

Noten
A protected distribuaon point will limit deployment to a predefned boundary. (the perimeter network) With PXE
enabled the servers will be installed when they boot.
Referencen Introducaon to Operaang System Deployment in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg682108.aspx

Questoos 72

Your network contains a System Center 2012 Confguraaon Manager environment that contains six servers confgured
as shown in the following tablen

Server5 and Server6 are in the perimeter network, while Server1, Server2, Server3, and Server4 are in the internal
network.

A corporate security policy states that remote computers are forbidden to communicate directly with servers on the
internal network.
You need to ensure that you collect inventory data from the remote computers.
What should you do?

A. Install Windows Server Update Services (WSUS) on Server3.


B. Confgure the Exchange connector on Server3.
C. Install a management point on Server2.
D. Install a PXE-enabled protected distribuaon point on Server6.
E. Install a sofware update point on Server3.
F. Install Network Load Balancing (NLB) on Server6.
G. Install an enrollment proxy point on Server6.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 57

H. Install the Windows Cluster service on Server3.


I. Install a protected distribuaon point on Server1.
J. Confgure IIS to support only HTTPS on Server3.
K. Install a management point on Server5.
L. Install the Windows Cluster service on Server6.
M. Confgure IIS to support only HTTP on Server5.
N. Install Network Load Balancing (NLB) on Server3.
O. Install a PXE-enabled protected distribuaon point on Server4.

Aoswers K

Explanaaonn
The Management Point will collect all Client data and forward it to the Primary Site Server.
Referencen Planning for Communicaaons in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg712701.aspx

Questoos 73

Your network contains a System Center 2012 Confguraaon Manager environment that contains six servers confgured
as shown in the following tablen

Server5 and Server6 are in the perimeter network, while Server1, Server2, Server3, and Server4 are in the internal
network.

Administrators currently apply sofware updates to servers manually.


You discover that Server4 was never updated.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 58

You need to centrally manage sofware updates for all of the servers by using Confguraaon Manager.
What should you do frst?

A. Install a management point on Server5.


B. Confgure IIS to support only HTTPS on Server6.
C. Install a management point on Server2.
D. Install Network Load Balancing (NLB) on Server3.
E. Install an enrollment proxy point on Server6.
F. Confgure IIS to support only HTTP on Server3.
G. Confgure the Exchange connector on Server3.
H. Install Network Load Balancing (NLB) on Server6.
I. Install a PXE-enabled protected distribuaon point on Server5.
J. Install the Windows Cluster service on Server3.
K. Install a PXE-enabled protected distribuaon point on Server4.
L. Install the Windows Cluster service on Server6.
M. Install Windows Server Update Services (WSUS) on Server3.
N. Install a protected distribuaon point on Server1.
O. Install a sofware update point on Server3.

Aoswers M

Explanaaonn
A WSUS service will simplify and automate sofware updates for all servers from a single management interface.
Noten The sofware update point is required on the central administraaon site and on the primary sites in order to
enable sofware updates compliance assessment and to deploy sofware updates to clients. The sofware update
point is opaonal on secondary sites. The sofware update point site system role must be created on a server that has
WSUS installed.
Referencen Introducaon to Sofware Updates in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg682168.aspx
.

Questoos 74

Your network contains a System Center 2012 Confguraaon Manager environment as shown in the exhibit. (Click the
Exhibit buton.)

(The exhibit shows thatn Server5 and Server6 are in the perimeter network, while Server1, Server2, Server3, and
Server4 are in the internal network.)
The network contains six servers. The servers are confgured as shown in the following table.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 59

You need to ensure that mobile device informaaon is available in the hardware inventory.
What should you do frst?

A. Install a management point on Server5.


B. Confgure IIS to support only HTTPS on Server5.
C. Install a management point on Server2.
D. Install Network Load Balancing (NLB) on Server3.
E. Install an enrollment proxy point on Server6.
F. Confgure IIS to support only HTTP on Server3.
G. Confgure the Exchange connector on Server3.
H. Install Network Load Balancing (NLB) on Server6.
I. Install a PXE-enabled protected distribuaon point on Server5.
J. Install the Windows Cluster service on Server3.
K. Install a PXE-enabled protected distribuaon point on Server4.
L. Install the Windows Cluster service on Server6.
M. Install Windows Server Update Services (WSUS) on Server3.
N. Install a protected distribuaon point on Server1.
O. Install a sofware update point on Server3.

Aoswers G

***
Explanaaonn
htpn::technet.microsof.com:en-us:library:gg682022.aspx
Determine How to Manage Mobile Devices in Confguraaon Manager
The following table lists these four mobile device management methods and provides informaaon about the
management funcaons that each method supportsn

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 60

Referencen Determine How to Manage Mobile Devices in Confguraaon Manager


htpn::technet.microsof.com:en-us:library:gg682022.aspx

Questoos 75

Your network contains a System Center 2012 Confguraaon Manager environment as shown in the exhibit. (Click the
Exhibit buton.)

(The exhibit shows thatn Server5 and Server6 are in the perimeter network, while Server1, Server2, Server3, and
Server4 are in the internal network.)
The network contains six servers. The servers are confgured as shown in the following table.

You need to ensure that mobile device informaaon is available in the hardware inventory.
What should you do frst?

A. Install a management point on Server5.


B. Confgure IIS to support only HTTPS on Server5.
C. Install a management point on Server2.
D. Install Network Load Balancing (NLB) on Server3.
E. Install an enrollment proxy point on Server6.
F. Confgure IIS to support only HTTP on Server3.
G. Install a sofware update point on Server3.
H. Install Network Load Balancing (NLB) on Server6.
I. Install a PXE-enabled protected distribuaon point on Server5.
J. Install the Windows Cluster service on Server3.
K. Install a PXE-enabled protected distribuaon point on Server4.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 61

L. Install the Windows Cluster service on Server6.


M. Install Windows Server Update Services (WSUS) on Server3.
N. Install a protected distribuaon point on Server1.

Aoswers E

Explanaaonn
This is almost a discussion about which came frstn the chicken or the egg.
At frst glance, I would have said that the correct answer is "Confgure the Exchange connector on Server3".
However, that answer is not available in this quesaon, leaving only the "Enrollment Proxy Point" as a possible answer.
Noten
How to Install Clients on Mobile Devices and Enroll Them by Using Confguraaon Manager
When you enroll mobile devices by using System Center 2012 Confguraaon Manager, this acaon installs the
System Center 2012 Confguraaon Manager client to provide management capabiliaes that include hardware
inventory, sofware deployment for required applicaaons, setngs, and remote wipe.
To enroll these mobile devices, you must use Microsof Cerafcate Services with an enterprise cerafcaaon authority
(CA) and the Confguraaon Manager enrollment point and enrollment proxy point site system roles.
Referencen How to Install Clients on Mobile Devices and Enroll Them by Using Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg712327.aspx

Questoos 76

DRAG DROP
Your network contains a System Center 2012 Confguraaon Manager environment.
You create a collecaon named All Managed Servers.
You need to inventory the environment variables of the All Managed Servers collecaon.
What should you do?
To answer, move the four appropriate acaons from the list of acaons to the answer area and arrange.

Aoswers

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 62

Explanaaonn
* Win32_Environment class (Windows)
The Win32_Environment WMI class represents an environment or system environment setng on a Windows
computer system. Querying this class returns environment variables found inn
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Sessionmanager\Environment
And HKEY_USERS\<user>\Environment
Since we need to inventory WMI informaaon, that means we need Hardware Inventory and you can only do that with
a Custom Client Device Setngn

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 63

Referencen Win32_Environment class (Windows)


* In System Center 2012 Confguraaon Manager, you no longer edit the sms_def.mof fle as you did in Confguraaon
Manager 2007. Instead, you can enable and disable WMI classes, and add new classes to collect by hardware
inventory by using client setngs. Confguraaon Manager provides the following methods to extend hardware
inventoryn
* Enable or disable exisang inventory classes - You can enable or disable the default inventory classes used by
Confguraaon Manager or you can create custom client setngs that allow you to collect diferent hardware inventory
classes from specifed collecaons of clients.
* Add a new inventory class - You can add a new inventory class from the WMI namespace of another device.
Referencen How to Extend Hardware Inventory in Confguraaon Manager htpn::technet.microsof.com:en-
us:library:gg712290.aspx

Questoos 77
HOTSPOT
Your network contains a System Center 2012 Confguraaon Manager environment.
You deploy an applicaaon to 1,000 client computers.
You need to idenafy which client computers are in the process of installing the applicaaon.
Which node should you select in the Confguraaon Manager console?
To answer, select the appropriate node in the answer area.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 64

Aoswers

Explanaaonn
To monitor the state of an applicaaon in the Confguraaon Manager console
1. In the Confguraaon Manager console, click Monitoring.
2. In the Monitoring workspace, click Deployments.
Referencen How to Monitor Applicaaons in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg682201.aspx
Noten
In Microsof System Center 2012 Confguraaon Manager, you can monitor the deployment of all sofware, including
sofware updates, compliance setngs, applicaaons, task sequences, and packages and programs.
You can monitor deployments by using the Monitoring workspace in the Confguraaon Manager console or by using
reports.
To monitor the state of an applicaaon in the Confguraaon Manager console
1. In the Confguraaon Manager console, click Monitoring.
2. In the Monitoring workspace, click Deployments.
Etc.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 65

Questoos 78
DRAG DROP
Your network contains a System Center 2012 Confguraaon Manager environment.
Your company has a security policy that contains mandatory registry setngs for all servers.
You have a collecaon named Servers that contains all of the servers.
You need to idenafy which servers do not comply with the security policy.
What should you do?
To answer, move the four appropriate acaons from the list of acaons to the answer area and arrange them in the
correct order.

Aoswers

Explanaaonn
Referencen How to Create Confguraaon Baselines for Compliance Setngs in Confguraaon Manager
Confguraaon baselines in System Center 2012 Confguraaon Manager contain predefned confguraaon items and
opaonally, other confguraaon baselines. Afer a confguraaon baseline is created, you can deploy it to a collecaon so
that devices in that collecaon download the confguraaon baseline and assess their compliance with it.
To create a confguraaon baseline
1. In the Confguraaon Manager console, click Assets and Compliance.
2. In the Assets and Compliance workspace, expand Compliance Setngs, and then click Confguraaon Baselines.
3. On the Home tab, in the Create group, click Create Confguraaon Baseline.
4. In the Create Confguraaon Baseline dialog box, enter a unique name and a descripaon for the confguraaon
baseline. You can use a maximum of 255 characters for the name and 512 characters for the descripaon.
5. The Confguraaon data list displays all confguraaon items or confguraaon baselines that are included in this

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 66

confguraaon baseline. Click Add to add a new confguraaon item or confguraaon baseline to the list. You can choose
from the followingn
* Confguraaon Items
* Sofware Updates
* Confguraaon Baselines
Etc.
Referencen How to Create Confguraaon Baselines for Compliance Setngs in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg712268.aspx

Questoos 79
DRAG DROP
Your network contains a System Center 2012 Confguraaon Manager environment.
You create a collecaon named All Markeang Users.
You need to inventory the desktop setngs of the All Markeang Users collecaon.
What should you do?
To answer, move the four appropriate acaons from the list of acaons to the answer area and arrange them in the
correct order.

Aoswers

Explanaaonn
* Win32_Environment class (Windows)
The Win32_Environment WMI class represents an environment or system environment setng on a Windows
computer system. Querying this class returns environment variables found inn
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Sessionmanager\Environment
And HKEY_USERS\<user>\Environment
Since we need to inventory WMI informaaon, that means we need Hardware Inventory and you can only do that with
a Custom Client Device Setngn

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 67

Referencen Win32_Environment class (Windows)


* In System Center 2012 Confguraaon Manager, you no longer edit the sms_def.mof fle as you did in Confguraaon

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 68

Manager 2007. Instead, you can enable and disable WMI classes, and add new classes to collect by hardware
inventory by using client setngs. Confguraaon Manager provides the following methods to extend hardware
inventoryn
* Enable or disable exisang inventory classes - You can enable or disable the default inventory classes used by
Confguraaon Manager or you can create custom client setngs that allow you to collect diferent hardware inventory
classes from specifed collecaons of clients.
* Add a new inventory class - You can add a new inventory class from the WMI namespace of another device.
Referencen How to Extend Hardware Inventory in Confguraaon Manager htpn::technet.microsof.com:en-
us:library:gg712290.aspx

Questoos 80
DRAG DROP
Your network contains a System Center 2012 Confguraaon Manager environment.
Three users named User1, User2, and User3 will perform the following tasksn
User1 will review sofware metering data and inventory reports.
User2 will deploy Applicaaons and create alerts.
User3 will create confguraaon items.
You need to idenafy which security role must be assigned to which user.
What should you idenafy?
To answer, drag the appropriate security role to the correct user in the answer are
a. Each security role may be used once, more than once, or not at all. Addiaonally, you may need to drag the split bar
between panes or scroll to view content.

Aoswers

Explanaaonn
* Asset Manager - A security role that grants permissions to administraave users so that they can manage the Asset
Intelligence synchronizaaon point, Asset Intelligence reporang classes, sofware inventory, hardware inventory, and
metering rules.
* Applicaaon Deployment Manager - A security role that grants permissions to administraave users so that they can
deploy and monitor applicaaons.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 69

* Compliance Setngs Manager - A security role that grants permissions to administraave users so that they can
defne and monitor compliance setngs.
Referencen Glossary for Microsof System Center 2012 Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh524341.aspx

Questoos 81

Your network contains a single Acave Directory domain named contoso.com.


System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) is deployed to contoso.com.
You need to inventory the installed sofware on Windows Phone and iOS devices.
What should you do frst?

A. Confgure Sofware Inventory.


B. Add a Microsof Intune subscripaon.
C. Confgure Network Discovery.
D. Install the Confguraaon Manager client.
E. Enroll the mobile devices.

Aoswers A

Sofware inventory must be enabled for clients to collect inventory.


Referencen Prerequisites for Sofware Inventory
htpsn::technet.microsof.com:en-us:library:hh696545.aspx

Questoos 82

HOTSPOT
You deploy System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) to a server named Server1.
Confguraaon Manager manages all of the client computers, including a computer named Client1.
A hardware inventory cycle is iniaated on Client1.
You need to idenafy which Inventory classes were collected on Client1 and when the inventory was added to the site
database.
Which log fles should you review? To answer, select the appropriate opaons in the answer area.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 70

Aoswers

* Examplen The InventoryAgent.log will show that four new atributes regarding the Class Department_Name need
to be collected for hardware Inventory data and that info needs to be sent to server.
Content of inventoryagent.logn

* Example of contents of dataldr.logn

Referencen A step-by-step guide to confguring NOIDMIF for Hardware Inventory in Confguraaon Manager 2012

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 71

htpn::blogs.technet.com:b:confguraaonmgr:archive:2014:07:02:a-step-by-step-guide-to-confguring-noidmif-for-
hardware-inventory-in-confguraaon-manager-2012.aspx

Questoos 83
Your network contains a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) environment.
In Default Client Setngs, you enable Hardware Inventory and Sofware Inventory.
You discover that a group of client computers fails to report hardware inventory dat
a. The client computers report sofware inventory data.
You verify that Confguraaon Manager can deploy applicaaons to the client computers.
You need to idenafy what is causing the reporang issue.
Which two log fles should you review? Each correct answer presents part of the soluaon.
A. Hman.log
B. Filesystemfle.log
C. Dataldr.log
D. Mp_sinv.log
E. Inventoryagent.log

Aoswers CE

Cn Confguraaon Manager Site Server Log Files - Site Server and Site System Server Logs
dataldr.log
Site server log fle
Records informaaon about the processing of Management Informaaon Format (MIF) fles and hardware inventory in
the Confguraaon Manager database.
Example of contents of dataldr.logn

En Confguraaon Manager Client Logs - Client Operaaons


Inventoryagent.log Client log fle
Records acaviaes of hardware inventory, sofware inventory, and heartbeat discovery acaons on the client.
Examplen The InventoryAgent.log will show that four new atributes regarding the Class Department_Name need to
be collected for hardware Inventory data and that info needs to be sent to server.
Content of inventoryagent.logn

Referencen A step-by-step guide to confguring NOIDMIF for Hardware Inventory in Confguraaon Manager 2012
htpn::blogs.technet.com:b:confguraaonmgr:archive:2014:07:02:a-step-by-step-guide-to-confguring-noidmif-for-
hardware-inventory-in-confguraaon-manager-2012.aspx
Referencen Technical Reference for Log Files in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:hh427342.aspx

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 72

Questoos 84

Your network contains a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) environment.
Sofware Inventory and Hardware Inventory are enabled for all of the client computers.
All of the client computers have an applicaaon named App1 installed. App1 saves fles to the Cn\ABC folder. All of the
fles saved by App1 have a fle name extension of .abc.
You confgure Sofware Inventory to inventory all of the fles that have the .abc extension and the .exe extension.
Afer six months, you discover that some of the client computers fail to inventory .abc fles.
All of the client computers inventory .exe fles.
You need to ensure that the .abc fles are inventoried.
What should you do?

A. Modify Cn\ABC\Skpswi.dat.
B. Delete Cn\ABC\Skpswi.dat.
C. Modify Cn\Program Files\App1\NO_SMS_On_Drive.sms.
D. Delete Cn\Program Files\App1\NO_SMS_On_Drive.sms.

Aoswers B

You can create a hidden fle named Skpswi.dat and place it in the root of a client hard drive to exclude it from sofware
inventory. You can also place this fle in the root of any folder structure you want to exclude from sofware inventory.
To exclude folders from sofware inventory
Using Notepad.exe, create an empty fle named SkpSwi.dat.
Right click the SkpSwi.dat fle and click properaes. In the fle properaes for the SkpSwi.dat fle, select the Hidden
atribute.
Place the SkpSwi.dat fle at the root of each client hard drive or folder structure that you wish to exclude from
sofware inventory.
Referencen How to Exclude Folders From Sofware Inventory
htpsn::technet.microsof.com:en-us:library:bb632671.aspx

Questoos 85

You have a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) deployment.
Hardware inventory is enabled for all of the Confguraaon Manager clients.
You create a device collecaon named Finance. All of the client computers in the fnance department are members of
the Finance collecaon.
You need to include Trusted Plaiorm Module (TPM) informaaon in the hardware inventory of the fnance department
computers.
Which object should you confgure in Confguraaon Manager?

A. Hardware Requirements
B. Custom Client Device Setngs
C. Network Discovery
D. a confguraaon item
E. a computer associaaon

Aoswers D

Examplen

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 73

We are going to use Desired Confguraaon Management to run a script on target machines. The script will run on a
regular schedule and place Bitlocker data into a new WMI class named SCCM_Bitlocker. Then, we will SCCM extend
hardware inventory so that it collects data from this new class.
Compliance Rules Setng
First, we will need to create a confguraaon baseline, a confguraaon item and two compliance rules.
Referencen Tracking Bitlocker Status using SCCM 2012
htpsn::winventures.wordpress.com:2013:09:18:tracking-bitlocker-status-using-sccm-2012:

Questoos 86

DRAG DROP
You have a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) deployment. The deployment includes
the collecaons described in the following table.

Confguraaon Manager has the client setngs confgured as shown in the following table.

You need to idenafy which addiaonal hardware inventory classes will be collected from Computer2 and Computer3.
What should you idenafy? To answer, drag the appropriate hardware inventory classes to the correct computers. Each
hardware inventory class may be used once, more than once, or not at all. You may need to drag the split bar between
panes or scroll to view content.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 74

Aoswers

Explanaaonn
When you create a custom set of client setngs, you include in this custom list only those setngs that should difer
from the default. Any setngs not included on the custom list will be derived from the default setngs automaacally.
Referencen Big changes in Confguraaon Manager 2012n Client setngs
htpn::www.techrepublic.com:blog:data-center:big-changes-in-confguraaon-manager-2012-client-setngs:

Questoos 87
DRAG DROP
Your network contains a single Acave Directory domain named contoso.com. System Center 2012 R2 Confguraaon
Manager Service Pack 1 (SP1) is deployed to contoso.com.
You have a Windows 8.1 operaang system image named Image1 in Confguraaon Manager. Image1 has the data
source of \\server1.contoso.com\source\Image1.wim.
New client computers are deployed by using Image1.
You have an applicaaon named App1. App1 is a confguraaon uality that must be installed by using a Windows
Installer (MSI) package.
You need to ensure that App1 is included in all future deployments of Image1.
Which four acaons should you perform in sequence? To answer, move the appropriate acaons from the list of acaons
to the answer area and arrange them in the correct order.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 75

Aoswers
Box 1n Mount Image1.wim
Box 2n Install App1.exe
Box 3n Unmount Image1.wim
Box 4n Distribute the image to distribuaon points.

Noten there is a way of injecang Windows Updates into your custom WIM fles ofine and then simply redistribuang
your WIM fle to your local and remote distribuaon points. You used to have to install WAIK to do this, however, as
Windows 8.1 has DISM built into it, you can now simply use your standard client Windows operaang system. -
First mount the exisang image, then apply the update to this image by installing it to the image, unmount the image,
and fnally redistribute the image through Confguraaon Manager.
Referencen htpn::www.techygeekshome.co.uk:2014:08:confguraaon-manager-inject-windows.html

Questoos 88
You have Windows 8.1 images that are rebuilt quarterly and imported to System Center 2012 R2 Confguraaon
Manager Service Pack 1 (SP1).
The Microsof Deployment Toolkit (MDT) 2013 is integrated with Confguraaon Manager.
You need to reduce the network security risks when the images are deployed by using Operaang System Deployment
(OSD).
Which two tasks should you perform? Each correct answer presents a complete soluaon.

A. Before the Apply Operaang System Image task sequence step, add a step to install Deployment Imaging Servicing
and Management (DISM).
B. Before the Apply Operaang System Image task sequence step, add a step to install the Windows Assessment and
Deployment Kit (Windows ADK).
C. Afer the Apply Operaang System Image task sequence step, add a step to install sofware updates ofine.
D. Afer the installaaon of the fnal applicaaon, add an Install Sofware Updates task sequence step.
E. Afer the Apply Operaang System Image task sequence step, add a Run Command Line step that runs wuauclt.exe
:detectnow.

Aoswers CD

Explanaaonn
Cn To do the updates ofine to reduce network security risks.
Dn Install sofware updates to minimize network security risks
Noten

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 76

Confguraaon Manager 2012n Ofine Servicing for Operaang System Images


In Confguraaon Manager 2012 there is a new feature for applying updates to operaang system images while they are
in the Confguraaon Manager library. This means any operaang system image you see in the Operaang Systems >
Operaang Systems Images node from the Sofware Library wunderbar can be updated with Component Based
Servicing (CBS) updates. By updaang an image in the Sofware Library instead of performing a new build and capture
of the operaang system image you will gain a few disanct advantages. You will be able to reduce the risk of
vulnerabiliaes during operaang system deployments and reduce the overall operaang system deployment to the end
user. You will also reduce the administraave efort to maintain your operaang system images.
Task Sequence Steps in Confguraaon Manager
The following task sequence steps can be added to a System Center 2012 Confguraaon Manager task sequencen
Install Sofware Updates
Use the Install Sofware Updates task sequence step to install sofware updates on the desanaaon computer. The
desanaaon computer is not evaluated for applicable sofware updates unal this task sequence step runs. At that ame,
the desanaaon computer is evaluated for sofware updates like any other Confguraaon Manager-managed client. In
paracular, this step installs only the sofware updates that are targeted to collecaons of which the computer is
currently a member.
This task sequence step runs only in a standard operaang system. It does not run in Windows PE.
Further informaaonn
htpn::technet.microsof.com:en-us:library:hh824821.aspx
Deployment Image Servicing and Management (DISM) Technical Reference
Deployment Image Servicing and Management (DISM) is a command-line tool that is used to mount and service
Windows images before deployment. You can use DISM image management commands to mount, and get
informaaon about, Windows image (.wim) fles or virtual hard disks (VHD) and to capture, split, and otherwise
manage .wim fles.
Referencen
htpn::blogs.technet.com:b:inside_osd:archive:2011:04:18:confguraaon-manager-2012-ofine-servicing-
foroperaang-system-images.aspx
htpn::technet.microsof.com:en-us:library:hh846237.aspx
Incorrectn
wuauclt.exe :detectnow
The detectnow switch will force a relaavely immediate query to the WSUS server to see if there are any updates that
are needed. If there are, the yellow shield will appear in the system tray. This is usually prety quick, within 20-30
seconds.

Questoos 89

Your company uses System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) to distribute operaang system
images. The standard operaang system for client computers is Windows 8.1 Enterprise (x86).
You receive 300 new desktop computers. Each computer has a new storage controller.
When you atempt to deploy an exisang image to one of the computers, you receive an error message indicaang that
a storage device cannot be found during the pre-boot deployment phase.
You need to ensure that you can deploy Windows 8.1 to the new computers by using an image.
What should you do?

A. Import the storage drivers to the Drivers container and update the task sequence.
B. Update the exisang x86 boot image to include the storage drivers.
C. Create a new driver package and update the task sequence.
D. Create a new x64 boot image and confgure the operaang system image to use the x64 boot image.

Aoswers B

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 77

Explanaaonn
Planning a Device Driver Strategy in Confguraaon Manager
Include the storage drivers in the boot image.
You can add Windows device drivers that have been imported into the driver catalog to boot images. Use the
following guidelines when you add device drivers to a boot imagen
* Add only mass storage and network adapter device drivers to boot images because other types of drivers are not
generally required. Drivers that are not required increase the size of the boot image unnecessarily.
* Add only device drivers for Windows 7 to a boot image because the required version of Windows PE is based on
Windows 7.
* Ensure that you use the correct device driver for the architecture of the boot image. Do not add an x86 device driver
to an x64 boot image.
Referencen Planning a Device Driver Strategy in Confguraaon Manager
htpn::technet.microsof.com:en-us:library:gg712674.aspx

Questoos 90

DRAG DROP
You have a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) deployment that contains the servers
confgured as shown in the following table.

You need to ensure that Server3, Server4, and Server5 can be used to deploy sofware updates to Confguraaon
Manager clients. The Confguraaon Manager clients in the primary site must be able to receive updates if one of the
WSUS servers becomes unavailable.
Which four acaons should you perform in sequence? To answer, move the appropriate acaons from the list of acaons
to the answer area and arrange them in the correct order.

Aoswers
Box 1n Install WSUS on Server1.
Box 2n Add a sofware update point on Server1.
Box 3n Add a sofware update point on Server4 and Server5.
Box 4n Add a sofware update point on Server3.

Noten
* The sofware update point is required on the central administraaon site and on the primary sites to enable the

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 78

sofware updates compliance assessment and to deploy sofware updates to clients. The sofware update point is
opaonal on secondary sites.
* When you have a Confguraaon Manager hierarchy, install and confgure the sofware update point at the central
administraaon site frst, and then install and confgure the sofware update points on other sites.
Referencen Confguring Sofware Updates in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712312.aspx#BKMK_InstallSUP

Questoos 91
DRAG DROP
Your company has two ofces named Ofce1 and Ofce2.
You plan to deploy a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) Central Administraave site to
Ofce1 and a primary site to Ofce2.
You need to idenafy which frewall ports you must allow between Ofce1 and Ofce2 for inter-site communicaaon.
Which frewall ports should you idenafy? To answer, drag the appropriate ports to the correct locaaons. Each port
may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view
content.

Aoswers

* File-based communicaaon between sites uses the Server Message Block (SMB) protocol by using TCP:IP port 445.
* To replicate data between sites, Confguraaon Manager uses its own database replicaaon service. The database
replicaaon service uses SQL Server change tracking to monitor the local site database for changes, and then replicates
those changes to other sites by using a SQL Server Service Broker. By default, this process uses the TCP:IP port 4022.
* Intrasite communicaaon between the SQL Server database engine and various Confguraaon Manager site system
roles by default use port TCP 1433.
Referencen Planning for Communicaaons in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712701.aspx#Planning_for_Database_Replicaaon

Questoos 92
Your network contains a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) environment. The
hierarchy contains a Central Administraaon site named Site1 and a primary site named Site2.
You discover that none of the collecaons created on Site1 are displayed on Site2.
You need to idenafy whether there is a replicaaon issue between the sites.
What should you review?

A. the Microsof SQL Server replicaaon diagnosac fles


B. the Schedule.log fle
C. the Colleval.log fle
D. the Despool.log fle

Aoswers D

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 79

Despool.log records incoming site-to-site communicaaon transfers.


Incorrectn
Colleval.log logs when collecaons are created, changed, and deleted by the Collecaon Evaluator.
Schedule.log records site-to-site job and package replicaaon.
Referencen SCCM 2012n Log File Reference
htpn::www.acupoft.com:2012:05:sccm-2012-log-fle-reference.html

Questoos 93

Your network contains a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) environment.
The Client Status node in the Confguraaon Manager console shows a downward trend in client health.
You verify the logs on several clients.
You discover that the clients are healthy and are communicaang normally to management points.
You need to idenafy the reasons why the Confguraaon Manager console displays a downward trend in client health.
Which two reasons should you idenafy? Each correct answer presents a complete soluaon.

A. The Acave Directory sites that are members of boundary groups are modifed.
B. The age set in the Delete Aged Discovery Data maintenance task is shorter than the Heartbeat Discovery interval.
C. The Delete Obsolete Client Discovery Data site maintenance task is disabled.
D. In Client Status Setngs Properaes, the Hardware inventory during the following days interval is shorter than the
Hardware inventory interval.
E. Microsof SQL Server replicaaon to the management points stopped.

Aoswers BC

The Delete Obsolete Client Discovery Data task deletes obsolete client records from the Confguraaon Manager site
database. A record that is marked obsolete typically was superseded by a newer record for the same client. The newer
record becomes the client's current record, and the older record becomes obsolete.
When you enable this task, you should confgure the schedule to run at an interval greater than the heartbeat
discovery schedule. This allows clients to send Discovery Data Records (DDRs) so that the obsolete bit is set correctly.
Referencen Delete Obsolete Client Discovery Data Task Overview
htpsn::technet.microsof.com:sv-se:library:Bb632879.aspx

Questoos 94

You have a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) deployment that contains 8,000 client
computers.
When a custom applicaaon named App1.exe is installed on a computer, a registry value of App1=TRUE is added to the
registry. App1 is installed on approximately half of the computers.
You need to recommend a soluaon for creaang a collecaon named Collecaon1 that contains only computers on which
App1.exe is installed. The soluaon must minimize administraave efort.
What should you include in the recommendaaon?

A. a collecaon that has a direct membership rule


B. a confguraaon item
C. the custom client device setngs
D. a sofware category

Aoswers A

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 80

Membership rule of the direct rule type let you choose the users or computers that you want to add as members to a
collecaon. This rule gives you direct control over which resources are members of the collecaon. This membership
does not change unless a resource is removed from Confguraaon Manager. Confguraaon Manager must have
discovered the resources or you must have imported the resources before you can add them to a direct rule
collecaon. Direct rule collecaons have a higher administraave overhead than query rule collecaons because you must
make changes to this collecaon type manually.
Referencen How to Create Collecaons in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712295.aspx

Questoos 95

Your network contains a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) environment.
You are creaang a confguraaon item that contains applicaaon setngs for Microsof Ofce 2013.
You need to detect whether Ofce 2013 is installed before validaang the confguraaon item.
What should you do?

A. Set Sofware Inventory to True.


B. Create a report to display all installed sofware.
C. Set Hardware Inventory to False.
D. Enable Use a custom script to detect this applicaaon.

Aoswers D

A detecaon method in Confguraaon Manager contains rules that check whether an applicaaon is already installed on
a device. This detecaon occurs before the applicaaon is installed, immediately afer the applicaaon is installed, and at
regular intervals aferward. This detecaon can prevent Confguraaon Manager from needlessly reinstalling the
applicaaon and can also determine whether the user has already uninstalled the applicaaon. A custom script can be
used to determine the presence of a deployment type.
Noten A System Center 2012 Confguraaon Manager applicaaon contains the fles and informaaon that are required to
deploy sofware to a device. An applicaaon contains one or more deployment types that comprise the installaaon
fles and informaaon that are required to install sofware. A deployment type also contains rules that specify when
and how the sofware is deployed.
Referencen How to Create Applicaaons in Confguraaon Manager
htpsn::technet.microsof.com:library:gg682159.aspx#BKMK_Step4

Questoos 96

You manage a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) stand-alone primary site.
You have a confguraaon item named Item1 that has two revisions. The current revision is not referenced by any
confguraaon baselines.
You need to reconfgure Item1 to use the previous setngs, and then you must modify the detecaon method of Item1.
What should you do?

A. Restore the previous version. Modify revision 2.


B. Restore the previous version. Modify revision 1.
C. Delete the current version. Modify revision 1.
D. Copy the previous version. Modify revision 2.

Aoswers B

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 81

Questoos 97

Your network contains a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) environment as shown in
the exhibit (Click the Exhibit buton.)

The network contains six servers. The servers are confgured as shown in the following table.

You need to ensure that Confguraaon Manager conanues to receive client data if Server3 fails.
What should you do?

A. Confgure the Exchange connector on Server3.


B. Confgure IIS to support only HTTP on Server3.
C. Confgure IIS to support only HTTPS on Server5.
D. Install a management point on Server2.
E. Install a management point on Server5.
F. Install a sofware update point on Server3.
G. Install an enrollment proxy point on Server6.
H. Install the Failover Clustering feature on Server3.
I. Install the Failover Clustering feature on Server6.
J. Install a protected distribuaon point on Server1.
K. Install Network Load Balancing (NLB) on Server3.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 82

L. Install Network Load Balancing (NLB) on Server6.


M. Install Windows Server Update Services (WSUS) on Server3.
N. Install a PXE-enabled protected distribuaon point on Server4.
O. Install a PXE-enabled protected distribuaon point on Server5.

Aoswers H

Use a SQL Server cluster to host the site database for high availability.
When you use a SQL Server cluster for the database at a central administraaon site or primary site, you use the fail-
over support built into SQL Server.
Secondary sites cannot use a SQL Server cluster, and do not support backup or restoraaon of their site database. You
recover a secondary site by reinstalling the secondary site from its parent primary site.
Referencen High Availability for Confguraaon Manager Sites
htpsn::technet.microsof.com:en-us:library:hh846246.aspx

Questoos 98

HOTSPOT
You have a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) primary site named S01 that includes
the servers confgured as shown in the following table.

You perform regular site backups by using Confguraaon Manager.


You create a test environment that is isolated completely from the producaon network. The Acave Directory
confguraaon in the test environment and the producaon environment are idenacal.
A user named User1 plans to test disaster recovery procedures by using servers in the test environment. The servers
are confgured as shown in the following table.

User1 is a member of the Administrators group on ServerA and ServerB.


You need to enable User1 to reinstall Confguraaon Manager manually on ServerA and to use the Recovery Wizard to
restore the database on ServerB.
What should you do? To answer, select the appropriate opaons in the answer area.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 83

Aoswers

* When we have created the system management container, we must grant the site servers computer account the
permissions that are required to publish site informaaon to the container. The primary site server computer account
must be granted Full Control permissions to the System Management container and all its child objects.
Referencen Installing Prerequisites for Confguraaon Manager 2012 R2
htpn::prajwaldesai.com:installing-prerequisites-for-confguraaon-manager-2012-r2:

Questoos 99
You have a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) stand-alone primary site.
Confguraaon Manager has Network Access Protecaon (NAP) confgured. All Confguraaon Manager servers reside on
the internal network.
You use Confguraaon Manager to deploy applicaaons and sofware updates to intranet clients.
Corporate security policies prevent the use of reverse proxies.
You need to confgure Confguraaon Manager to manage Internet-based clients.
Which three addiaonal Confguraaon Manager roles should you deploy? Each correct answer presents part of the
soluaon.

A. secondary site server


B. Management point
C. Sofware update point
D. Distribuaon point
E. System Health Validator point
F. Endpoint Protecaon point

Aoswers BCD

Bn In the Internet MP properaes, make sure that HTTPS is enabled (checked), and depending upon your requirement,
that either Allow Internet-only connecaons or Allow Internet and Intranet connecaons is checked.
BCDn Because of the higher security requirements of managing client computers on a public network, Internet Based
Client Management requires that the site is using cerafcates. This ensures that connecaons to the management
point, sofware update point and distribuaon points are authenacated by an independent authority, and that data to
and from these site systems is encrypted using Secure Sockets Layer (SSL).

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 84

Referencen A closer look at Internet Based Client Management in ConfgMgr 2012


htpn::blogs.technet.com:b:confguraaonmgr:archive:2013:12:11:a-closer-look-at-internet-based-client-
management-in-confgmgr-2012.aspx

Questoos 100

HOTSPOT
You have a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) deployment.
You enable the Backup Site Server maintenance task and you confgure the task to back up to a local drive.
You need to copy the backup to a network share automaacally as soon as the backup completes.
What should you do? To answer, select the appropriate opaons in the answer area.

Aoswers

Explanaaonn
The AferBackup.bat fle is used to perform post-backup acaons automaacally afer the Backup Site Server
maintenance task runs successfully.
To create the AferBackup.bat batch fle
Prepare an ASCII fle with commands that archive your backup snapshot, run a third-party archive tool, or perform any
other post-backup tasks your site requires.
Name the fle AferBackup.bat, and save it in the <ConfgMgrInstallPath>\inboxes\smsbkup.box folder.
Referencen How to Archive the Backup Snapshot (AferBackup.bat)
htpsn::technet.microsof.com:en-us:us-en:library:bb633186.aspx

Questoos 101
Your company has 120,000 client computers.
You plan to deploy System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) to the computers.
You need to install Confguraaon Manager by using the fewest number of sites possible.
Which site confguraaon should you use?

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 85

A. two individual stand-alone primary sites


B. a single primary site and four secondary sites
C. a stand-alone primary site
D. a Central Administraaon site and two primary sites

Aoswers C

You can deploy Confguraaon Manager as a single stand-alone primary site, or as mulaple sites in a hierarchy.
Referencen Planning for Sites and Hierarchies in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712681.aspx

Questoos 102

You network has System Center Confguraaon Manager 2007 R3 deployed. The Acave Directory schema is extended
for System Center Confguraaon Manager 2007 R3.
You plan to deploy System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) to a new server.
You need to ensure that System Center 2012 R2 Confguraaon Manager SP1 can publish informaaon to Acave
Directory.
Which containers permissions should you modify?

A. System\Policies
B. System\IP Security
C. System\System Management
D. System\WMIPolicy

Aoswers C

The Publishing Status shown in the Acave Directory Forests list view is a status summary of all sites in the hierarchy.
The status will show 'Failed' if any sites in the hierarchy failed to publish to the forest. To view published site
informaaon, open Acave Directory Users and Computers, connect to a domain controller in the forest, and go to
View-> Advanced Features. Site and management point informaaon is published under the System-> System
Management node.
Referencen Acave Directory Forest Discovery and Publishing in Confguraaon Manager 2012 Beta 2
htpn::blogs.technet.com:b:confgmgrteam:archive:2011:03:30:acave-directory-forest-discovery-and-publishing-in-
confguraaon-manager-2012-beta-2.aspx

Questoos 103

Your network contains a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) environment.
You deploy a Microsof Ofce 2010 package to all client computers by using Confguraaon Manager.
Your company purchases Ofce 2013.
You need to ensure that all users can install Ofce 2013 from the Applicaaon Catalog.
What should you do?

A. Deploy a new applicaaon for Ofce 2013.


B. Deploy a new package for Ofce 2013.
C. Deploy Ofce 2013 by using a Group Policy Object (GPO).
D. Update the Ofce 2010 source fle and redeploy the package.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 86

Aoswers A

Referencen How-ton Deploying Microsof Ofce 2013 using SCCM 2012


htpsn::gallery.technet.microsof.com:ofce:How-to-Deploying-Ofce-0f954e7f

Questoos 104

HOTSPOT
You have a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) stand-alone primary site.
You have a Confguraaon Manager applicaaon named App1 and a Confguraaon Manager package named Package1.
You need to ensure that App1 and Package1 are deployed only to Windows 8 computers.
In the table below, idenafy what to confgure for App1 and Package1.
NOTEn Make only one selecaon in each column.

Aoswers

* Package1n
Creaang A Program For The Packagen
In Confguraaon Manager Console,expand the newly 'Added Package' & right click on 'Program'
Choose 'New -> Program'
Fill in the Program Details (under the 'General' tab) Provide the 'Command Line' as followsn"msiexec :i
ADSelfServicePlusClientSofware.msi SERVERNAME=selfservice.xyz.com PORTNO=8888 :qn".
In the 'Requirements' tab,select the 'The Program can run on Specifed Client Plaiorms' opaon & choose the 'desired
operaang systems'
Etc.
Incorrectn
Deployment type include onlyn Increase priority, decrease priority, Update content
Referencen Client Sofware Installaaon Via System Center Confguraaon Managern
htpsn::www.manageengine.com:products:self-service-password:help:admin-guide:Confguraaon:Admin-
Tools:GINA:CSI-via-SCCM.html

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 87

Questoos 105
DRAG DROP
You have a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) stand-alone primary site.
You use Confguraaon Manager to deploy sofware updates to client computers.
You plan to monitor the sofware update deployment process from a client computer.
You need to collect data as quickly as possible to monitor the sofware update deployment process.
Which acaons should you iniaate from the client computer? To answer, drag the appropriate acaons to the correct
locaaons. Each acaon may be used once, more than once, or not at all. You may need to drag the split bar between
panes or scroll to view content.

Aoswers

Explanaaonn

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 88

Referencen ConfgMgr 2012 Windows Update Client Process


htpn::blogs.technet.com:b:confgmgrdogs:archive:2014:06:30:confgmgr-2012-windows-update-client-
process.aspx

Questoos 106
You manage s System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) deployment.
You need to ensure that Confguraaon Manager clients can use the Applicaaon Catalog.
Which client setngs should you confgure?

A. Sofware Metering
B. Computer Agent
C. Sofware Deployment
D. Sofware Inventory

Aoswers B

Computer Agent has the Default Applicaaon Catalog website point setng. Confguraaon Manager uses this setng to
connect users to the Applicaaon Catalog from Sofware Center. You can specify a server that hosts the Applicaaon
Catalog website point by its NetBIOS name or FQDN, specify automaac detecaon, or specify a URL for customized
deployments.
Referencen About Client Setngs in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg682067.aspx#BKMK_ComputerAgentDeviceSetngs

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 89

Questoos 107

HOTSPOT
Your network contains a single Acave Directory named contoso.com. A System Center 2012 R2 Confguraaon Manager
Service Pack 1 (SP1) primary site named S01 is deployed to contoso.com.
The Confguraaon Manager deployment includes the servers confgured as shown in the following table.

The distribuaon point is confgured to require HTTPS for client communicaaons.


You have a domain computer named Computer1 that runs the 64-bit version of Windows 8.1.
You need to install the Confguraaon Manager client on Computer1 manually.
Which network locaaon should you use to start the installaaon? To answer, select the appropriate opaons in the
answer area.

Aoswers

You can manually install the System Center 2012 Confguraaon Manager client sofware on computers in your
enterprise by using the CCMSetup.exe program. This program and its supporang fles can be found in the Client folder
of the System Center 2012 Confguraaon Manager installaaon folder on the site server and on management points in
your site. This folder is shared to the network as <Site Server Name>\SMS_<Site Code>\Client.
Referencen How to Install Clients on Windows-Based Computers in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712298.aspx

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 90

Questoos 108
Your network contains a single Acave Directory domain named contoso.com. The domain contains a System Center
2012 R2 Confguraaon Manager Service Pack 1 (SP1) deployment. The relevant servers are confgured as shown in the
following table.

The Confguraaon Manager deployment has an Exchange Server connector.


You use Confguraaon Manager to manage all mobile devices. The mobile devices do not have the Confguraaon
Manager client installed.
The Exchange Server setngs control which Windows Phone devices can use Exchange AcaveSync.
A corporate security policy requires that iOS devices have version 8.0 or later to use Exchange AcaveSync.
You need to confgure which iPhone devices can access Exchange AcaveSync.
What are two possible ways to achieve the goal? Each correct answer presents a complete soluaon.

A. Modify the synchronizaaon setngs of the Exchange Server connector.


B. Add access rules to Server1.
C. Modify the security setngs of the Exchange Server connector.
D. Modify the external mobile device management setng on Server2.
E. Add access rules to Server2.
F. Modify the external mobile device management setng on Server1.

Aoswers CF

C (not A)n When you use the Exchange Server connector, the mobile devices can be managed by the setngs that you
confgure in Confguraaon Manager instead of being managed by the default Exchange AcaveSync mailbox policies.
Defne the setngs that you want to use in the following group setngsn General, Password, Email Management,
Security, and Applicaaon.
Noten Use the Exchange Server connector in System Center 2012 Confguraaon Manager when you want to manage
mobile devices that connect to Exchange Server (on-premises or online) by using the Microsof Exchange AcaveSync
protocol, and you cannot enroll them by using Confguraaon Manager. When you manage mobile devices by using the
Exchange Server connector, this does not install the Confguraaon Manager client on the mobile devices.
F (not D)n If you also enroll mobile devices by using Confguraaon Manager, enable the opaon External mobile device
management to ensure that these mobile devices conanue to receive email from Exchange afer Confguraaon
Manager enrolls them.
Referencen How to Manage Mobile Devices by Using Confguraaon Manager and Exchange
htpsn::technet.microsof.com:en-us:library:gg682001.aspx

Questoos 109

Your network contains two Acave Directory forests named contoso.com and litwareinc.com.
You deploy System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) to the contoso.com forest.
You deploy the Confguraaon Manager client to all of the client computers in contoso.com by using a logon script.
All of the client computers in litwareinc.com run a local frewall to prevent trafc to the administraave shares.
You need to ensure that the Confguraaon Manager client can be deployed to all of the client computers in
litwareinc.com.
Which three tasks should you perform? Each correct answer presents part of the soluaon.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 91

A. Create a Group Policy-based installaaon of the Confguraaon Manager client.


B. Enable Acave Directory System Discovery.
C. Copy the Cmsetup.msi fle to a network share.
D. Confgure a Client Push Installaaon account.
E. Enable Client Push Installaaon.
F. Enable Acave Directory Forest Discovery.

Aoswers DEF

Fn In this scenario there are two forests.


Acave Directory Forest Discovery can discover Acave Directory sites and subnets, and then create Confguraaon
Manager boundaries for each site and subnet from the forests that you have confgured for discovery. When Acave
Directory Forest Discovery idenafes a supernet that is assigned to an Acave Directory site, Confguraaon Manager
converts the supernet into an IP address range boundary.
DEn Use client push installaaon to install the System Center 2012 Confguraaon Manager client sofware on computers
that Confguraaon Manager discovered. You can confgure client push installaaon for a site, and client installaaon will
automaacally run on the computers that are discovered within the site's confgured boundaries when those
boundaries are confgured as a boundary group.
To confgure the site to automaacally use client push for discovered computers
In the Confguraaon Manager console, clickAdministraaon.
In theAdministraaonworkspace, expandSite Confguraaon, and then clickSites.
In theSiteslist, select the site for which you want to confgure automaac site-wide client push installaaon.
On theHometab, in theSetngsgroup, clickClient Installaaon Setngs, and then clickClient Push Installaaon.
(E) On theGeneraltab of theClient Push Installaaon Properaesdialog box, selectEnable automaac site-wide client
push installaaon. Select the system types to which SystemCenter2012 ConfguraaonManager should push the client
sofware by selecangServers,Workstaaons, orConfguraaon Manager site system servers. The default selecaon
isServersandWorkstaaons.
Select whether you want automaac site-wide client push installaaon to install the SystemCenter2012
ConfguraaonManager client sofware on domain controllers.
(D) On theAccountstab, specify one or more accounts for SystemCenter2012 ConfguraaonManager to use when
connecang to the computer to install the client sofware. Click theCreateicon, enter theUser nameandPassword,
confrm the password, and then clickOK. You must specify at least one client push installaaon account, which must
have local administrator rights on every computer on which you want to install the client. If you do not specify a client
push installaaon account, SystemCenter2012 ConfguraaonManager tries to use the site system computer account,
which will cause cross-domain client push to fail.
Incorrectn
Not A, Not Cn This method will not work here as the frewall would block trafc to the network share where the
Cmsetup.msi fle is copied.
Referencen How to Install Clients on Windows-Based Computers in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712298.aspx#BKMK_ClientPush
Referencen Planning for Discovery in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712308.aspx

Questoos 110

HOTSPOT
You manage a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) site.
You plan to create two collecaons named Collecaon1 and Collecaon2 that have dynamic membership rules.
Collecaon1 will contain all of the servers in the domain. Collecaon2 will contain only the domain controllers.
You have a Confguraaon Manager query that you will use as the basis for creaang the collecaon. The query has the

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 92

following WQL statement.

You need to complete the statement that will be used for each collecaon.
Which class and atribute should you add in the where clause for each collecaon? To answer, select the appropriate
opaons in the answer area.

Aoswers

* All Servers examplen


select
SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdena
fer,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join
SMS_G_System_SYSTEM on SMS_G_System_SYSTEM.ResourceId = SMS_R_System.ResourceId where
SMS_G_System_SYSTEM.SystemRole = "Server"

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 93

* All Domain Controllers examplen


select
SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdena
fer,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where
SMS_R_System.PrimaryGroupID = "516"
SMS_G_SYSTEM_ACCOUNT.Domain
SMS_G_SYSTEM.DOMAIN
SMS_R_SYSTEM.SMSUniqueIdenafer
Referencen Useful ConfgMgr Collecaon Queries
htpn::blogs.technet.com:b:ryanan:archive:2014:01:27:useful-confgmgr-collecaon-queries.aspx

Questoos 111
You have a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) deployment.
You plan to create a Confguraaon Manager query.
You need to idenafy which components can be included in the WQL statement.
Which three components should you idenafy? Each correct answer presents a complete soluaon.

A. Criteria
B. Collecaon limiang
C. Security
D. Omit duplicate rows
E. Joins

Aoswers ADE

An Examplen (keyword where)


SELECT *
FROM SMS_R_System
WHERE
OperaangSystemNameAndVersion LIKE '%Workstaaon 6.1
Dn Example (keyword disanct)n
SELECT DISTINCT *
FROM SMS_R_System AS Sys
WHERE
Sys.SystemOUName = 'Contoso.Domain.local:OUName'
En Examplen
SELECT DISTINCT *
FROM SMS_R_System AS Sys
INNER JOIN SMS_G_System_ADD_REMOVE_PROGRAMS AS ARP ON
ARP.ResourceId = Sys.ResourceId
WHERE
ARP.DisplayName LIKE '%Visio%'
Referencen Example WQL Queries for Confguraaon Manager

Questoos 112

You manage a System Center 2012 R2 Confguraaon Manager Service Pack 1 (SP1) deployment. The deployment
contains a reporang services point.
You subscribe to all client status reports.
You need to subscribe to an Asset Intelligence report.

________________________________________________________________________________________________

http://www. testinsides.com/
Page No | 94

From where should you confgure the subscripaon?

A. Reporang Services Confguraaon Manager


B. the Report Server Web service site
C. the Monitoring workspace from the Confguraaon Manager Console
D. SQL Server Confguraaon Manager

Aoswers A

The reporang services point site system role must be installed before sofware updates reports can be displayed.
Referencen
Prerequisites for Asset Intelligence in Confguraaon Manager
htpsn::technet.microsof.com:en-us:library:gg712306.aspx

________________________________________________________________________________________________

http://www. testinsides.com/

Vous aimerez peut-être aussi