February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to display all blocked file types for an Excel Services application.
Solution: Use the Get-SPExcelBlockedFileType cmdlet with the ExcelServiceApplication parameter.
Using the Get-SPExcelBlockedFileType cmdlet with the ExcelServiceApplication parameter, as shown in Listing 21.14, displays all configured blocked file types.
Listing 21.14. Displaying All Blocked File Types
Get-SPExcelBlockedFileType-ExcelServiceApplication "Excel Services Application"
Read now
Unlock full access