Skip to main content
Export-Connections

Export your Explore screen connections to an XLSX or CSV file with PowerShell

Updated over 3 months ago

Command

Export-Connections

Description

Exports all connections from the ShareGate Explore screen to an XLSX or CSV file.

Note: Only the top-level connection will appear in the report if connected to your admin center or central admin address. You will not see your site collections in the report unless you connect to them individually.

To learn how to add new connections to your Explore screen instead, see Add site collections to the Explore screen in PowerShell.

Examples

Export to an XLSX file

Export-Connections -Path "C:\MyReports\MyConnections.xlsx"

Export to a CSV file

Export-Connections -Path "C:\MyReports\MyConnections.csv"

Syntax

Export-Connections-Path <String>
Export-Connections-Path <String>
-Overwrite <SwitchParameter>

Parameters

-Path <String>

Specifies the path where you want to save the file. Supported formats are Excel and CSV.

Required?

False

Default value

None

Accept pipeline input?

False

Accept wildcard characters?

False

Parameter set name

(All)

Aliases

PSPath

-Overwrite <SwitchParameter>

Specified that the file will be overwritten if it already exists.

Required?

False

Default value

None

Accept pipeline input?

False

Accept wildcard characters?

False

Parameter set name

(All)

Aliases

None

Did this answer your question?