Maintaining a SharePoint Environment Flashcards
Where can you see alerts from health checks that are implemented through Health Rules?
SharePoint Health Analyzer
How can you restore the contents of a list without restoring the entire contents of the site collection?
Export the list using Central Administration and restore the list by using the Import-SPWeb cmdlet
What cmdlet is used to log usage data into a separate logging database in Microsoft SharePoint Server 2010?
the Set-SPUsageApplication cmdlet
What parameter must you use with the Backup-SPSite cmdlet to back up a site collection by using a Microsoft SQL database snapshot?
-UseSqlSnapshot
Which PowerShell cmdlet performs a configuration-only backup of the server farm?
the Backup-SPConfigurationDatabase cmdlet
To enable Forms Based Authentication (FBA) what two things must you specify for the Web application?
ASP.NET membership and role provider
What is the syntax to back up a site collection for http://nutexweb to the \sharepoint2010\backup\backupfile.bak file?
backup-spsite -identity http://nutexweb -path \sharepoint2010\backup\backupfile.bak
Besides a SharePoint backup, what tools can you use to back up a content database?
System Center Data Protection Manager (DPM) 2010 and SQL Server tools
Which tool can you use to reduce the amount of unused space in the content database?
Microsoft SQL Server Management Studio
What trace log setting can you configure to suppress repeating events in Windows event logs that may cause the event logs to fill up too quickly?
Event log flood protection
Event log flood protection
use the Web Analytics reports for the site
What role must you be assigned on a SQL server to perform a configuration-only backup of the server farm?
the db_backupoperator fixed database role
What are two methods to back up a service application, such as the Excel Services application or the Visio Services application?
Execute the Backup-SPFarm cmdlet or use the Backup and Restore section on the Central Administration home page.
What parameter must you specify with the Backup-SPFarm cmdlet to back up a service application, such as the Excel Services application or the Visio Services application?
-Item
What setting can you configure to maximize the performance and minimize the time required for a complete farm restore?
increase the number of restore threads on the Default Backup and Restore Settings page in Central Administration