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

PI Powershell

GetPIAFLinkBatchDatabaseAnalysisStatus Class

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

Get the Batch Database Analysis status from the AF Link Subsystem on a PI Data Archive

The Get-PIAFLinkBatchDatabaseAnalysisStatus cmdlet gets the analysis status for the PI Batch Database from the AF Link Subsystem. This information is used to address potential issues when preparing to perform a migration from PI Batch Database to Event Frames.

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

Inheritance Hierarchy

SystemObject
  InternalCommand
    Cmdlet
      PSCmdlet
        OSIsoft.PowerShellOSICmdletBase
          OSIsoft.PowerShellGetPIAFLinkBatchDatabaseAnalysisStatus

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

Syntax

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

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

The GetPIAFLinkBatchDatabaseAnalysisStatus type exposes the following members.

Constructors

Properties

  NameDescription
Public property
Connection

Connection to a PI Data Archive to use

Examples

Get-PIAFLinkBatchDatabaseAnalysisStatus -Connection $con

Where:

$con = Connect-PIDataArchive -PIDataArchiveMachineName "PISRV1"

Gets the PI Batch Database analysis status from the PI AF Link Subsystem. This information is used to address any issues found when preparing to migrate from PI Batch Database to Event Frames.

See Also

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