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
  • 3 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.PowerShellOSICmdletBaseWithConnection
            OSIsoft.PowerShellGetPIAFLinkBatchDatabaseAnalysisStatus

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

Syntax

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

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

The GetPIAFLinkBatchDatabaseAnalysisStatus type exposes the following members.

Constructors

Properties

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