< Back
Get-DDomain
Post
NAME Get-DDomain
SYNOPSIS
Gets one or multiple items of the domains in the tenant.
SYNTAX
Get-DDomain [-All <SwitchParameter>] [-Identity <string>] [<CommonParameters>]
DESCRIPTION
Get-DDomain returns a list of domains from Delegate365. Domains that are added to the Office 365 tenant are
updated during each sync in Delegate365. Admins can only see users and groups if they are entitled to use the
domain. Parameters allow to get all items or one specific item. The output shows the Id and the name of existing
domains.
PARAMETERS
-All <SwitchParameter>
Delivers all domains (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 domains. 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.Domain[]
---------- EXAMPLE 1 ----------
Get-DDomain
By default, the command returns the first 100 assigned items.
---------- EXAMPLE 2 ----------
Get-DDomain -All
Add -All to get all items.
---------- EXAMPLE 3 ----------
Get-DDomain -Identity 'Switzerland'
Get one specific item by name or by ID.
RELATED LINKS
Delegate365 support https://support.delegate365.com/
SYNOPSIS
Gets one or multiple items of the domains in the tenant.
SYNTAX
Get-DDomain [-All <SwitchParameter>] [-Identity <string>] [<CommonParameters>]
DESCRIPTION
Get-DDomain returns a list of domains from Delegate365. Domains that are added to the Office 365 tenant are
updated during each sync in Delegate365. Admins can only see users and groups if they are entitled to use the
domain. Parameters allow to get all items or one specific item. The output shows the Id and the name of existing
domains.
PARAMETERS
-All <SwitchParameter>
Delivers all domains (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 domains. 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.Domain[]
---------- EXAMPLE 1 ----------
Get-DDomain
By default, the command returns the first 100 assigned items.
---------- EXAMPLE 2 ----------
Get-DDomain -All
Add -All to get all items.
---------- EXAMPLE 3 ----------
Get-DDomain -Identity 'Switzerland'
Get one specific item by name or by ID.
RELATED LINKS
Delegate365 support https://support.delegate365.com/