1. Home
  2. Docs
  3. Super-ExMerge On-line Doc...
  4. PowerShell Cmdlet Referen...
  5. Import-TrackingTable

Import-TrackingTable

Use this cmdlet to import a previously exported tracking table onto the current host.

Import-TrackingTable

  • -FileName
  • [-OverwriteExisting]

Description

The Import-TrackingTable imports a previously exported tracking table to the current host. Refer to the vocabulary document on Tracking Tables for more detail.

Examples

Example 1
  
Import-TrackingTable -FileName c:\exports\ExportedTrackingTableFileName.export -OverwriteExisting

This example will import the tracking table referenced and will overwrite any existing tracking table.


Parameters

-FileName

The FileName parameter specifies the exported tracking table file to be imported. This parameter accepts either a string or a System.IO.FileInfo object referencing the file.

Required:
Yes
Type:
String or System.IO.FileInfo
Aliases:
None
Position:
0
Default Value:
None

-OverwriteExisting

The OverwriteExisting switch parameter will allow for the replacement of an existing tracking table. This should not be a normal occurrence. Please refer to the Tracking Tables documentation for detail.

Required:
No
Type:
SwitchParameter
Aliases:
None
Position:
Not a positioned parameter. Use by name only.
Default Value:
False

Output

This cmdlet will place a PSObject object on the pipeline with metadata about the imported tracking table. See Get-TrackingInfo for details about the properties returned.

How can we help?