SetPlugInVerifyLevel Class
- Last UpdatedDec 15, 2025
- 3 minute read
Configures the level of verification required for an AFPlugIn to be loaded from the server.
This method is used to configure the level of verification required for an AFPlugIn to be loaded from the server. The AddTrustedProvider method can be used to add a trusted provider when the verify level is set to AFVerifySignatureLevel.RequireSignedTrustedProvider.
Inheritance Hierarchy
InternalCommand
Cmdlet
PSCmdlet
OSIsoft.PowerShellOSICmdletBase
OSIsoft.PowerShellSetPlugInVerifyLevel
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[CmdletAttribute("Set", "AFPlugInVerifyLevel", SupportsShouldProcess = true)] public class SetPlugInVerifyLevel : OSICmdletBase
<CmdletAttribute("Set", "AFPlugInVerifyLevel", SupportsShouldProcess := true)> Public Class SetPlugInVerifyLevel Inherits OSICmdletBase Dim instance As SetPlugInVerifyLevel
[CmdletAttribute(L"Set", L"AFPlugInVerifyLevel", SupportsShouldProcess = true)] public ref class SetPlugInVerifyLevel : public OSICmdletBase
[<CmdletAttribute("Set", "AFPlugInVerifyLevel", SupportsShouldProcess = true)>] type SetPlugInVerifyLevel = class inherit OSICmdletBase end
The SetPlugInVerifyLevel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SetPlugInVerifyLevel |
Properties
| Name | Description | |
|---|---|---|
| AFServer | Instance of the AFServer | |
| Level | Specify the AFVerifySignatureLevel to be used to verify which plug-ins are allowed to be loaded from the server. |
Examples
$afServer | Set-AFPlugInVerifyLevel -Level RequireSigned
Where:
$afServer = Get-AFServer -Name "AFServerMachineName"
Configures the level of verification required for an AFPlugIn to be loaded from the server.