What should you do?

You are a SharePoint Administrator for Contoso, Ltd.
While doing weekly maintenance you discover that a web application at http://sharepointcontosocom has an orphan site. The orphan site is located in the WSS Content database.
You need to resolve the issue.
What should you do?
A. In Central Administration, under Application Management, delete the appropriate site collection. Use the Recover data from an unattached content database option to recoverthe site collection.
B. in Central Administration, select the http://sharepoint.contoso.com web application. Select the database that contains the orphaned site. Select Remove database and click OK. Run the Windows PowerShell cmdlet Dismount-SPContentDB.
C. Run the following Windows PowerShell command: I where {$_.name -eg $ContentDblRemove-SPContentDatabase $dbMount-SPContentDatabase – WebApplicaion http://sharepoint.contoso.com-Name $ContentDb">$ContentDb = "WSS_Content"$db = Get-SPDatabase | where {$_.name -eg $ContentDb}Remove-SPContentDatabase $dbMount-SPContentDatabase – WebApplicaion http:// sharepoint.contoso.com-Name $ContentDb
D. Run the following Windows PowerShell command: sharepoint.contoso.com $wa.Sites.SyncRoot">$wa = Get-SPWebApplication http://sharepoint.contoso.com $wa. Sites. SyncRoot

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.