GetPIAFLinkBatchDatabaseAnalysisStatus Class
- Last UpdatedDec 15, 2025
- 2 minute read
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
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
| Name | Description | |
|---|---|---|
| GetPIAFLinkBatchDatabaseAnalysisStatus |
Properties
| Name | Description | |
|---|---|---|
| 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.