< Back

Remove-PodeHandler

Sat Jan 18, 2020 7:17 pm

NAME Remove-PodeHandler



SYNOPSIS

Remove a specific Handler.





SYNTAX

Remove-PodeHandler [-Type] <String> [-Name] <String> [<CommonParameters>]





DESCRIPTION

Remove a specific Handler.





PARAMETERS

-Type <String>

The type of the Handler to be removed.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

The name of the Handler to be removed.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Remove-PodeHandler -Type Smtp -Name 'Main'















RELATED LINKS