-
Notifications
You must be signed in to change notification settings - Fork 10
New GGroupsMigration
Inserts a new mail into the archive of the Google group.
New-GGroupsMigration [-GroupId] <String> [-GAuthId <String>] [-WhatIf] [-Confirm]
New-GGroupsMigration [-GroupId] <String> [-FilePath] <String> [-UploadType] <UploadTypeEnum>
[-GAuthId <String>] [-WhatIf] [-Confirm]
Inserts a new mail into the archive of the Google group.
PS C:\> New-GGroupsMigration -GroupUniqueId $SomeGroupIdString
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
PS C:\> New-GGroupsMigration -GroupUniqueId $SomeGroupIdString -FilePath $SomeFilePath -UploadType media
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
The group ID
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value:
Accept pipeline input: False
Accept wildcard characters: False
The path to the file to upload.
Type: String
Parameter Sets: MediaUpload
Aliases:
Required: True
Position: 2
Default value:
Accept pipeline input: False
Accept wildcard characters: False
The type of upload request to the upload URI.
Possible values: media, resumable
Type: UploadTypeEnum
Parameter Sets: MediaUpload
Aliases:
Accepted values: media, resumable
Required: True
Position: 3
Default value: Media
Accept pipeline input: False
Accept wildcard characters: False
The GAuthId representing the gShell auth credentials this cmdlet should use to run.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Part of the gShell Project, relating to the Google GroupsMigration API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads