GetPIBufferConfigurationParameter Class
- Last UpdatedDec 15, 2025
- 3 minute read
Get PI Buffer Configuration Parameters
The Get-PIBufferConfigurationParameter cmdlet gets configuration parameters for the PI Buffer Subsystem. If no -Name is specified, all parameters are returned.
This cmdlet can be run against remote PI Buffer Subsystems by leveraging PowerShell Remoting.
Inheritance Hierarchy
InternalCommand
Cmdlet
PSCmdlet
OSIsoft.PowerShellOSICmdletBase
OSIsoft.PowerShellGetPIBufferConfigurationParameter
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[CmdletAttribute("Get", "PIBufferConfigurationParameter", SupportsShouldProcess = true)] public class GetPIBufferConfigurationParameter : OSICmdletBase
<CmdletAttribute("Get", "PIBufferConfigurationParameter", SupportsShouldProcess := true)> Public Class GetPIBufferConfigurationParameter Inherits OSICmdletBase Dim instance As GetPIBufferConfigurationParameter
[CmdletAttribute(L"Get", L"PIBufferConfigurationParameter", SupportsShouldProcess = true)] public ref class GetPIBufferConfigurationParameter : public OSICmdletBase
[<CmdletAttribute("Get", "PIBufferConfigurationParameter", SupportsShouldProcess = true)>] type GetPIBufferConfigurationParameter = class inherit OSICmdletBase end
The GetPIBufferConfigurationParameter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GetPIBufferConfigurationParameter |
Properties
| Name | Description | |
|---|---|---|
| Name | Name of the PI Buffer Configuration Parameter to get |
Examples
Get-PIBufferConfigurationParameter
Gets all PI Buffer Subsystem configuration parameters from the local instance of PI Buffer Subsystem for the PISRV-1 machine, which is a member of the PISRV-Collective PI Data Archive HA Collective.
Examples
Get-PIBufferConfigurationParameter -Name AuthenticationOptions
Gets the AuthenticationOptions configuration parameter from the local instance of PI Buffer Subsystem for the PISRV-1 machine, which is a member of the PISRV-Collective PI Data Archive HA Collective.