Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Get‐OPNsenseCronJob

fvanroie edited this page Dec 2, 2017 · 5 revisions

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
Clone this wiki locally