< Back

Get-DPermission

Mon Jan 13, 2020 6:40 pm

NAME Get-DPermission



SYNOPSIS

Gets one or multiple permission policies from Delegate365.





SYNTAX

Get-DPermission [-All <SwitchParameter>] [-Identity <string>] [<CommonParameters>]





DESCRIPTION

Get-DPermission returns a list of permission policies from Delegate365. Permission policies define what modules

and permissions Delegate365 administrators get. Parameters allow to get all permission policies or one specific

permission policy. Filter for one permission policy by using the -Identity Parameter and the full name or the ID.

The output shows the properties for each permission policy.





PARAMETERS

-All <SwitchParameter>

Delivers all permission policies that are not assigned to an OU.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Identity <string>

Filter for one specific permission policy. Wildcards are not supported, use the full name or the ID.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Delegate365.Api.Core.Models.D365Policy[]





---------- EXAMPLE 1 ----------



Get-DPermission



By default, the command returns the first 100 assigned permission policies.

---------- EXAMPLE 2 ----------



Get-DPermission -All



Add -All to get all permission policies.

---------- EXAMPLE 3 ----------



Get-DPermission -Identity 'Scope Admins New York'



Get one specific permission policy by name or by ID.



RELATED LINKS

Delegate365 support https://support.delegate365.com/