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

Start‐OPNsenseService

fvanroie edited this page Dec 2, 2017 · 5 revisions

Synopsis

Start an OPNsense service

Syntax

Start-OPNsenseService [[-Name] <String[]>] [<CommonParameters>]

Description

Starts an OPNsense service.

Parameters

-Name   <String[]>

Name of the service

Required? false
Position? 1
Default Value?
Pipeline Input? true (ByValue, ByPropertyName)

Examples

Basic example

Start-OPNsenseService -name proxy

Clone this wiki locally