New Updated Microsoft MCTS 70-667 Real Exam Questions and Answers Download 151-160
QUESTION 151
Steps to add and deploy a solution to a Farm
-
Use PowerShell Comdlet Add-SPSolution -LiteralPath
“C:DeploymentMySharePointSolutionPackage.wsp”
-
Use Stsadm Command stsadm -o addsolution -filename
“C:DeploymentMySharePointSolutionPackage. wsp”
-
Go to Central Administrator Site actions then to site settings and enter new package
-
Use PowerShell Comdlet Update-SPSolution -Identity MySharePointSolution.wsp -LiteralPath
“C: DeploymentMySharePointSolutionPackage.wsp” -GacDeployment
Correct Answer: A
QUESTION 152
Steps to add and deploy a solution to a site
-
Use PowerShell Cmdlet Add-SPSolution -LiteralPath
“C:DeploymentMySharePointSolutionPackage.wsp”
-
From Central Administration go to System Settings then to Farm Management then to
Manage Farm solutions. Next Click the solution you want to deploy and click Deploy Solution
Select either Now or At a specified time. In the Deploy to section click either all web
applications or select a specific web application.Click Ok to finish
-
Use PowerShell Cmdlet Update-SPSolution -Identity MySharePointSolution.wsp LiteralPath
“C: DeploymentMySharePointSolutionPackage.wsp” -GacDeployment
-
Use Stsadm Command stsadm -o deploysolution -name MySharePointSolutionPackage.wsp
-url http:// webapplication -allowgacdeployment -immediate
Correct Answer: B
QUESTION 153
Steps to enable Secure Store Service for Excel Using Unattended Accounts
-
To configure you first Configure a data access account then Configure a secure store target
application for the unattended service account then Configure Excel Services Global Setting
and then Configure a workbook to use the unattended service account.
-
In SQL server expand Security, right click logins, and then click new login. In the login name
box type the name of the active directory account. Next in Select a Page click user mapping,
slec the map then under Database role membership selck db_datareader. Click Ok to finish.
-
In Central Administrator select Application Management, click Manage service applications.
On Manage Services Application page, click Global settings. On the Excel services settings
page in External Data section, thpe the target Application ID in the Application ID box. Click
Ok to finish.
-
In data-connected Excel workbook, on the data tab, click connections. Next, go to Workbook
connections dialog box, select the data connection that you want to update, and then click
properties. On the connections properties dialog box, on the definitions tab, click
authentication settings. On the Excel services Authentication settings dialog box, select the
Non lption and then click Ok to finish.
Correct Answer: A
QUESTION 154
Steps to enable the User Profile Service
-
Go to Central Administrator, in System Settings click Manage Services on server. On Services,
in the server box, select the synchronization server. Find the row whose Service column
value is User Profile Synchronization Service. If the value in the Status column is Stopped,
click Start in the Actions column. On the User Profile Synchronization Service page, in the
Select the User Profile Application section, select the User Profile service application. In the
Service Account Name and Password section, enter the passwork for the farm account and
then confirm it again. Click Ok to finish.
-
Use PowerShell Cmdlet Install – SPUser – Identity MySharePointUser – LiteralPath
– GacDeployment.
-
Go to Central Administration, in the System Settings click on Manage services on server. On
Services on Server page, in the Server box, select the synchronization server. Find the row
whose Services column value is User Profile Service. In the value if the Status column is
Stopped, click Start in the Action column.
-
Go to Central Administrator, click on System Settings. In Farm Management section, click
Manage Farm Users, Click Enable Profile. Click Ok to finish.
Correct Answer: C
QUESTION 155
Enable The User Profile Synchronization Service
-
Go to Central Administration, in the System Settings click on Manage services on server. On
Services on Server page, in the Server box, select the synchronization server. Find the row
whose Services column value is User Profile Service. In the value in the Status column is
Stopped, click Start in the Action column.
-
Go to Central Administrator, click on System Settings. In Farm Management section, click
Manage Farm Users, Click Enable Profile. Click Ok to finish.
-
Go to Central Administrator, in System Settings click Manage Services on server. On Services,
in the server box, select the synchronization server. Find the row whose Service column
value is User Profile Synchronization Service. If the value in the Status column is Stopped,
click Start in the Actions column. On the User Profile Synchronization Service page, in the
Select the User Profile Application section, select the User Profile service application. In the
Service Account Name and Password section, enter the passwork for the farm account and
then confirm it again. Click Ok to finish.
-
Use PowerShell Cmdlet Install – SPUser – Identity MySharePointUser – LiteralPath
– GacDeployment
Correct Answer: C
QUESTION 156
Steps to configure the SQL Server Reporting Services to work with Sharepoint
-
Download and install the Reporting Service Add-in for Sharepoint Technologies. User
Sharepoint Central Administration to configure report server integration. Specify a single
report server URL and set an authentication type on requests directed to the report server,
grant database access to the Report Server service account.
-
Use the Change Database Wizard in the Dadabase page of Reporting Services Configuration
Manager to create the report server database in Sharepoint intergation mode.
-
Use Reporting services configuration manager to update the connection to the report server
database to allow Sharepoint intergration.
-
Use SQL server management studio to administer a report server database. Select features
in SharePoint Central Administration to allow report server.
Correct Answer: A
QUESTION 157
Configuring SSP – Select appropriate accounts to use for each of the services listed
-
Foundation Search Service: Can not be a built-in account such as a Local Service or Network
Service. Sharepoint Search content Access: Used to Crawl Help Content. Do not use an
administrator account or an account that can modify content. Search Service: Use a
Windows Service Account. Application Pool: Use an additional application pool identity
account, Plan one application pool account for each application pool you plan to implement.
-
Foundation Search Service: Can be a built-in account such as a Local Service or Network
Service. Sharepoint Search content Access: Used to Crawl Help Content. use an
administrator account or an account that can modify content. Search Service: Do not use a
Windows Service Account. Application Pool: Use the same account for all application pools
-
Foundation Search Service: Use built-in account Network Service only. Sharepoint Search
content Access: use an administrator account. Search Service: Do not use a Windows Service
Account. Application Pool: Do not use an additional application pool identity account for
each application pool you plan to implement.
-
Foundation Search Service: Network Service. Sharepoint Search content Access:
administrator account. Search Service: Windows Service Account. Application Pool:
application pool identity account.
Correct Answer: A
QUESTION 158
Select the appropriate process to configure Anonymous user output cache profile for internet
usage
-
Go to Site Actions and click on Site Settings. Under Administration click Site Enable output
cache. Under Anonymous Cache Profile select Public Internet. Under Authenticated Cache
Profile Select the site type you want to use.
-
Use PowerShell Cmdlet Install – SPUser – Identity Site Settings – Add AnonymousCacheProfile
-
From Central Administration click Site input cache and select Anonymous check box.
-
From Central Administration, create a new site collection, and then add an alternate access
mapping using Anonymous Cache Profile.
Correct Answer: A
QUESTION 159
Steps to backup and restore a site collection using Powershell
-
Open Sharepoint 2010 Management Shell. Then type the following command,
Backup-SPSite -Identity <Site collection name> -Path <backup file> [-Force] [-NoSiteLock]
[-UseSqlSnapshot] [-Verbose]and to restore type, Restore-SPSite -Identity<Site collection
URL> -Path<Backup file> [-DatabaseServer<Database server name>]
[-DatabaseName<Content database name>] [-HostHeader<Host header>] [-Force]
[-GradualDelete] [-Verbose]
-
Open Sharepoint 2010 Management Shell. Then type the following command,
Backup-SPFarm -Directory <BackupFolder> -BackupMethod {Full | Differential} [-Verbose]
and to restore type, Restore-SPFarm – Directory <BackupFolder> -RestoreMethod Overwrite
[-BackupId <GUID>]
-
Open Sharepoint 2010 Management Shell. Then type the following command,
(Get- SPBackupHistory – Directory C:Backup -ShowBackup)[0].SelfId | Restore-SPFarm
-Directory C:Backup –RestoreMethod overwrite and to restore type, Get-SPBackupHistory
-Directory C:Backup -RestoreBackup
-
Open Sharepoint 2010 Management Shell. Then type the following command,
Backup -SPConfigurationDatabase -Directory <String>
[-AssignmentCollection <SPAssignmentCollection>] [-DatabaseCredentials <PSCredential>]
[-DatabaseName <String>] [-DatabaseServer <String>] [-Item <String>] and to restore type,
Restore-SPConfigurationDatabase -Directory <String> [-AssignmentCollection
<SPAssignmentCollection>] [-DatabaseCredentials <PSCredential>] [-DatabaseName <String>] [-DatabaseServer <String>] [-Item <String>]
Correct Answer: A
QUESTION 160
Steps to backup and restore a farm using Windows Powershell
-
Open Sharepoint 2010 Management Shell. Then type the following command,
Backup-SPConfigurationDatabase -Directory <String> [-AssignmentCollection
<SPAssignmentCollection>] [-DatabaseCredentials <PSCredential>] [-DatabaseName <String>] [-DatabaseServer <String>] [-Item <String>] and to restore type,
Restore-SPConfigurationDatabase -Directory <String> [-AssignmentCollection
<SPAssignmentCollection>] [-DatabaseCredentials <PSCredential>] [-DatabaseName <String>] [-DatabaseServer <String>] [-Item <String>]
-
Open Sharepoint 2010 Management Shell. Then type the following command,
Backup-SPFarm –Directory <BackupFolder> -BackupMethod {Full | Differential} [-Verbose]
and to restore type, Restore-SPFarm -Directory <BackupFolder> -RestoreMethod Overwrite
[-BackupId <GUID>]
-
Open Sharepoint 2010 Management Shell. Then type the following command,
Backup-SPSite – Identity <Site collection name> -Path <backup file> [-Force] [-NoSiteLock]
[-UseSqlSnapshot] [-Verbose]and to restore type, Restore-SPSite -Identity<Site collection
URL> -Path<Backup file> [-DatabaseServer<Database server name>]
[-DatabaseName<Content database name>] [-HostHeader<Host header>] [-Force]
[-GradualDelete] [-Verbose]
-
Open Sharepoint 2010 Management Shell. Then type the following command,
(Get-SPBackupHistory -Directory C:Backup -ShowBackup)[0].SelfId | Restore-SPFarm
-Directory C:Backup -RestoreMethod overwrite and to restore type, Get-SPBackupHistory -Directory C:Backup -RestoreBackup
Correct Answer: B
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