< Back
Get-DAdministrator
Post
NAME Get-DAdministrator
SYNOPSIS
Gets one or multiple administrators from Delegate365.
SYNTAX
Get-DAdministrator [-All <SwitchParameter>] [-Identity <string>] [<CommonParameters>]
DESCRIPTION
Get-DAdministrator returns a list of administrators from Delegate365. To use Delegate365, a user must be added as
Administrator in the Administrator's list. Permissions and assignments to OU's and to domains define the scope for
an administrator. Parameters allow to get all administrators or one specific administrator. Filter for one
administrator by using the -Identity Parameter and the full UserPrincipalName or the ID. The output shows assigned
policies and settings for each admin.
PARAMETERS
-All <SwitchParameter>
Delivers all items (and not only the first 100 items).
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Identity <string>
Filter for one specific item. 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.Administrator[]
---------- EXAMPLE 1 ----------
Get-DAdministrator
By default, the command returns the first 100 assigned admins.
---------- EXAMPLE 2 ----------
Get-DAdministrator -All
Add -All to get all admins.
---------- EXAMPLE 3 ----------
Get-DAdministrator -Identity john.doe@delegate365.com
Get one specific admin by UPN or by ID.
RELATED LINKS
Delegate365 support https://support.delegate365.com/
SYNOPSIS
Gets one or multiple administrators from Delegate365.
SYNTAX
Get-DAdministrator [-All <SwitchParameter>] [-Identity <string>] [<CommonParameters>]
DESCRIPTION
Get-DAdministrator returns a list of administrators from Delegate365. To use Delegate365, a user must be added as
Administrator in the Administrator's list. Permissions and assignments to OU's and to domains define the scope for
an administrator. Parameters allow to get all administrators or one specific administrator. Filter for one
administrator by using the -Identity Parameter and the full UserPrincipalName or the ID. The output shows assigned
policies and settings for each admin.
PARAMETERS
-All <SwitchParameter>
Delivers all items (and not only the first 100 items).
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Identity <string>
Filter for one specific item. 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.Administrator[]
---------- EXAMPLE 1 ----------
Get-DAdministrator
By default, the command returns the first 100 assigned admins.
---------- EXAMPLE 2 ----------
Get-DAdministrator -All
Add -All to get all admins.
---------- EXAMPLE 3 ----------
Get-DAdministrator -Identity john.doe@delegate365.com
Get one specific admin by UPN or by ID.
RELATED LINKS
Delegate365 support https://support.delegate365.com/