Questions And Answers PDF
Microsoft 70-243 Administering and Deploying System Center 2012 Configuration Manager
Version: DEMO
http://www.TestWarrior.com/70-243-practice-exam.html
FOR 70-243 Candidates: We offer Two Products: 1st - We have Practice Tests Software with Actual Exam Questions 2nd - Questions and Answers in PDF Format. Try a Free DEMO of these Exam Products via below Link:
http://www.TestWarrior.com/70-243-practice-exam.html
TestWarrior.com
1
Questions And Answers PDF
Version: 18.0 Queston: 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.
Answer: 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.
TestWarrior.com
2
Questions And Answers PDF
TestWarrior.com
3
Questions And Answers PDF
Referencen How to Create Deployment Types in Confguraaon Manager htpn::technet.microsof.com:en-us:library:gg682174.aspx#BKMK_Step2
Queston: 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
TestWarrior.com
4
Questions And Answers PDF
the fnance department.
Answer: C 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.
Queston: 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.
Answer: 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
TestWarrior.com
5
Questions And Answers PDF
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
Queston: 4 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)
Answer: C Use SMS_R_System.IsVirtualMachine = "True" to include all VMs. Any number that is converted to boolean evaluates to True, apart from 0.
Queston: 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.
Answer: 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
TestWarrior.com
6
Questions And Answers PDF
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
Queston: 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 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.
Answer: 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
Queston: 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.
TestWarrior.com
7
Questions And Answers PDF
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.
Answer: 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. Referencen Prerequisites for Migraaon in System Center 2012 Confguraaon Manager htpn::technet.microsof.com:en-us:library:gg712313.aspx
Queston: 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
Answer: 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
TestWarrior.com
8
Questions And Answers PDF
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 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
Queston: 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
TestWarrior.com
9
Questions And Answers PDF
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
Answer: 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
Queston: 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
Answer: 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
TestWarrior.com
10
Questions And Answers PDF
TestWarrior.com
11
Questions And Answers PDF
Thank You for Trying Our Product Visit Our Site to Purchase the Full Set of Actual 70-243 Exam Questions With Answers.
http://www.TestWarrior.com/70-243-practice-exam.html We Also Provide Practice Exam Software That Simulates Real Exam Environment And Has Many Self-Assessment Features. Download Free Product Demo From:
Download Free Product Demo from: http://www.TestWarrior.com/70-243-practice-exam.html
Check Out Our Customer Testimonials
TestWarrior.com
12