Unlock‐OPNsensePackage - fvanroie/PS_OPNsense GitHub Wiki
Unlock a Package in OPNsense
Unlock-OPNsensePackage [-Name] <String[]> [<CommonParameters>]The Unlock-OPNsensePackage cmdlet unlocks the version of a package. It allows the package to be updated by subsequent OPNsense updates. Use the to allow updating the package to the latest version using the Update-OPNsense cmdlet.
-Name <String[]>
The name of the package to be unlocked
| Required? | true |
| Position? | 1 |
| Default Value? | |
| Pipeline Input? | true (ByValue, ByPropertyName) |
Unlock-OPNsensePackage -Name 'xen-guest-tools'Unlock-OPNsensePackage -Name 'unixODBC','xen-guest-tools' -Verbose