Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Latest commit

 

History

History
88 lines (63 loc) · 1.83 KB

Add-CrmRecordTeamUser.md

File metadata and controls

88 lines (63 loc) · 1.83 KB
external help file Module Name online version schema
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml
AMSoftware.Crm
2.0.0

Add-CrmRecordTeamUser

SYNOPSIS

Add a user to the Team for a record

SYNTAX

Add-CrmRecordTeamUser [-User] <Guid> [-TeamTemplate] <Guid> -Record <EntityReference[]> [<CommonParameters>]

DESCRIPTION

Add a user to the Team for a record

EXAMPLES

PARAMETERS

-Record

A Dataverse table record. Accepts input from the pipeline.

Type: Microsoft.Xrm.Sdk.EntityReference[]
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-TeamTemplate

Id of the Team Template to use.

Type: System.Guid
Parameter Sets: (All)
Aliases:

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

-User

The Id of the User to add

Type: System.Guid
Parameter Sets: (All)
Aliases:

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

Microsoft.Xrm.Sdk.EntityReference[]

OUTPUTS

Microsoft.Xrm.Sdk.OrganizationResponse

NOTES

RELATED LINKS

Add-RecordTeamUser

AddUserToRecordTeamRequest Class