Remove-OfficeWebAppsExcelUserDefinedFunction

Removes an existing UDF definition.

Syntax

Remove-OfficeWebAppsExcelUserDefinedFunction
      [-Identity] <UserDefinedFunction>
      [-WhatIf]
      [-Confirm]

Description

Removes an existing UDF definition.

Examples

This example removes the UDF c:\myudf.dll.

Remove-OfficeWebAppsExcelUserDefinedFunction -Identity c:\myudf.dll

Parameters

-Confirm

Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Identity

The path and filename of the UDF.

Type:UserDefinedFunction
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False