February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to display all user-defined function references configured for an Excel Services application.
Solution: Use the Get-SPExcelUserDefinedFunction cmdlet with the ExcelServiceApplication parameter.
Using the Get-SPExcelUserDefinedFunction cmdlet with the ExcelServiceApplication parameter, as shown in Listing 21.18, displays all configured user-defined functions.
Listing 21.18. Displaying All User-Defined Function References
Get-SPExcelUserDefinedFunction-ExcelServiceApplication "Excel Services Application"
Read now
Unlock full access