Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 4 additions & 21 deletions exchange/exchange-ps/exchange/mailboxes/Get-Mailbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Get-Mailbox [-Anr <String>]
[-ResultSize <Unlimited>]
[-SoftDeletedMailbox]
[-SortBy <String>]
[-SupervisoryReviewPolicy] [<CommonParameters>]
[<CommonParameters>]
```

### DatabaseSet
Expand All @@ -65,7 +65,7 @@ Get-Mailbox [-Database <DatabaseIdParameter>]
[-RemoteArchive]
[-ResultSize <Unlimited>]
[-SortBy <String>]
[-SupervisoryReviewPolicy] [<CommonParameters>]
[<CommonParameters>]
```

### Identity
Expand All @@ -92,7 +92,7 @@ Get-Mailbox [[-Identity] <MailboxIdParameter>]
[-ResultSize <Unlimited>]
[-SoftDeletedMailbox]
[-SortBy <String>]
[-SupervisoryReviewPolicy] [<CommonParameters>]
[<CommonParameters>]
```

### ServerSet
Expand All @@ -116,7 +116,7 @@ Get-Mailbox [-Server <ServerIdParameter>]
[-RemoteArchive]
[-ResultSize <Unlimited>]
[-SortBy <String>]
[-SupervisoryReviewPolicy] [<CommonParameters>]
[<CommonParameters>]
```

### MailboxPlanSet
Expand Down Expand Up @@ -829,23 +829,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -SupervisoryReviewPolicy
This parameter is available only in on-premises Exchange.

PARAMVALUE: SwitchParameter

```yaml
Type: SwitchParameter
Parameter Sets: AnrSet, DatabaseSet, Identity, ServerSet
Aliases:
Applicable: Exchange Server 2016, Exchange Server 2019
Required: False
Position: Named
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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Expand Down
83 changes: 18 additions & 65 deletions exchange/exchange-ps/exchange/mailboxes/New-Mailbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -796,38 +796,6 @@ New-Mailbox [-Name] <String> [-Password <SecureString>] [-Shared] [-UserPrincipa
[-WhatIf] [<CommonParameters>]
```

### SupervisoryReviewPolicyMailbox
```
New-Mailbox [-Name] <String> [-SupervisoryReviewPolicy] [-UserPrincipalName <String>]
[-ActiveSyncMailboxPolicy <MailboxPolicyIdParameter>]
[-AddressBookPolicy <AddressBookMailboxPolicyIdParameter>]
[-Alias <String>]
[-Archive]
[-ArchiveDatabase <DatabaseIdParameter>]
[-Confirm]
[-Database <DatabaseIdParameter>]
[-DisplayName <String>]
[-DomainController <Fqdn>]
[-FirstName <String>]
[-Force]
[-ImmutableId <String>]
[-Initials <String>]
[-LastName <String>]
[-MailboxProvisioningConstraint <MailboxProvisioningConstraint>]
[-MailboxProvisioningPreferences <MultiValuedProperty>]
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
[-PrimarySmtpAddress <SmtpAddress>]
[-RemotePowerShellEnabled <$true | $false>]
[-ResetPasswordOnNextLogon <$true | $false>]
[-RetentionPolicy <MailboxPolicyIdParameter>]
[-RoleAssignmentPolicy <MailboxPolicyIdParameter>]
[-SamAccountName <String>]
[-SharingPolicy <SharingPolicyIdParameter>]
[-SkipMailboxProvisioningConstraintValidation]
[-ThrottlingPolicy <ThrottlingPolicyIdParameter>]
[-WhatIf] [<CommonParameters>]
```

## DESCRIPTION
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).

Expand Down Expand Up @@ -1303,7 +1271,7 @@ Accept wildcard characters: False

```yaml
Type: String
Parameter Sets: AuxAuditLog, DisabledUser,Discovery, EnableRoomMailboxAccount, Equipment, Linked, LinkedRoomMailbox, Migration, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
Parameter Sets: AuxAuditLog, DisabledUser,Discovery, EnableRoomMailboxAccount, Equipment, Linked, LinkedRoomMailbox, Migration, Room, Scheduling, Shared
Aliases:
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
Required: False
Expand Down Expand Up @@ -1351,7 +1319,7 @@ For more information about address book policies, see Address book policies (htt

```yaml
Type: AddressBookMailboxPolicyIdParameter
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, FederatedUser, InactiveMailbox, Linked, LinkedRoomMailbox, MicrosoftOnlineServicesFederatedUser, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, FederatedUser, InactiveMailbox, Linked, LinkedRoomMailbox, MicrosoftOnlineServicesFederatedUser, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
Aliases:
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
Required: False
Expand All @@ -1372,7 +1340,7 @@ If you don't use the Alias parameter when you create a recipient, the value of a

- Recipients with user accounts (for example, user mailboxes, and mail users): The left side of the MicrosoftOnlineServicesID or UserPrincipalName parameter is used. For example, helpdesk@contoso.com results in the Alias property value helpdesk.

- Recipeints without user accounts (for example, room mailboxes, mail contacts, and distribution groups): The value of the Name parameter is used. Spaces are removed and unsupported characters are converted to question marks (?).
- Recipients without user accounts (for example, room mailboxes, mail contacts, and distribution groups): The value of the Name parameter is used. Spaces are removed and unsupported characters are converted to question marks (?).

If you modify the Alias value of an existing recipient, the primary email address is automatically updated only in environments where the recipient is subject to email address policies (the EmailAddressPolicyEnabled property is True for the recipient).

