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

Invoke‐OPNsenseService

fvanroie edited this page Dec 2, 2017 · 5 revisions

Synopsis

Invokes a command for a specific service

Syntax

Invoke-OPNsenseService [-FreshClam] <SwitchParameter> [<CommonParameters>]

Description

Trigger a command from a service depending an the parameters passed.

Parameters

-FreshClam   <SwitchParameter>

Triggers the FreshClam service to update the ClamAV definitions.

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

Examples

Refresh ClamAV definitions

Invoke-OPNsenseService -FreshClam
Clone this wiki locally