external help file | Module Name | online version | schema |
---|---|---|---|
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml |
AMSoftware.Crm |
2.0.0 |
Update the owner of a record.
Set-CrmOwner [-Entity] <String> [-Id] <Guid> -ToPrincipalType <CrmPrincipalType> -ToPrincipalId <Guid>
[<CommonParameters>]
Set-CrmOwner [-FromPrincipalType] <CrmPrincipalType> [-FromPrincipalId] <Guid>
-ToPrincipalType <CrmPrincipalType> -ToPrincipalId <Guid> [<CommonParameters>]
Update the owner of a record. This can be a user or a team.
The LogicalName of the entity.
Type: System.String
Parameter Sets: AssignOwnerRecord
Aliases: LogicalName
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The id of the current user or team.
Type: System.Guid
Parameter Sets: ReassignOwner
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The team of principal of the current owner.
Type: AMSoftware.Crm.PowerShell.Common.CrmPrincipalType
Parameter Sets: ReassignOwner
Aliases:
Accepted values: User, Team
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The id of the record to update the owner for.
Type: System.Guid
Parameter Sets: AssignOwnerRecord
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The id of the team or user of the new owner.
Type: System.Guid
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The type of principal of the new owner.
Type: AMSoftware.Crm.PowerShell.Common.CrmPrincipalType
Parameter Sets: (All)
Aliases:
Accepted values: User, Team
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.