Skip to content

New GSharedContactOrgObj

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

New-GSharedContactOrgObj

SYNOPSIS

Create a new shared contact org object.

SYNTAX

New-GSharedContactOrgObj [[-Label] <String>] [[-OrgDepartment] <String>] [[-OrgJobDescription] <String>]
 [[-OrgName] <String>] [[-OrgSymbol] <String>] [[-OrgTitle] <String>] [[-Primary] <Boolean>]
 [[-Rel] <OrgRelEnum>] [[-Where] <Where>] [-WhatIf] [-Confirm]

DESCRIPTION

Create a new shared contact org object.

EXAMPLES

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

PS C:\> New-GSharedContactOrgObj

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

-Label

A simple string value used to name this organization. It allows UIs to display a label such as "Work", "Volunteer", "Professional Society", etc.

Type: String
Parameter Sets: (All)
Aliases: 

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

-OrgDepartment

Specifies a department within the organization.

Type: String
Parameter Sets: (All)
Aliases: 

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

-OrgJobDescription

Description of a job within the organization.

Type: String
Parameter Sets: (All)
Aliases: 

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

-OrgName

The name of the organization.

Type: String
Parameter Sets: (All)
Aliases: 

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

-OrgSymbol

Symbol of the organization.

Type: String
Parameter Sets: (All)
Aliases: 

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

-OrgTitle

The title of a person within the organization.

Type: String
Parameter Sets: (All)
Aliases: 

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

-Primary

When multiple organizations extensions appear in a contact kind, indicates which is primary. At most one organization may be primary. Default value is "false".

Type: Boolean
Parameter Sets: (All)
Aliases: 

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

-Rel

A programmatic value that identifies the type of organization.

Possible values: other, work

Type: OrgRelEnum
Parameter Sets: (All)
Aliases: 
Accepted values: other, work

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

-Where

A place associated with the organization, e.g. office location.

Type: Where
Parameter Sets: (All)
Aliases: 

Required: False
Position: 8
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