QUESTION 211
You configure a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You have a site
collection named http://www.contoso.com based on the Team Site template that has anonymous
access enabled. You need to ensure that anonymous users cannot view application-level pages.
What should you do?
-
From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable-SPFeatureDocumentSet -Url “http://www.contoso.com”
-
Add User1 to the Site Owners group.
-
From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable-SPFeatureViewFormPagesLockdown -Url “http://www.contoso.com”
-
From the SharePoint 2010 Management Shell, run the following cmdlet:
Enable-SPFeatureViewFormPagesLockdown -Url http://www.contoso.com
-
From the SharePoint 2010 Management Shell, run the following script:
$spWeb = Get-SPWeb “http://www.contoso.com/sales”
$spWeb.BreakRoleInheritance($false)
$spWeb.Dispose( )
-
From the SharePoint 2010 Management Shell, run the following script:
$spWeb = Get-SPWeb “http://www.contoso.com/sales”
$spWeb.BreakRoleInheritance($true)
$spWeb.Dispose( )
-
Add User1 as a site collection administrator.
-
GrantDesign permissions to the Sales SharePoint user group.
Correct Answer: D
QUESTION 212
You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. The farm contains two web
applications named WebApp1 and WebApp2. WebApp1 contains one site collection. The site
collection contains 300 sites. WebApp2 is used to host personal sites. You need to prevent the
site collection in WebApp1 from containing more than 100 GB of data. Which Windows
PowerShell cmdlet should you use?
-
Set-SPUsageService
-
Set-SPTimerJob
-
Enable-SPTimerJob
-
New-SPWebApplication
-
Set-SPDiagnosticConfig
-
Enable-SPHealthAnalysisRule
-
Remove-SPUsageApplication
-
Set-SPAlternateURL
-
New-SPWebApplicationExtension
-
Set-SPSite
-
Set-SPWeb
-
Set-SPContentDatabase
-
Set-SPLogLevel
-
Install-SPApplicationContent
Correct Answer: J
QUESTION 213
You have a web application named WebApp1. You need to enable claims-based authentication on
WebApp1. Which tool should you use?
-
Internet Information Services (IIS) Manager
-
the Stsadm command
-
the Set-SPWebApplication cmdlet
-
Central Administration
Correct Answer: C
QUESTION 214
You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. Users report that when they
perform searches, it takes a long time for the results to appear. You need to view the query
latency. What should you use?
-
Administrative Reports/Performance Monitor
-
Site Collection Web Analytics reports
-
Site Web Analytics reports
-
SharePoint Health Analyzer
Correct Answer: A
QUESTION 215
You configure a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You need to gather data
from existing logs on warning events only. What should you do?
-
Run the following Windows PowerShell cmdlet:
Get-SPLogEvent | Where-Objects{$_.Level -eq Warning}
-
From Central Administration, go to Configure Diagnostic Logging and set the Least critical
event to report to the event loglist to Warning.
-
Run the following Windows PowerShell cmdlet:
Get-SPLogEvent | Out-GridView
-
Run the following Windows PowerShell cmdlet:
Get-SPLogLevel -Identity “Warning Issues”
Correct Answer: A
QUESTION 216
You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You need to create a
State Services service application. What should you do?
-
From a command prompt, run the SharePoint Products Configuration Wizard.
-
From a command prompt, run stsadm.exe and specify the deploysolution operation.
-
From Windows PowerShell, run the Set-SPStateServiceApplication cmdlet.
-
From Central Administration, run the Farm Configuration Wizard.
Correct Answer: D
QUESTION 217
You configure a SharePoint Server 2010 Service Pack 1(SP1) Farm. You need to perform backup
and restore of a site collection and its content database by using Windows PowerShell. What
command should you run to backup the content database?
-
Restore-SPFarm -Directory \FileServer_NameSharesite_name.bak
-RestoreMethod Overwrite -ConfigurationOnly
-
Restore-SPFarm -Directory \FileServer_NameSharesite_name.bak
-RestoreMethod Overwrite -ItemWSS_AdventureWorks
-
Backup-SPFarm -Directory \FileServer_NameSharePointBackupFolder -BackupMethod Full
-Item WSS_AdventureWorks
-
Restore-SPSite http://localhost – Path \FileServer_NameSharePointBackupFolder
SiteBackup.bak -Force
-
Backup-SPSite http://localhost
– Path \FileServer_NameSharePointBackupFolderSiteBackup.bak
-
Restore-SPFarm -Directory \FileServer_NameSharesite_name.bak -RestoreMethod
Overwrite -Item “FarmMicrosoft SharePoint Foundation Web ApplicationAdventureWorks”
-
Backup-SPFarm -Directory \FileServer_NameSharePointBackupFolder
-Item “FarmMicrosoft SharePoint Foundation Web ApplicationAdventureWorks”
-BackupMethod Full
-
Backup-SPFarm -Directory \FileServer_NameSharePointBackupFolder -BackupMethod Full
Correct Answer: C
QUESTION 218
You have a Microsoft Office SharePoint Server 2007 Service Pack 2 (SP2) server farm. You deploy
SharePoint Server 2010 Service Pack 1 (SP1). You attach the content databases from the
SharePoint Server 2007 server farm to SharePoint Server 2010 Service Pack 1 (SP1). You need to
identify whether the content databases contain any customizations that cannot be used by
SharePoint Server 2010 Service Pack 1 (SP1). What should you run?
-
the psconfig.exe command
-
the test-spcontentdatabase cmdlet
-
the spmetal.exe command
-
the mount-spcontentdatabase cmdlet
Correct Answer: B
QUESTION 219
HOTSPOT
You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You need to create a State
Service service application. What should you select from Central Administration?
To answer, select the appropriate option in the answer area.
Hot Area:
Correct Answer:
QUESTION 220
You configure a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You need to perform
backup and restore of a site collection and its content database by using Windows PowerShell.
Which command should you run to back up a web application?
-
Restore-SPFarm – Directory \FileServer_Namesharesite_name.bak -RestoreMethod
Overwrite -Item “FarmMicrosoft SharePoint Foundation Web ApplicationAdventureWorks”
-
Backup-SPFarm -Directory \FileServer_NameSharePointBackupFolder -BackupMethod Full
-
Restore-SPSite http://localhost -Path \FileServer_NameSharePointBackupFolder
SiteBackup.bak – Force
-
Backup-SPFarm – Directory \FileServer_NameSharePointBackupFolder-Item
“FarmMicrosoft SharePoint Foundation Web ApplicationAdventureWorks”
-BackupMethod Full
-
Backup-SPFarm -Directory \FileServer_NameSharePointBackupFolder -BackupMethod Full
Item WSS_AdventureWorks
-
Backup-SPSite http://localhost
-Path \FileServer_NameSharePointBackupFolderSiteBackup.bak
-
Restore-SPFarm – Directory \FileServer_Name sharesite_name.bak-RestoreMethod
Overwrite -Item WSS_AdventureWorks
-
Restore-SPFarm -Directory \FileServer_Name sharesite_name.bak -RestoreMethod
Overwrite -ConfigurationOnly
Correct Answer: E
Instant Access to Download Latest Complete Collection of Microsoft MCTS 70-667 Real Exam
Try Microsoft MCTS 70-667 Free Demo
70-410 Dumps VCE PDF
70-411 Dumps VCE PDF
70-412 Dumps VCE PDF
70-413 Dumps VCE PDF
70-414 Dumps VCE PDF
70-417 Dumps VCE PDF
70-461 Dumps VCE PDF
70-462 Dumps VCE PDF
70-463 Dumps VCE PDF
70-464 Dumps VCE PDF
70-465 Dumps VCE PDF
70-480 Dumps VCE PDF
70-483 Dumps VCE PDF
70-486 Dumps VCE PDF
70-487 Dumps VCE PDF