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

PI Powershell

GetPlugInVerifyLevel Class

  • Last UpdatedDec 15, 2025
  • 2 minute read
GetPlugInVerifyLevel Class

Gets the current level of verification required for an AFPlugin to be loaded from the server.

This method gets the current level of verification required for an AFPlugIn to be loaded from the server. This method does not require the Admin right to execute.

Inheritance Hierarchy

SystemObject
  InternalCommand
    Cmdlet
      PSCmdlet
        OSIsoft.PowerShellOSICmdletBase
          OSIsoft.PowerShellGetPlugInVerifyLevel

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[CmdletAttribute("Get", "AFPlugInVerifyLevel", SupportsShouldProcess = true)]
public class GetPlugInVerifyLevel : OSICmdletBase
<CmdletAttribute("Get", "AFPlugInVerifyLevel", SupportsShouldProcess := true)>
Public Class GetPlugInVerifyLevel
	Inherits OSICmdletBase

Dim instance As GetPlugInVerifyLevel
[CmdletAttribute(L"Get", L"AFPlugInVerifyLevel", SupportsShouldProcess = true)]
public ref class GetPlugInVerifyLevel : public OSICmdletBase
[<CmdletAttribute("Get", "AFPlugInVerifyLevel", SupportsShouldProcess = true)>]
type GetPlugInVerifyLevel =  
    class
        inherit OSICmdletBase
    end

The GetPlugInVerifyLevel type exposes the following members.

Constructors

  NameDescription
Public method
GetPlugInVerifyLevel

Properties

  NameDescription
Public property
AFServer

Instance of the AFServer

Examples

$afServer | Get-AFPlugInVerifyLevel

Where:

$afServer = Get-AFServer -Name "AFServerMachineName"

Gets the current 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