Prüfung 70-243
Veröffentlicht: Montag, 16. April 2012
Sprachen: Englisch
Zielgruppen:
IT-Experten
Technologie: Bereitstellen von System Center 2012 Configuration
Manager
Anrechnung für Zertifizierung: MCTS
Bewertete Fähigkeiten
Mit dieser Prüfung werden Ihre Fähigkeiten bei der Ausführung der unten
aufgeführten technischen Aufgaben bewertet. Die Prozentangaben geben Aufschluss
über die relative Gewichtung der einzelnen Schwerpunktthemen. Je höher der
Prozentsatz, desto mehr Fragen zu diesem Bereich wird die Prüfung
enthalten.
Bitte beachten Sie, dass die Prüfungsfragen sich auf die Themen in
den nachfolgenden Aufzählungen beziehen, jedoch nicht darauf beschränkt
sind.
Konzipieren und Planen der Infrastruktur von System Center
Configuration Manager (10 - 15 %)
Verwalten der Operating System Deployment
(OSD) (10-15 %)
Bereitstellen von Anwendungen und Softwareupdates (10-15
%)
Verwalten der Übereinstimmungseinstellungen (10-15 %)
Verwalten von
Standorten (10-15 %)
Verwalten von Clients (10-15 %)
Verwalten von Bestand
(10-15 %)
Verwalten von Berichten und Abfragen (10-15 %)
Wer
sollte diese Prüfung ablegen?
Diese Prüfung ist für Kandidaten bestimmt, die über Erfahrung mit System Center Configuration Manager 2012, Windows Server, Sicherheit und Netzwerken in einer Unternehmensumgebung verfügen. Die Kandidaten sollten außerdem Grundkenntnisse in Microsoft SQL Server und Windows PowerShell, Mobilgerätverwaltung und Anwendungskonfiguration haben. Diese Kandidaten können der System Center Configuration Manager Administrator, der Active Directory Administrator, Exchange Administrator, der Windows Server Administrator oder der Enterprise Desktop Administrator für die jeweilige Organisation sein.
NO.1 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 WebCI, select Export, and then
specify Baseline.cab as the export file.
B. Right-click WebBaseline, select
Deploy, and then select the WebServers collection.
C. Right-click
WebBaseline, select Categorize, and then select Server.
D. Right-click
WebBaseline, and then select Properties. In the Deployments tab, type WebServers
in
the Filter... box.
E. Right-click Configuration Baselines, and then
select Import Configuration Data
Answer: B,E
70-243기출문제
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
NO.2
DRAG DROP
Your network contains a System Center 2012 Configuration Manager
environment.
Your company has a security policy that contains mandatory
registry settings for all servers.
You have a collection named Servers that
contains all of the servers.
You need to identify which servers do not comply
with the security policy.
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:
NO.3 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 Manager
database.
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. Register the Service
Principal Name (SPN) for the SQL Server service account of Server3.
From
Server1, run the Configuration Manager 2012 Setup Wizard.
B. Register
the Service Principal Name (SPN) for the SQL Server service account of Server3.
From
Server1, run the Site Repair Wizard.
C. From Server3, run Microsoft
SQL Server Management Studio, and then attach the backed up SQL
Server
database and log files.
D. From Server3, run Microsoft SQL Server Management
Studio, and then restore the backed up SQL
Server database and log
files.
Answer:
A
70-243자료
Explanation:
http://technet.microsoft.com/en-us/library/gg712697.aspx
Backup
and Recovery in Configuration Manager
Recover a Configuration Manager
Site
A Configuration Manager site recovery is required whenever a
Configuration 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 interruption of operations. Site
recovery is started
by running the Configuration Manager
Setup Wizard from installation media or
by configuring the unattended installation script
and then using the Setup
command /script option. Your recovery options vary depending
on whether you
have a backup of the Configuration Manager site database.
Site Database
Recovery Options
When you run Setup, you have the following recovery options
for the site database:
* Recover the site database using a backup set: Use
this option when you have a backup of the
Configuration 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 after the last site database
backup are retrieved from the central
administration site for a primary site,
or from a reference primary site for a central administration
site. When you
recover the site database for a stand-alone primary site, you lose site changes
after
the last backup. When you recover the site database for a site in a
hierarchy, the recovery behavior is
different for a central administration
site and primary site, and when the last backup is inside or
outside of the
SQL Server change tracking retention period.
Further information:
SCCM
2007 needed you to run Site Repair Wizard.
NO.4 Your network contains a
System Center 2012 Configuration Manager environment. You write
the following
query:
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 Microsoft Office installed.
What should you add to the
query?
A. where ARP.DisplayName = "Microsoft Office*"
B. where
ARP.DisplayName like "Microsoft Office%"
C. where ARP.DisplayName =
"%Microsoft Office"
D. where ARP.DisplayName like "Microsoft
Office*"
Answer:
B
70-243시험자료
Explanation:
You need to use
"LIKE" not "=" otherwise the WildCard "%" is seen as a real
identifier.
NO.5 Your network contains a System Center 2012 Configuration
Manager environment.
You deploy a Microsoft Office 2007 package to all client
computers by using Configuration Manager.
Your company purchases Office
2010.
You need to ensure that all users can install Office 2010 from the
Application Catalog.
What should you do?
A. Deploy a new package for
Office 2010.
B. Update the Office 2007 source file and redeploy the
package.
C. Deploy a new Application for Office 2010.
D. Deploy Office
2010 by using a Group Policy Object (GPO).
Answer:
C
Explanation:
Microsoft System Center 2012 Configuration Manager
continues to support packages and programs
that were used in Configuration
Manager 2007.
You can use Microsoft System Center Configuration Manager
Package Conversion Manager to
convert packages and programs into
Configuration Manager applications.
Reference:
http://technet.microsoft.com/en-us/library/gg699369.aspx
Packages
and Programs in Configuration Manager
http://technet.microsoft.com/en-
us/library/gg682125.aspx Introduction to
Application Management in Configuration Manager
NO.6 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?
A. From Windows Server Backup,
schedule a full system backup.
B. From Microsoft 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 the
Configuration Manager console, enable the Backup Site Server maintenance task
and set
a schedule.
Answer:
D
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 operations to 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
scheduling
the 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
1.In the Configuration Manager console, click
Administration.
2.In the Administration workspace, expand Site Configuration,
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 Settings 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 destination.
7.Configure an appropriate schedule for the site backup
task. As a best practice, consider a backup
schedule that is outside active
working hours. If you have a hierarchy, consider a schedule that runs
at
least two times a week to ensure maximum data retention 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, Configuration Manager creates a
critical alert for the backup failure that you can review in
the Alerts node
in the Monitoring workspace.
NO.7 Your network contains a System Center
2012 Configuration Manager 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 Manager
database.
Server2 fails.
You install SQL Server 2008 R2 on a new
server.
You name the server Server2.
You need to restore the Configuration
Manager database to the new server.
What should you do?
A. From Server1,
run the Configuration Manager 2012 Setup Wizard.
B. From Server1, run the
Site Repair Wizard.
C. From Server2, run Microsoft SQL Server Management
Studio, and then restore the backed up SQL
Server database and log
files.
D. From Server2, run Microsoft SQL Server Management Studio, and then
attach the backed up SQL
Server database and log files.
Answer:
A
70-243최신버전덤프
Explanation:
Answer is From
Server1, run the Configuration Manager 2012 Setup Wizard.
Recover a
Configuration Manager Site
A Configuration Manager site recovery is required
whenever a Configuration 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 interruption of operations.
Site
recovery is started by running the Configuration Manager Setup Wizard
from installation
media or by configuring the unattended installation script
and then using the Setup
command /script option. Your recovery options vary
depending on whether you have a
backup of the Configuration Manager site
database.
Site Database Recovery Options
When you run Setup, you have the
following recovery options for the site database:
* Recover the site database
using a backup set: Use this option when you have a backup of
the
Configuration 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 after the last site database backup are retrieved from the
central
administration site for a primary site, or from a reference primary
site for a central administration
site. When you recover the site database
for a stand-alone primary site, you lose site changes after
the last backup.
When you recover the site database for a site in a hierarchy, the recovery
behavior is
different for a central administration site and primary site, and
when the last backup is inside or
outside of the SQL Server change tracking
retention period.
Reference:
http://technet.microsoft.com/en-us/library/gg712697.aspx
Backup and Recovery
in Configuration Manager Your network contains a System Center
2012
Configuration Manage environment.
NO.8 You manage a System Center
2012 R2 Configuration Manager Service Pack 1 (SP1) stand-alone
primary
site.
You have a configuration item named Item1 that has two revisions. The
current revision is not
referenced by any configuration baselines.
You
need to reconfigure Item1 to use the previous settings, and then you must modify
the detection
method of Item1.
What should you do?
A. Copy the previous
version. Modify revision 2.
B. Restore the previous version. Modify revision
1.
C. Delete the current version. Modify revision 1.
D. Restore the
previous version. Modify revision 2.
Answer: B
70-243교재 70-243
IT자격증시험
Pass4Test의 Microsoft인증 70-243자료덤프는 고객님의 IT자격증을 취득하는 꿈을 실현시켜 드리는 시험패스의 지름길입니다. Microsoft인증 70-243자료에는 실제시험문제의 거의 모든 문제를 적중하고 습니다. Pass4Test의 Microsoft인증 70-243자료가 있으면 시험패스가 한결 간편해집니다.
시험 이름: Administering and Deploying System Center 2012 Configuration Manager
당신이 구입하기 전에 시도, 100% 합격율 보장
100% 환불보장약속 70-243자료
PDF 및 소프트웨어, 연구와 실천
시험 이름: Architecting Microsoft Azure Solutions
당신이 구입하기 전에 시도, 100% 합격율 보장
100% 환불보장약속 70-534자격증
PDF 및 소프트웨어, 연구와 실천
IT인증자격증은 여느때보다 강렬한 경쟁율을 보이고 있습니다. Microsoft 인증70-534자격증을 통과하시면 취직 혹은 승진이나 연봉협상에 많은 도움이 되어드릴수 있습니다. Microsoft 인증70-534자격증이 어려워서 통과할 자신이 없다구요? Pass4Test덤프만 있으면 이런 고민은 이제 그만 하지않으셔도 됩니다. Pass4Test에서 출시한 Microsoft 인증70-534자격증는 시장에서 가장 최신버전입니다.
지금 같은 경쟁력이 심각한 상황에서Microsoft 70-534자격증자격증만 소지한다면 연봉상승 등 일상생활에서 많은 도움이 될 것입니다.Microsoft 70-534자격증자격증 소지자들의 연봉은 당연히Microsoft 70-534자격증자격증이 없는 분들보다 높습니다. 하지만 문제는Microsoft 70-534자격증패스하기가 너무 힘듭니다. Pass4Test는 여러분의 연봉상승을 도와 드리겠습니다.
70-243 덤프무료샘플다운로드하기: http://www.pass4test.net/70-243.html