< Back

Clear-PodeHandlers

Sat Jan 18, 2020 7:13 pm

NAME Clear-PodeHandlers



SYNOPSIS

Removes all added Handlers, or Handlers of a specific Type.





SYNTAX

Clear-PodeHandlers [[-Type] <String>] [<CommonParameters>]





DESCRIPTION

Removes all added Handlers, or Handlers of a specific Type.





PARAMETERS

-Type <String>

The Type of Handlers to remove.



Required? false

Position? 1

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:\\>Clear-PodeHandlers -Type Smtp















RELATED LINKS