Skip to content

Show-MailboxFolderPermissions

SYNOPSIS

List all folder permissions within a mailbox.

SYNTAX

Show-MailboxFolderPermissions [-mailboxnaam] <String> [<CommonParameters>]

DESCRIPTION

The `Show-MailboxFolderPermissions` function lists all permissions on folders within the specified mailbox. Users with Full Mailbox Access are not displayed. The function retrieves folder permissions for specific folder types (e.g., Calendar, Inbox, Sent Items) and outputs the results.

EXAMPLES

EXAMPLE 1

Show-MailboxFolderPermissions -Mailboxnaam "RobotVanDeToekomst"

Lists the folder permissions for the mailbox `RobotVanDeToekomst`.

EXAMPLE 2

"RobotVanDeToekomst" | Show-MailboxFolderPermissions

Lists the folder permissions for the mailbox `RobotVanDeToekomst`.

PARAMETERS

-mailboxnaam

The name of the mailbox for which folder permissions will be listed.

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