Enable‐OPNsenseCronJob - fvanroie/PS_OPNsense GitHub Wiki

Synopsis

Enable a CronJob in OPNsense

Syntax

Enable-OPNsenseCronJob [-uuid] <String> [<CommonParameters>]

Description

Enable a CronJob in OPNsense using its UUID. The UUID can be retrieved with Get-OPNsenseCronJob.

Parameters

-uuid   <String>

UUID of the CronJob to enable

Required? true
Position? 1
Default Value?
Pipeline Input? false

Examples

Basic Example

Enable-OPNsenseCronJob -Uuid b5123c61-c036-4449-b400-9d214b914865
⚠️ **GitHub.com Fallback** ⚠️