-
Notifications
You must be signed in to change notification settings - Fork 10
New GSharedContact
Create a new shared contact.
New-GSharedContact [[-Content] <String>] [[-Name] <Name>] [[-PhoneNumbers] <PhoneNumber[]>]
[[-Emails] <Email[]>] [-Domain <String>] [-GAuthId <String>] [-WhatIf] [-Confirm]
Create a new shared contact.
PS C:\> New-GSharedContact
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.
Notes about the contact.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: False
Accept wildcard characters: FalseA Shared Contact name object.
Type: Name
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: False
Accept wildcard characters: FalseA collection of Shared Contact phone number objects.
Type: PhoneNumber[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: False
Accept wildcard characters: FalseA collection of Shared Contact email objects.
Type: Email[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value:
Accept pipeline input: False
Accept wildcard characters: FalseThe target domain for this shared contacts cmdlet.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe 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: FalseThe target domain for this shared contacts cmdlet.
Part of the gShell Project, relating to the Google Shared Contacts API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads