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

PI Powershell

GetPIAFLinkBatchDatabaseUnmappedIdentities Class

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

Get a list of unmapped PI Identities for the Batch Database from the AF Link Subsystem.

The Get-PIAFLinkBatchDatabaseUnmappedIdentities cmdlet get the unmapped PI Identities from the Batch Database that are required to have a mapping before a migration from Batch Database to Event Frames can be performed.

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

Inheritance Hierarchy

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

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

Syntax

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

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

The GetPIAFLinkBatchDatabaseUnmappedIdentities type exposes the following members.

Constructors

Properties

Examples

Get-PIAFLinkBatchDatabaseUnmappedIdentities -Connection $con

Where:

$con = Connect-PIDataArchive -PIDataArchiveMachineName "PISRV1"

This example retrieves a list of Identities that exist in the Batch Database but do not currecntly have a PI Mapping created. A PI Mapping must be created for each of these PI Identities before the Batch to Event Frames Migration can be performed.

See Also

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