Get-SupervisionListEntry
Applies to: Exchange Server 2010, Exchange Online
Topic Last Modified: 2013-01-11
This cmdlet is available only in the cloud-based service.
Use the Get-SupervisionListEntry cmdlet to view information about the supervision list entries in a cloud-based mailbox. Each user has a personalized list of entries.
For information about the parameter sets in the Syntax section below, see Syntax.
Get-SupervisionListEntry -Identity <RecipientIdParameter> [-Credential <PSCredential>] [-DomainController <Fqdn>] [-ReadFromDomainController <SwitchParameter>] [-ResultSize <Unlimited>] [-Tag <String>]
This example shows the supervision list entries that prevent people from sending messages to the user Allison Brown. The anti-bullying supervision policy prevents these people from sending messages to Allison.
Get-SupervisionListEntry "Allison Brown" -Tag "Reject"
This example returns all the supervision list entries that are configured in the mailbox of the user Brian Johnson and displays the result in a tabular format.
Get-SupervisionListEntry "Brian Johnson" | Format-Table
Supervision list entries that are configured in a mailbox perform the following functions:
-
They specify individual exceptions for the user in the closed campus supervision policy.
-
They identify the user as a victim in the anti-bullying policy. This prevents the specified recipients from sending messages to the user.
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Supervision" entry in the Feature Permissions in Exchange Online topic.
| Parameter | Required | Type | Description |
|---|---|---|---|
| Identity | Required | Microsoft.Exchange.Configuration.Tasks.RecipientIdParameter | The Identity parameter specifies the mailbox that contains the supervision list entry. You can use any value that uniquely identifies the mailbox. |
| Credential | Optional | System.Management.Automation.PSCredential | The Credential parameter specifies the logon credentials used to access the mailbox that contains the supervision list entry. |
| DomainController | Optional | Microsoft.Exchange.Data.Fqdn | This parameter is reserved for internal Microsoft use. |
| ReadFromDomainController | Optional | System.Management.Automation.SwitchParameter | This parameter is reserved for internal Microsoft use. |
| ResultSize | Optional | Microsoft.Exchange.Data.Unlimited | The ResultSize parameter specifies the maximum number of results to return. |
| Tag | Optional | System.String | The Tag parameter specifies the supervision tag. Acceptable values are |
To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.
To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.
