< Back

Get-DSharedMailbox

Mon Jan 13, 2020 6:41 pm

NAME Get-DSharedMailbox



SYNOPSIS

Gets one or multiple shared mailboxes from Delegate365.





SYNTAX

Get-DSharedMailbox [-All <SwitchParameter>] [-Identity <string>] [-OU <string>] [-UnAssigned <SwitchParameter>]

[<CommonParameters>]





DESCRIPTION

Get-DSharedMailbox returns a list of shared mailboxes from Delegate365. Shared mailboxes can be used as mailbox

for mutliple users. Parameters allow to get all shared mailboxes or one specific shared mailbox. Filter for one

shared mailbox by using the -Identity Parameter and the full name or the ID. The output shows the most essential

properties for each shared mailbox.





PARAMETERS

-UnAssigned <SwitchParameter>

Delivers all shared mailboxes 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 shared mailboxes (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 shared mailboxe. 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.SharedMailBox[]





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



Get-DSharedMailbox



By default, the command returns the first 100 assigned shared mailboxes.

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



Get-DSharedMailbox -All



Add -All to get all shared mailboxes.

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



Get-DSharedMailbox -Unassigned -All



Add -Unassigned to get shared mailboxes that are NOT assigned to an OU (can be combined with -All).

---------- EXAMPLE 4 ----------



Get-DSharedMailbox -OU Seattle



Add -OU to get shared mailboxes that are assigned to a specific OU.

---------- EXAMPLE 5 ----------



Get-DSharedMailbox -Identity support@delegate365.com



Get one specific shared mailbox by name or by ID.



RELATED LINKS

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