Expand Down Expand Up @@ -1432,7 +1400,7 @@ Accept wildcard characters: False
```

### -Archive
The Archiveswitch specifies that an archive mailbox is created for this mailbox. You don't need to specify a value with this switch.
The Archive switch specifies that an archive mailbox is created for this mailbox. You don't need to specify a value with this switch.

```yaml
Type: SwitchParameter
Expand All @@ -1459,7 +1427,7 @@ The ArchiveDatabase parameter specifies the Exchange database that contains the

```yaml
Type: DatabaseIdParameter
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
Aliases:
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
Required: False
Expand Down Expand Up @@ -1545,7 +1513,7 @@ Use the Get-MailboxDatabase cmdlet to see the available mailbox databases.

```yaml
Type: DatabaseIdParameter
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
Aliases:
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
Required: False
Expand Down Expand Up @@ -1579,7 +1547,7 @@ The DomainController parameter specifies the domain controller that's used by th

```yaml
Type: Fqdn
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared

Aliases:
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
Expand Down Expand Up @@ -1723,7 +1691,7 @@ Accept wildcard characters: False
### -MailboxPlan
This parameter is available only in the cloud-based service.

The MailboxPlan parameter specifies the mailbox plan to applytothe mailbox. You can use any value that uniquely identifies the mailbox plan. For example:
The MailboxPlan parameter specifies the mailbox plan to apply to the mailbox. You can use any value that uniquely identifies the mailbox plan. For example:

- Name

Expand Down Expand Up @@ -1752,7 +1720,7 @@ Accept wildcard characters: False
```

### -MailboxProvisioningConstraint
This parameter is only availble in the cloud-based service.
This parameter is only available in the cloud-based service.

This parameter is reserved for internal Microsoft use.

Expand All @@ -1769,7 +1737,7 @@ Accept wildcard characters: False
```

### -MailboxProvisioningPreferences
This parameter is only availble in the cloud-based service.
This parameter is only available in the cloud-based service.

This parameter is reserved for internal Microsoft use.

Expand Down Expand Up @@ -1809,7 +1777,7 @@ The ManagedFolderMailboxPolicy parameter specifies the managed folder mailbox po

```yaml
Type: MailboxPolicyIdParameter
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
Aliases:
Applicable: Exchange Server 2010
Required: False
Expand All @@ -1828,7 +1796,7 @@ Outlook 2003 Service Pack 3 clients are supported but are provided limited funct

```yaml
Type: SwitchParameter
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
Aliases:
Applicable: Exchange Server 2010
Required: False
Expand Down Expand Up @@ -1984,7 +1952,7 @@ Accept wildcard characters: False
```

### -ProvisionedForOfficeGraph
This parameter is only availble in the cloud-based service.
This parameter is only available in the cloud-based service.

This parameter is reserved for internal Microsoft use.

Expand Down Expand Up @@ -2093,7 +2061,7 @@ If you don't use this parameter, the retention policy named Default MRM Policy i

```yaml
Type: MailboxPolicyIdParameter
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
Aliases:
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
Required: False
Expand Down Expand Up @@ -2158,7 +2126,7 @@ The SamAccountName parameter (also known as the pre-Windows 2000 user account or

```yaml
Type: String
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, FederatedUser, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, FederatedUser, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
Aliases:
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
Required: False
Expand Down Expand Up @@ -2225,7 +2193,7 @@ If you don't use this parameter, the sharing policy named Default Sharing Policy

```yaml
Type: SharingPolicyIdParameter
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
Aliases:
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
Required: False
Expand All @@ -2236,7 +2204,7 @@ Accept wildcard characters: False
```

### -SkipMailboxProvisioningConstraintValidation
This parameter is only availble in the cloud-based service.
This parameter is only available in the cloud-based service.

This parameter is reserved for internal Microsoft use.

Expand All @@ -2252,21 +2220,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -SupervisoryReviewPolicy
PARAMVALUE: SwitchParameter

```yaml
Type: SwitchParameter
Parameter Sets: SupervisoryReviewPolicyMailbox
Aliases:
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -TargetAllMDBs
This parameter is available only in the cloud-based service.

Expand Down Expand Up @@ -2301,7 +2254,7 @@ By default, no throttling policy is applied to the mailbox.

```yaml
Type: ThrottlingPolicyIdParameter
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
Aliases:
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
Required: False
Expand Down
17 changes: 0 additions & 17 deletions exchange/exchange-ps/exchange/mailboxes/Remove-Mailbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Remove-Mailbox [-Identity] <MailboxIdParameter> [-Permanent <$true | $false>]
[-PublicFolder]
[-RemoveArbitrationMailboxWithOABsAllowed]
[-RemoveLastArbitrationMailboxAllowed]
[-SupervisoryReviewPolicy]
[-WhatIf] [<CommonParameters>]
```

Expand All @@ -51,7 +50,6 @@ Remove-Mailbox -Database <DatabaseIdParameter> -StoreMailboxIdentity <StoreMailb
[-PublicFolder]
[-RemoveArbitrationMailboxWithOABsAllowed]
[-RemoveLastArbitrationMailboxAllowed]
[-SupervisoryReviewPolicy]
[-WhatIf] [<CommonParameters>]
```

Expand Down Expand Up @@ -461,21 +459,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -SupervisoryReviewPolicy
PARAMVALUE: SwitchParameter

```yaml
Type: SwitchParameter
Parameter Sets: StoreMailboxIdentity, Identity
Aliases:
Applicable: Exchange Server 2016, Exchange Server 2019
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -WhatIf
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.

Expand Down
Loading