GetPIUpdateManagerProducerStatistics Class
- Last UpdatedDec 15, 2025
- 3 minute read
Get PI Update Manager producer statistics for a PI Data Archive
The Get-PIUpdateManagerProducerStatistics cmdlet gets the producer statistics for a PI Data Archive server
The connection parameter specifies which connection to a PI Data Archive to use.
Inheritance Hierarchy
InternalCommand
Cmdlet
PSCmdlet
OSIsoft.PowerShellOSICmdletBase
OSIsoft.PowerShellOSICmdletBaseWithConnection
OSIsoft.PowerShellGetPIUpdateManagerProducerStatistics
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[CmdletAttribute("Get", "PIUpdateManagerProducerStatistics", SupportsShouldProcess = true)] public class GetPIUpdateManagerProducerStatistics : OSICmdletBaseWithConnection
<CmdletAttribute("Get", "PIUpdateManagerProducerStatistics", SupportsShouldProcess := true)> Public Class GetPIUpdateManagerProducerStatistics Inherits OSICmdletBaseWithConnection Dim instance As GetPIUpdateManagerProducerStatistics
[CmdletAttribute(L"Get", L"PIUpdateManagerProducerStatistics", SupportsShouldProcess = true)] public ref class GetPIUpdateManagerProducerStatistics : public OSICmdletBaseWithConnection
[<CmdletAttribute("Get", "PIUpdateManagerProducerStatistics", SupportsShouldProcess = true)>] type GetPIUpdateManagerProducerStatistics = class inherit OSICmdletBaseWithConnection end
The GetPIUpdateManagerProducerStatistics type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GetPIUpdateManagerProducerStatistics |
Properties
| Name | Description | |
|---|---|---|
| Connection | Connection to a PI Data Archive from which to retrieve update manager producer statistics | |
| Name | Producer name for which to show update manager producer statistics |
Examples
Get-PIUpdateManagerProducerStatistics -Connection $con
Where:
$con = Connect-PIDataArchive -PIDataArchiveMachineName "PISRV1"
Gets the PI Update Manager producer statistics for all producers on the "PISRV1" PI Data Archive server
Examples
Get-PIUpdateManagerProducerStatistics -Name snapshots -Connection $con
Where:
$con = Connect-PIDataArchive -PIDataArchiveMachineName "PISRV1"
Gets the PI Update Manager producer statistics for snapshot updates on the "PISRV1" PI Data Archive server