Skip to content

New GSharedContactNameObj

Spencer Varney edited this page Dec 9, 2016 · 4 revisions

New-GSharedContactNameObj

SYNOPSIS

Create a new shared contact name object.

SYNTAX

New-GSharedContactNameObj [[-GivenName] <String>] [[-AdditionalName] <String>] [[-FamilyName] <String>]
 [[-NamePrefix] <String>] [[-NameSuffix] <String>] [[-FullName] <String>] [-WhatIf] [-Confirm]

DESCRIPTION

Create a new shared contact name object.

EXAMPLES

---------- EXAMPLE 1 ----------

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.

PARAMETERS

-GivenName

Person's given name.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 0
Default value: 
Accept pipeline input: False
Accept wildcard characters: False

-AdditionalName

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

-FamilyName

Person's family name.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 2
Default value: 
Accept pipeline input: False
Accept wildcard characters: False

-NamePrefix

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

-NameSuffix

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

-FullName

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

INPUTS

OUTPUTS

NOTES

Part of the gShell Project, relating to the Google Shared Contacts API; see Related Links or use the -Online parameter.

RELATED LINKS

[Wiki page for this Cmdlet]

[Getting started with gShell]

Clone this wiki locally