70-243 Exam - Administering and Deploying System Center 2012 Configuration Manager

certleader.com

Q1. Your network contains a System Center 2012 Configuration Manager environment. 

You need to use the Configuration Manager console to identify service level agreement (SLA) issues among non-compliant clients. 

What should you do? 

A. Configure a Microsoft SQL Server Reporting Services (SSRS) report. 

B. Create an alert subscription. 

C. Configure an in-console alert. 

D. Create a ConfigMgr query. 

Answer:

Reference: Client Health Check in ConfigMgr 2012–In Action–Part 2 

http://myitforum.com/myitforumwp/2012/06/26/client-health-check-in-configmgr-2012in-actionpart-2/ 

Q2. Your company uses System Center 2012 Configuration Manager with Microsoft Forefront Endpoint Protection integration. 

You deploy Forefront Endpoint Protection to all client computers. 

The company uses a management Application named App1. 

You discover that Forefront Endpoint Protection blocks App1. 

You need to ensure that App1 can run. 

How should you configure the Default Client Malware Policy? (Each correct answer 

presents a complete solution. Choose two.) 

A. Create a software restriction policy. 

B. Add a process exclusion. 

C. Add a file location exclusion. 

D. Modify the schedule scan settings. 

E. Click the Use behavior monitoring check box. 

Answer: B,C 

Reference: How to Create and Deploy Antimalware Policies for Endpoint Protection in Configuration Manager 

http://technet.microsoft.com/en-us/library/hh508785.aspx 

Q3. Your network contains a System Center 2012 Configuration Manager environment. 

You create two custom client agent settings named ClientSettings1 and ClientSettings2. 

You apply ClientSettings1 to all of the client computers in the sales department. 

You apply ClientSettings2 to all of the client computers in the marketing department. 

The client computers in the marketing department contain several custom registry settings. 

You need to collect the custom registry settings from the marketing department computers. 

What should you do? 

A. Edit the default client agent settings and include the custom registry information 

B. Edit ClientSettings2 and exclude the custom registry information. 

C. Create a new set of custom client agent settings for the marketing department and include the custom registry information. 

D. Edit ClientSettings2 and include the custom registry information. 

Answer:

Explanation: 

-Create a new set of custom client agent settings for the marketing department and include 

the custom registry information. 

Incorrect: 

Not D: Edit ClientSettings2 and include the custom registry information. <--- probably not 

Because editing isn't that easy. 

It is common sense, that you just add another client setting and deploy it to the collection. 

Why? All settings can be separately deleted and especially named. Easier to handle. 

Q4. Your company has a production network and a test network. 

Both networks have System Center 2012 Configuration Manager deployed. 

You create the following objects on the test network: 

A configuration item named WebCI A configuration baseline named WebBaseline that contains WebCI A collection named WebServers that contains all of the Web servers on the test network. 

You export the configuration baseline to Baseline.cab. 

You open the Configuration Manager console, you click Assets and Compliance, and then you expand Compliance Settings. 

You need to apply the configuration baseline to the Web servers on the production network. 

What should you do next? (Choose all that apply.) 

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

B. Right-click Configuration Baselines, and then select Import Configuration Data 

C. Right-click WebCI, select Export, and then specify Baseline.cab as the export file. 

D. Right-click WebBaseline, and then select Properties. In the Deployments tab, type WebServers in the Filter... box. 

E. Right-click WebBaseline, select Deploy, and then select the WebServers collection. 

Answer: B,E 

Explanation: 

B: To import configuration data in Configuration Manager 

1. In the Configuration Manager console, click Assets and Compliance. 

2. In the Assets and Compliance workspace, expand Configuration Items or Configuration Baselines, and then in the Home tab, in the Create group, click Import Configuration Data. Etc. 

Reference: How to Import Configuration Data in Configuration Manager 

http://technet.microsoft.com/en-us/library/hh691016.aspx 

E: To deploy a configuration baseline 

1. In the Configuration Manager console, click Assets and Compliance. 

2. In the Assets and Compliance workspace, expand Compliance Settings, and then click Configuration Baselines. 

3. In the Configuration Baselines list, select the configuration baseline that you want to deploy, and then in the Home tab, in the Deployment group, click Deploy. 

4. In the Deploy Configuration Baselines dialog box, select the configuration baselines that you want to deploy in the Available configuration baselines list. Click Add to add these to the selected configuration baselines list. 

Reference: How to Deploy Configuration Baselines in Configuration Manager 

http://technet.microsoft.com/en-us/library/hh219289.aspx 

Q5. Your network contains a System Center 2012 Configuration Manager environment. 

You need to create a collection 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) 

Answer:

Explanation: Use SMS_R_System.IsVirtualMachine = "True" to include all VMs. Any number that is converted to boolean evaluates to True, apart from 0. 

Q6. Your network contains a System Center 2012 Configuration Manager environment. You need to change the organization name displayed by Configuration Manager. Which settings should you modify from the Configuration Manager console? 

A. Client Policy 

B. Computer Agent 

C. User and Device Affinity 

D. Compliance Settings 

Answer:

Explanation: 

Administration -> Client Settings -> Default Client Settings -> Computer Agent 

Q7. Your company uses System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) to distribute operating system images. The standard operating 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 attempt to deploy an existing image to one of the computers, you receive an error message indicating 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 existing 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 configure the operating system image to use the x64 boot image. 

Answer:

Explanation: 

Planning a Device Driver Strategy in Configuration 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 image: 

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. Reference: Planning a Device Driver Strategy in Configuration Manager http://technet.microsoft.com/en-us/library/gg712674.aspx 

Q8. DRAG DROP 

Your network contains a System Center 2012 Configuration Manager environment. 

You create a collection named All Marketing Users. 

You need to inventory the desktop settings of the All Marketing Users collection. 

What should you do? 

To answer, move the four appropriate actions from the list of actions to the answer area and arrange them in the correct order. 

Answer:  

Q9. Your network contains a System Center 2012 Configuration Manager environment. 

The environment contains a reporting services point. 

You need to identify which tools can be used to create and publish custom reports to Microsoft SQL Server Reporting Services (SSRS). 

Which tool should you identify? 

A. Reporting Services Configuration Manager 

B. Microsoft SQL Server Management Studio 

C. Microsoft SQL Server Business Intelligence Development Studio 

D. Microsoft Access 2010 and Reporting Services Configuration Manager 

Answer:

Explanation: 

Overview of Custom Reports Custom reports are intended for advanced users who are comfortable creating their own reports by using Microsoft SQL Server Reporting Services and SQL Server Business Intelligence Development Studio, SQL Server Reporting Services Report Builder, or Microsoft Visual Studio Report Designer. 

Reference: Overview of Custom Reports 

http://technet.microsoft.com/en-us/library/gg508710.aspx 

Q10. Your network contains a System Center 2012 Configuration Manager environment. 

The Client Status node in the Configuration 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 communicating normally to management points. 

You need to identify the reasons why the Configuration Manager console displays a downward trend in client health. 

Which reasons should you identify? (Choose all that Apply.) 

A. In Client Status Settings Properties, 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 Active Directory sites that are members of boundary groups are modified. 

E. Microsoft SQL Server replication to the management points stopped. 

Answer: B,C 

Explanation: The Delete Obsolete Client Discovery Data task deletes obsolete client records from the Configuration 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 configure 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. 

Reference: Delete Obsolete Client Discovery Data Task Overview 

https://technet.microsoft.com/sv-se/library/Bb632879.aspx