-
Notifications
You must be signed in to change notification settings - Fork 10
New GSharedContactOrgObj
Create a new shared contact org object.
New-GSharedContactOrgObj [[-Label] <String>] [[-OrgDepartment] <String>] [[-OrgJobDescription] <String>]
[[-OrgName] <String>] [[-OrgSymbol] <String>] [[-OrgTitle] <String>] [[-Primary] <Boolean>]
[[-Rel] <OrgRelEnum>] [[-Where] <Where>] [-WhatIf] [-Confirm]
Create a new shared contact org object.
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.
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: FalseSpecifies a department within the organization.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: False
Accept wildcard characters: FalseDescription 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: FalseThe name of the organization.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value:
Accept pipeline input: False
Accept wildcard characters: FalseSymbol of the organization.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value:
Accept pipeline input: False
Accept wildcard characters: FalseThe 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: FalseWhen 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: FalseA 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: FalseA 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: FalsePart 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