Get-OfficeWebAppsExcelUserDefinedFunction
Returns a list of currently configured UDF definitions.
Syntax
Default (Default)
Get-OfficeWebAppsExcelUserDefinedFunction
[[-Identity] <UserDefinedFunction>]
Description
Returns a list of currently configured UDF definitions.
Examples
This example returns a list of currently configured UDF definitions from c:\myudf.dll.
Get-OfficeWebAppsExcelUserDefinedFunction -Identity c:\myudf.dll
Parameters
-Identity
The path and filename of the UDF.
Parameter properties
Type: | UserDefinedFunction |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |