< Back
Get-DOffice365Group
Post
NAME Get-DOffice365Group
SYNOPSIS
Gets one or multiple Office 365 groups from Delegate365.
SYNTAX
Get-DOffice365Group [-All <SwitchParameter>] [-Identity <string>] [-OU <string>] [-UnAssigned <SwitchParameter>]
[<CommonParameters>]
DESCRIPTION
Get-DOffice365Group returns a list of Office 365 groups from Delegate365. Office 365 groups (or Unified Groups)
live in Azure Active Directory and allow collaboration over mutliple Office 365 services. Parameters allow to get
all Office 365 groups or one specific Office 365 group. Filter for one Office 365 group by using the -Identity
Parameter and the full name or the ID. The output shows the most essential properties for each Office 365 group.
PARAMETERS
-UnAssigned <SwitchParameter>
Delivers all Office 365 groups that are not assigned to an OU.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-All <SwitchParameter>
Delivers all Office 365 groups (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 Office 365 group. 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
-OU <string>
Filter by the name of an OU.
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.Office365Group[]
---------- EXAMPLE 1 ----------
Get-DOffice365Group
By default, the command returns the first 100 assigned Office 365 groups.
---------- EXAMPLE 2 ----------
Get-DOffice365Group -All
Add -All to get all Office 365 groups.
---------- EXAMPLE 3 ----------
Get-DOffice365Group -Unassigned -All
Add -Unassigned to get Office 365 groups that are NOT assigned to an OU (can be combined with -All).
---------- EXAMPLE 4 ----------
Get-DOffice365Group -OU Seattle
Add -OU to get Office 365 groups that are assigned to a specific OU.
---------- EXAMPLE 5 ----------
Get-DOffice365Group -Identity project-tango@delegate365.com
Get one specific Office 365 group by name or by ID.
RELATED LINKS
Delegate365 support https://support.delegate365.com/
SYNOPSIS
Gets one or multiple Office 365 groups from Delegate365.
SYNTAX
Get-DOffice365Group [-All <SwitchParameter>] [-Identity <string>] [-OU <string>] [-UnAssigned <SwitchParameter>]
[<CommonParameters>]
DESCRIPTION
Get-DOffice365Group returns a list of Office 365 groups from Delegate365. Office 365 groups (or Unified Groups)
live in Azure Active Directory and allow collaboration over mutliple Office 365 services. Parameters allow to get
all Office 365 groups or one specific Office 365 group. Filter for one Office 365 group by using the -Identity
Parameter and the full name or the ID. The output shows the most essential properties for each Office 365 group.
PARAMETERS
-UnAssigned <SwitchParameter>
Delivers all Office 365 groups that are not assigned to an OU.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-All <SwitchParameter>
Delivers all Office 365 groups (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 Office 365 group. 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
-OU <string>
Filter by the name of an OU.
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.Office365Group[]
---------- EXAMPLE 1 ----------
Get-DOffice365Group
By default, the command returns the first 100 assigned Office 365 groups.
---------- EXAMPLE 2 ----------
Get-DOffice365Group -All
Add -All to get all Office 365 groups.
---------- EXAMPLE 3 ----------
Get-DOffice365Group -Unassigned -All
Add -Unassigned to get Office 365 groups that are NOT assigned to an OU (can be combined with -All).
---------- EXAMPLE 4 ----------
Get-DOffice365Group -OU Seattle
Add -OU to get Office 365 groups that are assigned to a specific OU.
---------- EXAMPLE 5 ----------
Get-DOffice365Group -Identity project-tango@delegate365.com
Get one specific Office 365 group by name or by ID.
RELATED LINKS
Delegate365 support https://support.delegate365.com/