Get‐OPNsenseCronJob - fvanroie/PS_OPNsense GitHub Wiki

Synopsis

Retrieve one or more CronJobs from OPNsense

Syntax

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

Description

If you do not specify an UUID the Get-OPNsenseCronJob cmdlet retrieves a list of all the CronJobs from OPNsense.

By passing a UUID to Get-OPNsenseCronJob the cmdlet will only retrieve the details of the specified CronJob.

Parameters

-uuid   <String>

UUID of the CronJob to retrieve

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

Examples

Retrieve all CronJobs

Get-OPNsenseCronJob

Retreive one CronJob

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