< Back

Remove-PodeSchedule

Sat Jan 18, 2020 7:18 pm

NAME Remove-PodeSchedule



SYNOPSIS

Removes a specific Schedule.





SYNTAX

Remove-PodeSchedule [-Name] <String> [<CommonParameters>]





DESCRIPTION

Removes a specific Schedule.





PARAMETERS

-Name <String>

The Name of the Schedule to be removed.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

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-PodeSchedule -Name 'RenewToken'















RELATED LINKS