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

Files

Latest commit

 

History

History
142 lines (108 loc) · 2.82 KB

Set-CrmOwner.md

File metadata and controls

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

Set-CrmOwner

SYNOPSIS

Update the owner of a record.

SYNTAX

AssignOwnerRecord (Default)

Set-CrmOwner [-Entity] <String> [-Id] <Guid> -ToPrincipalType <CrmPrincipalType> -ToPrincipalId <Guid>
 [<CommonParameters>]

ReassignOwner

Set-CrmOwner [-FromPrincipalType] <CrmPrincipalType> [-FromPrincipalId] <Guid>
 -ToPrincipalType <CrmPrincipalType> -ToPrincipalId <Guid> [<CommonParameters>]

DESCRIPTION

Update the owner of a record. This can be a user or a team.

EXAMPLES

PARAMETERS

-Entity

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

-FromPrincipalId

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

-FromPrincipalType

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

-Id

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

-ToPrincipalId

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

-ToPrincipalType

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

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

System.String

System.Guid

OUTPUTS

System.Object

NOTES

RELATED LINKS

Entity Class