Which Windows PowerShell cmdlet or cmdlets should you run?

You are a SharePoint administrator at Litware, Inc.
Excel Services is not currently able to load workbooks on the SharePoint site. The Unified Logging Service (ULS) log contains the following error message:
System.Data.SqICIient.SqIException: Cannot open database “WSS_Content_Portal_Content_Database” requested by the login. The login failed. Login failed for user ‘LITWAREsvcExcelService’.
You need to grant only the minimum necessary permissions to the Excel Services account to ensure that users can open Excel workbooks from within a browser window.
Which Windows PowerShell cmdlet or cmdlets should you run?
A. $sa = Get-SPServiceApplication | where {$_.TypeName -eq “Excel Services Application Web Service Application”} and $sa.GrantContentDatabasePermissions (“WSS_Content_Portal_Content_Database”)
B. Add SPShellAdmin -UserName LITWAREsvcExcelService
C. Add SPShellAdmin -UserName LITWAREsvcExcelService -database WSS_Content_Portal_Content_Database
D. $wa = Get-SPWebApplication https://portal.litware.com and $wa.GrantToProcessIdentity(“LITWARE svcExcelService”)

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.