-
Notifications
You must be signed in to change notification settings - Fork 10
New GSharedContactEntryLinkObj
Create a new shared contact entry link object.
New-GSharedContactEntryLinkObj [[-Href] <String>] [[-ReadOnly] <Boolean>] [[-Rel] <String>]
[[-Entry] <Contact>] [-WhatIf] [-Confirm]
Create a new shared contact entry link object.
PS C:\> New-GSharedContactEntryLinkObj
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.
Specifies the entry URI. If the nested entry is embedded and not linked, this attribute may be omitted.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Specifies whether the contained entry is read-only. The default value is "false".
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Specifies the link relation; allows the service to provide multiple types of entry links for a single entity.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Contents of the entry.
Type: Contact
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
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