Skip to main content

70-243 Online Practice Questions

Administering and Deploying System Center 2012 Configuration Manager

157 questions available · Page 1 of 16

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Your network contains a single Active Directory named contoso.com. System Center 2012 R2
Configuration Manager Service Pack 1 (SP1) is deployed to contoso.com.

The computer accounts of all the client computers are in an organizational unit (OU) maned Clients. A Group Policy is configured to add a group named Client Admins to the Administrators group on each client computer.

You create a domain user named User1.

The domain users are members of the local groups on each client computer as described in the following table.

You plan to configure client push installation.

You need to configure the client push installation account. The solution must use the principle of least privilege.

What should you do?

  1. A

    Configure User2 as the client push installation account.

  2. B

    Assign User3 Full Control permissions to the Clients OU, and then configure User3 as the client push installation account.

  3. C

    Configure User5 as the client push installation account.

  4. D

    Configure User3 as the client push installation account.

Show answer and explanation

Correct answer: B

Explanation

You must have the following security permissions to install the Configuration Manager client by using client push: To configure the Client Push Installation account: Modify and Readpermission for the Site object.
To use client push to install the client to collections, devices and queries: Modify Resource and Read permission for the Collection object.

Note: By default, members of the Power Users group have no more user rights or permissions than a standard user account. The Power Users group in previous versions of Windows was designed to give users specific administrator rights and permissions to perform common system tasks. In this version of Windows, standard user accounts inherently have the ability to perform most common configuration tasks, such as changing time zones.

Question 2 Single choice

Your company uses System Center 2012 Configuration Manager to deploy applications. The company purchases a new application 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?

  1. A

    a Query object

  2. B

    custom client user settings

  3. C

    a configuration baseline

  4. D

    a query-based collection

Show answer and explanation

Correct answer: D

Explanation

http://technet.microsoft.com/en-us/library/gg682177.aspx
Introduction to Collections in Configuration
Manager Collections in System Center 2012 Configuration Manager represent logical groupings of resources, such as users and devices. You can use collections tohelp you perform many tasks, such as managing applications, deploying compliance settings, or installing software updates. You can also use collections to manage groups of client settings.

Query Rule
Query rules dynamically update the membership of a collection based on a query that Configuration Manager runs on a schedule. For example, you can create a collection of users who are a member of the Human Resources organizational unit in Active Directory Domain Services. Unlike direct rule collections, thiscollection membership automatically updates when you add or remove new users to the Human Resources organizational unit. http://technet.microsoft.com/en-us/library/gg682073.aspx Prerequisites for Compliance Settings in Configuration Manager

To run queriesrelated to compliance settings: Read permission for the Query object. http://technet.microsoft.com/en-us/library/gg712688.aspx Planning for Client Settings in Configuration Manager
Use client settings in System Center 2012 Configuration Manager to configure userand device settings for the hierarchy. Client settings include configuration options such as the hardware inventory and schedule, and the polling schedule for client policy.

All Configuration Manager clients in the hierarchy use the Default ClientSettings that are automatically created when you install Configuration Manager. However, you can modify the default client settings and you can create custom client settings to override the default client settings for specific users or devices.
http://technet.microsoft.com/en-us/library/gg682139.aspx
Introduction to Compliance Settings in
Configuration Manager

Compliance is evaluated by defining a configuration baseline that contains the configuration items that you want to evaluate and settings and rulesthat describe the level of compliance you must have.

Question 3 Single choice

Your network contains a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) environment."

You need to receive an email message every day that lists all non-compliant clients.

What should you do?

  1. A

    Create an alert subscription.

  2. B

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

  3. C

    Configurean in-console alert.

  4. D

    Create a ConfigMgr query.

Show answer and explanation

Correct answer: B

Explanation

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 IntelligenceDevelopment Studio.
Configuring a Report Server for E-Mail Delivery Reporting Services includes an e-mail delivery extension so that you can distribute reports through e-mail.
Depending on how you define the e-mail subscription, a delivery might consist ofa notification, link, attachment, or embedded report.

Question 4 Single choice

Your network contains a single Active Directory domain.

The functional level of the domain is Server 2003. The domain contains the following server:

Users have mobile devices that run Windows Mobile 6.5 and Windows Phone.

You need to ensure that you can manage the settings of the mobile devices and perform remote device wipes by using Configuration Manager.

What should you do?

  1. A

    Upgrade the Exchange server to Exchange Server 2010. Configure an Exchange connector.

  2. B

    Change the functional level of the domain to windows 2008. Upgrade the Exchange server to Exchange Server2010.

  3. C

    Upgrade all Windows 2003 domain controllers to Windows 2008.

  4. D

    Upgrade all of the domain controllers to Windows 2008 R2. Configure an Exchange connector.

Show answer and explanation

Correct answer: A

Explanation

Need to upgrade to Exchange Server 2010 and configure an Exchange connector.

Question 5 Single choice

Your network contains a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) environment.

Your company deploys 1,000 client computers.

You discover that information about printers fails to appear in any inventory queries or reports.

Information about other hardware devices appears in the inventory queries and reports.

You need to ensure that Configuration Manager data includes information about the printers.

What should you do?

  1. A

    Add a WMI class to the Hardware Inventory Classes list.

  2. B

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

  3. C

    Add a file name to the Software Inventory configuration.

  4. D

    Add a file name to the Hardware inventory configuration.

  5. E

    Add a file name to Software Metering.

  6. F

    SelectCollect NOIDMIFfiles in Hardware Inventory.

  7. G

    Add a WMI class to the Sms_def.mof file.

  8. H

    Modify the Enable software inventory on clients setting.

  9. I

    Modify the Enable hardware inventory on clientssetting.

