-
Notifications
You must be signed in to change notification settings - Fork 10
New GSharedContactImObj
Create a new shared contact im object.
New-GSharedContactImObj [-Address] <String> [[-Label] <String>] [[-Rel] <ImRelEnum>]
[[-Protocol] <ImProtocolEnum>] [[-Primary] <Boolean>] [-WhatIf] [-Confirm]
Create a new shared contact im object.
PS C:\> New-GSharedContactImObj
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.
IM address.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value:
Accept pipeline input: False
Accept wildcard characters: False
A simple string value used to name this IM address. It allows UIs to display a label such as "Work", "Personal", "Preferred", etc.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: False
Accept wildcard characters: False
A programmatic value that identifies the type of IM.
Possible values: home, netmeeting, other, work
Type: ImRelEnum
Parameter Sets: (All)
Aliases:
Accepted values: home, netmeeting, other, work
Required: False
Position: 2
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Identifies the IM network. The value may be either one of the standard values or a URI identifying a proprietary IM network.
Possible values: AIM, MSN, YAHOO, SKYPE, QQ, GOOGLE_TALK, ICQ, JABBER
Type: ImProtocolEnum
Parameter Sets: (All)
Aliases:
Accepted values: AIM, MSN, YAHOO, SKYPE, QQ, GOOGLE_TALK, ICQ, JABBER
Required: False
Position: 3
Default value:
Accept pipeline input: False
Accept wildcard characters: False
When multiple IM extensions appear in a contact kind, indicates which is primary. At most one IM may be primary. Default value is "false".
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
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