Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

SetPlugInVerifyLevel Class

  • Last UpdatedDec 15, 2025
  • 3 minute read
SetPlugInVerifyLevel Class

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

SystemObject
  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

  NameDescription
Public method
SetPlugInVerifyLevel

Properties

  NameDescription
Public property
AFServer

Instance of the AFServer

Public property
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.

See Also

TitleResults for “How to create a CRG?”Also Available in