Get-GSGmailProfile

SYNOPSIS

Gets Gmail profile for the user

SYNTAX

Get-GSGmailProfile [[-User] <String[]>] [<CommonParameters>]

DESCRIPTION

Gets Gmail profile for the user

EXAMPLES

EXAMPLE 1

Get-GSGmailProfile

Gets the Gmail profile of the AdminEmail user

PARAMETERS

-User

The user to get profile of

Defaults to the AdminEmail user

Type: String[]
Parameter Sets: (All)
Aliases: PrimaryEmail, UserKey, Mail

Required: False
Position: 1
Default value: $Script:PSGSuite.AdminEmail
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Google.Apis.Gmail.v1.Data.Profile

NOTES

Comments