Show answer and explanation

Correct answer: B

Explanation

How to Extend Hardware Inventory in Configuration Manager System Center 2012 Configuration Manager hardware inventory reads information about devices by using Windows Management Instrumentation (WMI). WMI is the Microsoft implementation of web-based Enterprise Management (WBEM), which is an industry standard for accessing management information in an enterprise environment.

In previous versions of Configuration Manager, you could extend hardware inventory by modifying the file sms_def.mof onthe site server.

In System Center 2012 Configuration Manager, you no longer edit the sms_def.mof file as you did in Configuration Manager 2007. Instead, you can enable and disable WMI classes, and add new classes to collect by hardware inventory by using client settings. Configuration Manager provides the following methods to extend hardware inventory: Enable or disable existing inventory classes - You can enable or disable the default inventory classes used by Configuration Manager or you can create custom client settings that allow you to collect different hardware inventory classes from specified collections 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) files that contain inventory classes from the Configuration Manager console. Create NOIDMIF Files
- Use NOIDMIF files to collect information about client devices that cannot be inventoried by Configuration
Manager.
Create IDMIF Files - Use IDMIF files to collect information about assets in your organization that are not associated with a Configuration Manager client, for example, projectors, photocopiers and networkprinters.

Note:

References:
How to Extend Hardware Inventory in Configuration Manager (http://technet.microsoft.com/en-us/library/gg712290.aspx)

Question 6 Single choice

Your network contains a System Center 2012 Configuration Manager environment.

The Configuration Manager databases are located on a remote server that runs Microsoft SQL Server.

You need to ensure that you can restore the Central Administration site.

What should you do?

  1. A

    From the Configuration Manager console, enable the Backup Site Server maintenancetask and set a schedule.

  2. B

    From Microsoft SQL Server Management Studio, create a maintenance plan for the site databases.

  3. C

    From Task Scheduler, create a scheduled task that runs smssqlbkup.exe.

  4. D

    From Windows Server Backup, schedule a full systembackup.

Show answer and explanation

Correct answer: A

Explanation

http://technet.microsoft.com/en-us/library/gg712697.aspx
Backup and Recovery in Configuration Manager
Enterprise solutions such as System Center 2012 Configuration Manager must prepare for both backup and recovery operationsto avoid loss of critical data. For Configuration Manager sites, this preparation ensures that sites and hierarchies are recovered with the least data loss and in the quickest possible time.

Back up a Configuration Manager Site System Center 2012 Configuration Manager provides a backup maintenance task that runs on a schedule and backs up the site database, specific registry keys, and specific folders and files.

Backup Maintenance Task
You can automate backup for Configuration Manager sites by schedulingthe predefined Backup Site Server maintenance task. You can back up a central administration site and primary site, but there is no backup support for secondary sites or site system servers.

To enable the site backup maintenance task

Question 7 Hotspot

HOTSPOT

You manage a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) stand-alone primary site.
You have two line-of-business applications named App1 and App2. App1 is deployed by using a Configuration Manager application and is deployed to a computer collection that has the purpose set to Available. App2 is deployed by using a Configuration Manager package and is deployed to a user collection that has the purpose set to Required.
You need to ensure that users will be able to install App1 and App2 by using the Application Catalog. The solution must minimize administrative effort.
In the table below, identify the action to perform for App1 and App2.
NOTE: Make only one selection on each column.

Question diagram
Show answer and explanation
Correct answer diagram
Question 8 Single choice

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?

  1. A

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

  2. B

    Edit ClientSettings2 and exclude the custom registry information.

  3. C

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

  4. D

    Edit ClientSettings2 andinclude the custom registry information.

Show answer and explanation

Correct answer: C

Explanation

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.

Question 9 Multiple choice

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 R2 Configuration Manager Service Pack (SP1) environment.

The names of all the desktop computers in the human resources department start with the letters HR, for
example HR001 and HR023.

A device collection named All Server Devices contains all of the servers.

A device collection named All Desktop Devices contains all of the desktop computers. You plan to create a
new collection named All NON HR Computers.

The new collection must contain all of the desktop computers except for the human resources department computers. The collection must never contain servers.

You need to create a membership rule for the new collection.

Which two rules should you include in the membership rule? Each correct answer presents part of the solution.

  1. A

    QUERY RULE: select * from SMS_R_System where SMS_R_system.NetbiosName not like "HR%"

  2. B

    EXCLUDE RULE: All Server Devices

  3. C

    EXCLUDE RULE: All NON HR Computers

  4. D

    INCLUDE RULE: All Desktop Devices

  5. E

    QUERY RULE: select * from SMS_R_System where SMS_R_system.OperatingSystemNameandVersion like. *%Workstation*

  6. F

    QUERY RULE: select * fromSMS_R_System where SMS_R_system.OperatingSystemNameandVersion not like. *%Server*

Show answer and explanation

Correct answers: A, B

Question 10 Single choice

You manage a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) deployment. The deployment contains a reporting services point.

You subscribe to all client status reports.

You need to subscribe to an Asset Intelligence report.

From where should you configure the subscription?

  1. A

    Reporting Services Configuration Manager

  2. B

    the Report Server Web service site

  3. C

    the Administration workspace from the Configuration Manager Console

  4. D

    SQL Server Configuration Manager

Show answer and explanation

Correct answer: A

Explanation

The reporting services point site system role must be installed before software updates reports can be displayed.

References:
Prerequisites for Asset Intelligence in Configuration Manager (https://technet.microsoft.com/en-us/library/gg712306.aspx)