GetPlugInVerifyLevel Class
- Last UpdatedDec 15, 2025
- 2 minute read
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
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
| Name | Description | |
|---|---|---|
| GetPlugInVerifyLevel |
Properties
| Name | Description | |
|---|---|---|
| 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.