Exports shared drives from a Google Workspace tenant.
Export-GOSharedDrives [-ShowPrereqs] [<CommonParameters>]
Export-GOSharedDrives -ConfigNode <String> [-Target <String>] [-Format <String>]
[<CommonParameters>]
Use the Export-GOSharedDrives
cmdlet to export shared drives
from a Google Workspace tenant.
See the Notes section for cmdlet requirements.
Export-GOSharedDrives -ConfigNode Source -Format Csv >'shared_drives.csv'
This example exports all shared drives from a Google Workspace tenant.
The exported data is formatted as CSV
and saved to the file shared_drives.csv
.
Export-GOSharedDrives -ConfigNode Source -Target Google -Format Csv >'shared_drives.csv'
This example exports all shared drives from a Google Workspace tenant.
The exported data is formatted as CSV,
mapped for import into Google Workspace,
and saved to the file shared_drives.csv
.
Export-GOSharedDrives -ConfigNode Source -Target M365 -Format Csv >'shared_drives.csv'
This example exports all shared drives from a Google Workspace tenant.
The exported data is formatted as CSV,
mapped for import into Microsoft 365,
and saved to the file shared_drives.csv
.
Export-GOSharedDrives -ConfigNode Source -Target MigrationList -Format Csv >'shared_drives.csv'
This example exports all shared drives from a Google Workspace tenant.
The exported data is formatted as CSV,
mapped for use as a migration list,
and saved to the file shared_drives.csv
.
The config.psd1
configuration node to use.
Type: String
Parameter Sets: Action
Aliases:
Accepted values: Source, Target
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The output type for exported data.
Note that extended properties cannot be serialized into CSV format. When using
-Format Csv
, extended properties will display as
System.Collections.Hashtable
in the output.
Type: String
Parameter Sets: Action
Aliases:
Accepted values: Csv, Json, Objects
Required: False
Position: Named
Default value: Objects
Accept pipeline input: False
Accept wildcard characters: False
Prints the cmdlet prerequisites.
Type: SwitchParameter
Parameter Sets: Help
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies a mapping target for the exported data. Exported data mapped for a supported target is directly consumable by a corresponding import cmdlet.
To export unmapped data, use -Target None
.
Type: String
Parameter Sets: Action
Aliases:
Accepted values: Google, M365, MigrationList, None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Required config.psd1 configurations
GOAdmin
GOServiceAccountKey
GOTenant
Required APIs
Required scopes
https://www.googleapis.com/auth/admin.directory.group.readonly
https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly
https://www.googleapis.com/auth/contacts.readonly
https://www.googleapis.com/auth/admin.directory.user.readonly
https://www.googleapis.com/auth/drive.readonly
https://www.googleapis.com/auth/userinfo.email