Skip to content

Get-MailboxFromInput

SYNOPSIS

Retrieve mailboxes associated with a specific group.

SYNTAX

Get-MailboxFromInput [-MailboxNaam] <Object> [<CommonParameters>]

DESCRIPTION

The `Get-MailboxFromGroup` function retrieves mailboxes associated with a specific group in Active Directory. It identifies groups based on their attributes and permissions, such as FullAccess or Send-As, and retrieves the corresponding mailboxes.

EXAMPLES

EXAMPLE 1

Get-MailboxFromGroup -Identity "L_MBX_Sales_R"

Retrieves mailboxes associated with the group `L_MBX_Sales_R`.

EXAMPLE 2

Get-MailboxFromGroup -Identity "L_MBX_Sales_R" -ReturnADObject

Retrieves the Active Directory object for the mailbox associated with the group `L_MBX_Sales_R`.

PARAMETERS

-MailboxNaam

{{ Fill MailboxNaam Description }}

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES