-
Notifications
You must be signed in to change notification settings - Fork 10
New GSharedContactNameObj
Spencer Varney edited this page Dec 9, 2016
·
4 revisions
Create a new shared contact name object.
New-GSharedContactNameObj [[-GivenName] <String>] [[-AdditionalName] <String>] [[-FamilyName] <String>]
[[-NamePrefix] <String>] [[-NameSuffix] <String>] [[-FullName] <String>] [-WhatIf] [-Confirm]
Create a new shared contact name object.
PS C:\> New-GSharedContactNameObj
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.
Person's given name.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Additional name of the person, eg. middle name.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Person's family name.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Honorific prefix, eg. 'Mr' or 'Mrs'.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Honorific suffix, eg. 'san' or 'III'.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Unstructured representation of the name.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value:
Accept pipeline input: False
Accept wildcard characters: False
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