70-243 無料問題集「Microsoft Administering and Deploying System Center 2012 Configuration Manager」
Your network contains a System Center 2012 R2 Configuration Manager Service Pack 1
(SP1) environment.
You plan to refresh all of the client computers that run Windows 7 to Windows 8.1 by using
Configuration Manager.
You need to recommend a method to maintain the user state information after the refresh completes.
What should you include in the recommendation?
(SP1) environment.
You plan to refresh all of the client computers that run Windows 7 to Windows 8.1 by using
Configuration Manager.
You need to recommend a method to maintain the user state information after the refresh completes.
What should you include in the recommendation?
正解:A
解答を投票する
HOTSPOT
Your network contains a single Active Directory domain named contoso.com. The domain contains a member server named Server1.
System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) is deployed to
Server1. All of the site system roles are installed on Server1.
Server1 will be used for application deployment. The application source files are stored in the subfolders of a folder named E:\Software. E:\Software is shared as Software.
E:\Software\App1 contains the following files:

You plan to create an application named App1 by using the Create Application Wizard.
App1 will have the following deployment types:
You need to identify which path to use for each deployment type of App1.
What should you identify? To answer, select the appropriate options in the answer area.

Your network contains a single Active Directory domain named contoso.com. The domain contains a member server named Server1.
System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) is deployed to
Server1. All of the site system roles are installed on Server1.
Server1 will be used for application deployment. The application source files are stored in the subfolders of a folder named E:\Software. E:\Software is shared as Software.
E:\Software\App1 contains the following files:

You plan to create an application named App1 by using the Create Application Wizard.
App1 will have the following deployment types:
You need to identify which path to use for each deployment type of App1.
What should you identify? To answer, select the appropriate options in the answer area.

正解:

HOTSPOT
HOTSPOT
You manage a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) stand-alone primary site. The deployment contains the servers configured as shown in the following table.

You are troubleshooting the hardware inventory flow from a Windows 8.1 computer named
Client1.
You need to verify whether the following events have occurred:

Which log should you verify for each event? To answer, select the appropriate options in the answer area.

HOTSPOT
You manage a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) stand-alone primary site. The deployment contains the servers configured as shown in the following table.

You are troubleshooting the hardware inventory flow from a Windows 8.1 computer named
Client1.
You need to verify whether the following events have occurred:

Which log should you verify for each event? To answer, select the appropriate options in the answer area.

正解:

Explanation:

* Box 1:
MP_Hinv.log records details about the conversion of XML hardwareinventory records from clients and the copy of those files to the site server.
* Box 2:
dataldr.log records information about the processing of Management Information Format
(MIF) files and hardware inventory in the Configuration Manager database.
Is placed on the site server.
Your network contains a System Center 2012 Configuration Manage environment.
The environment contains a primary site server named Server1 and a server named
Server2 that runs Microsoft SQL Server 2008 R2.
Server2 contains the Configuration Managerdatabase.
Server2 fails.
You install SQL Server 2008 R2 on a new server.
You name the server Server3.
You need to restore the Configuration Manager database to Server3.
What should you do?
The environment contains a primary site server named Server1 and a server named
Server2 that runs Microsoft SQL Server 2008 R2.
Server2 contains the Configuration Managerdatabase.
Server2 fails.
You install SQL Server 2008 R2 on a new server.
You name the server Server3.
You need to restore the Configuration Manager database to Server3.
What should you do?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You have a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) deployment. Configuration Manager has Asset Intelligence enabled. You do not have an
Asset Intelligence synchronization point.
In the Configuration Manager Console, you discover that a number of Inventoried Software entries are listed in an uncategorized state.
You need to change the state of the items that are listed as uncategorized.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
Asset Intelligence synchronization point.
In the Configuration Manager Console, you discover that a number of Inventoried Software entries are listed in an uncategorized state.
You need to change the state of the items that are listed as uncategorized.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
正解:C、D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Your network contains a System Center 2012 R2 Configuration Manager Service Pack 1
(SP1) 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 configured as their primary device.
The sales managers frequently log on to computers in the marketing department.
You plan to deploy a new sales application 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?
(SP1) 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 configured as their primary device.
The sales managers frequently log on to computers in the marketing department.
You plan to deploy a new sales application 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
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
HOTSPOT
You have a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) deployment.
From the Configuration Manager Console, you view the Deployment node from the
Monitoring workspace as shown in the following table:


App2 has several requirements added to the deployment type. The Monitoring workspace displays the following completion statistics for App2.

You need to identify the deployment status of App2.
What should you identify? To answer, select the appropriate options in the answer area.
You have a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) deployment.
From the Configuration Manager Console, you view the Deployment node from the
Monitoring workspace as shown in the following table:


App2 has several requirements added to the deployment type. The Monitoring workspace displays the following completion statistics for App2.

You need to identify the deployment status of App2.
What should you identify? To answer, select the appropriate options in the answer area.
正解:

Explanation:

Use simulated deployments if you want to test the applicability of an application deployment to computers without installing or uninstalling the application. A simulated deployment evaluates the detection method, requirements and dependencies for a deployment type, and reports the results in the Deployments node of the Monitoring workspace.
References: https://technet.microsoft.com/en-us/library/hh508773.aspx
Your network contains a System Center 2012 Configuration Manager environment.
You have the following query:
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?
You have the following query:
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?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Your network contains a System Center 2012 R2 Configuration Manager Service Pack 1
(SP1) environment.
You discover that the last logon user details are not being updated for all of the client computers.
You need to ensure that the last logon user details are updated.
Which Configuration Manager discovery method should you use?
(SP1) environment.
You discover that the last logon user details are not being updated for all of the client computers.
You need to ensure that the last logon user details are updated.
Which Configuration Manager discovery method should you use?
正解:B
解答を投票する