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

PI Powershell

GetPIUpdateManagerStatistics Class

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

Get Global PI Update Manager statistics for a PI Data Archive

The Get-PIUpdateManagerStatistics cmdlet gets the global update manager statistics for a PI Data Archive server

The connection parameter specifies which connection to a PI Data Archive to use.

Inheritance Hierarchy

SystemObject
  InternalCommand
    Cmdlet
      PSCmdlet
        OSIsoft.PowerShellOSICmdletBase
          OSIsoft.PowerShellGetPIUpdateManagerStatistics

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

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

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

The GetPIUpdateManagerStatistics type exposes the following members.

Constructors

  NameDescription
Public method
GetPIUpdateManagerStatistics

Properties

  NameDescription
Public property
Connection

Connection to a PI Data Archive from which to retrieve global update manager statistics

Examples

Get-PIUpdateManagerStatistics -Connection $con

Where:

$con = Connect-PIDataArchive -PIDataArchiveMachineName "PISRV1"

Gets the global PI Update Manager signup statistics on the "PISRV1" PI Data Archive server.

Examples

for () { Get-PIUpdateManagerStatistics -Connection $con; Write-Host; Start-Sleep -Seconds 5 }

Where:

$con = Connect-PIDataArchive -PIDataArchiveMachineName "PISRV1"

Gets the PI Update Manager signup statistics on the "PISRV1" PI Data Archive server, and re-outputs the results every 5 seconds/

See Also

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