Invoke‐OPNsenseService - fvanroie/PS_OPNsense GitHub Wiki

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
⚠️ **GitHub.com Fallback** ⚠️