Skip to content

Send-FullAccessList

SYNOPSIS

Retrieve and send an overview of mailbox permissions (Full Access and Send As) for a specified email address.

SYNTAX

Send-FullAccessList [-Email] <String> [<CommonParameters>]

DESCRIPTION

The `Send-FullAccessList` function retrieves a detailed overview of mailbox permissions for a specified email address. It identifies users with Full Access and Send As permissions and sends the overview via email to the specified address. This function is typically used for shared mailboxes to allow administrators to review and update permissions as needed.

EXAMPLES

EXAMPLE 1

Send-FullAccessList -Email "[email protected]"

Retrieves the permissions for the mailbox `sharedmailbox@example.com` and sends the overview to the same address.

EXAMPLE 2

"[email protected]" | Send-FullAccessList

Retrieves the permissions for the mailbox `sharedmailbox@example.com` and sends the overview to the same address.

PARAMETERS

-Email

The email address of the mailbox for which permissions need to be retrieved and sent.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
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