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

PI Powershell

GetPIDataArchiveDetails Class

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

Get the detailed information for a connected PI Data Archive

The Get-PIDataArchiveDetails cmdlet will grab detailed information for a connected PI Data Archive.

Inheritance Hierarchy

SystemObject
  InternalCommand
    Cmdlet
      PSCmdlet
        OSIsoft.PowerShellOSICmdletBase
          OSIsoft.PowerShellOSICmdletBaseWithConnection
            OSIsoft.PowerShellGetPIDataArchiveDetails

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

Syntax

[CmdletAttribute("Get", "PIDataArchiveDetails", SupportsShouldProcess = true)]
public class GetPIDataArchiveDetails : OSICmdletBaseWithConnection
<CmdletAttribute("Get", "PIDataArchiveDetails", SupportsShouldProcess := true)>
Public Class GetPIDataArchiveDetails
	Inherits OSICmdletBaseWithConnection

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

The GetPIDataArchiveDetails type exposes the following members.

Constructors

  NameDescription
Public method
GetPIDataArchiveDetails

Properties

  NameDescription
Public property
Connection

Specifies which connection to a PI Data Archive to use.

(Overrides OSICmdletBaseWithConnectionConnection.)

Examples

Get-PIDataArchiveDetails -Connection $con

This example will get the PI Data Archive details for a PI Data Archive specified by the -Connection parameter. Note that you must first connect to the PI Data Archive and and retrieve a PI Connection object (run "Get-Help Connect-PIDataArchive" for details) before getting the PI Data Archive details via this cmdlet.

See Also

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