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

Files

Latest commit

 

History

History
60 lines (40 loc) · 1.63 KB

Get-CrmPrincipalPrivileges.md

File metadata and controls

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

Get-CrmPrincipalPrivileges

SYNOPSIS

Retrieve the privileges a system user (user) or team has through roles in the specified business unit.

SYNTAX

Get-CrmPrincipalPrivileges [-InputObject] <Entity> [<CommonParameters>]

DESCRIPTION

Retrieve the privileges a system user (user) or team has through roles in the specified business unit.

EXAMPLES

PARAMETERS

-InputObject

Team or System User record to get privilges for.

Type: Microsoft.Xrm.Sdk.Entity
Parameter Sets: (All)
Aliases: User, Team

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
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.Entity

OUTPUTS

Microsoft.Xrm.Sdk.Entity

NOTES

RELATED LINKS

Get-CrmPrincipalPrivileges

RetrieveUserPrivileges Request

RetrieveTeamPrivilegesRequest