Skip to content

Commit 8e64304

Browse files
committed
Teaks to mailbox plan cmdlets; online remove from site mailbox cmdlets
1 parent 9bed331 commit 8e64304

15 files changed

+179
-182
lines changed

exchange/exchange-ps/exchange/client-access/Get-CASMailboxPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-CASMailboxPlan [[-Identity] <MailboxPlanIdParameter>]
2727
```
2828

2929
## DESCRIPTION
30-
A CAS mailbox plan is tied to the corresponding mailbox plan (a mailbox plan with the same name and display name). CAS mailbox plans assign the specified Client Access settings to mailboxes at the time of creation.
30+
A CAS mailbox plan is tied to the corresponding mailbox plan that has the same name (and display name). Like mailbox plans, CAS mailbox plans correspond to license types, and are applied to a mailbox when you license the user. The availability of a CAS mailbox plan is determined by your selections when you enroll in the service and the age of your organization.
3131

3232
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).
3333

exchange/exchange-ps/exchange/client-access/set-CASMailboxPlan.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Set-CASMailboxPlan [-Identity] <MailboxPlanIdParameter>
2828
```
2929

3030
## DESCRIPTION
31-
A CAS mailbox plan is tied to the corresponding mailbox plan (a mailbox plan with the same name and display name). CAS mailbox plans assign the specified Client Access settings to mailboxes that you create or enable.
31+
A CAS mailbox plan is tied to the corresponding mailbox plan that has the same name (and display name). Like mailbox plans, CAS mailbox plans correspond to license types, and are applied to a mailbox when you license the user. The availability of a CAS mailbox plan is determined by your selections when you enroll in the service and the age of your organization.
3232

3333
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).
3434

@@ -54,7 +54,7 @@ The Identity parameter specifies the CAS mailbox plan that you want to modify. Y
5454

5555
- GUID
5656

57-
The display name and name of the CAS mailbox plan is the same as the corresponding mailbox plan (for example, ExchangeOnlineEnterprise and ExchangeOnlineEnterprise-\<GUID\>).
57+
The display name and name of the CAS mailbox plan is the same as the corresponding mailbox plan (for example, ExchangeOnlineEnterprise and ExchangeOnlineEnterprise-\<GUID\>, respectively).
5858

5959
```yaml
6060
Type: MailboxPlanIdParameter
@@ -69,11 +69,11 @@ Accept wildcard characters: False
6969
```
7070
7171
### -ActiveSyncEnabled
72-
The ActiveSyncEnabled parameter specifies whether to enable or disable Exchange ActiveSync access to mailboxes that are created or enabled using the CAS mailbox plan. Valid values are:
72+
The ActiveSyncEnabled parameter enables or disables access to the mailbox by using Exchange Active Sync (EAS). Valid values are:
7373
74-
- $true: ActiveSync access to mailboxes is enabled. This is the default value.
74+
- $true: ActiveSync access to the mailbox is enabled. This is the default value.
7575
76-
- $false: ActiveSync access to mailboxes is disabled.
76+
- $false: ActiveSync access to the mailbox is disabled.
7777
7878
```yaml
7979
Type: $true | $false
@@ -107,11 +107,11 @@ Accept wildcard characters: False
107107
```
108108
109109
### -ImapEnabled
110-
The ImapEnabled parameter specifies whether to enable or disable IMAP4 access to mailboxes that are created or enabled using the CAS mailbox plan. Valid values are:
110+
The ImapEnabled parameter enables or disables access to the mailbox by using IMAP4 clients. Valid values are:
111111
112-
- $true: IMAP4 access to mailboxes is enabled. This is default value for all plans except ExchangeOnlineDeskless.
112+
- $true: IMAP4 access to the mailbox is enabled. This is default value for all CAS mailbox plans except ExchangeOnlineDeskless.
113113
114-
- $false: IMAP4 access to mailboxes is disabled. This is default value for ExchangeOnlineDeskless.
114+
- $false: IMAP4 access to the mailbox is disabled. This is default value for ExchangeOnlineDeskless.
115115
116116
```yaml
117117
Type: $true | $false
@@ -126,7 +126,7 @@ Accept wildcard characters: False
126126
```
127127
128128
### -OwaMailboxPolicy
129-
The OwaMailboxPolicy parameter specifies the Outlook on the web (formerly known as Outlook Web App) mailbox policy that you want applied to mailboxes that are created or enabled using the CAS mailbox plan. You can use any value that uniquely identifies the policy. For example:
129+
The OwaMailboxPolicy parameter specifies the Outlook on the web (formerly known as Outlook Web App) mailbox policy for the mailbox. You can use any value that uniquely identifies the policy. For example:
130130
131131
- Name
132132
@@ -151,11 +151,11 @@ Accept wildcard characters: False
151151
```
152152
153153
### -PopEnabled
154-
The PopEnabled parameter specifies whether to enable or disable POP3 access to mailboxes that are created or enabled using the CAS mailbox plan. Valid values are:
154+
The PopEnabled parameter enables or disables access to the mailbox by using POP3 clients. Valid values are:
155155
156-
- $true: POP3 access to mailboxes is enabled. This is the default value.
156+
- $true: POP3 access to the mailbox is enabled. This is the default value.
157157
158-
- $false: POP3 access to mailboxes is disabled.
158+
- $false: POP3 access to the mailbox is disabled.
159159
160160
```yaml
161161
Type: $true | $false

exchange/exchange-ps/exchange/mailboxes/Get-MailboxPlan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Get-MailboxPlan [[-Identity] <MailboxPlanIdParameter>]
3030
```
3131

3232
## DESCRIPTION
33-
A mailbox plan is a template that automatically configures properties on new mailboxes during creation. Mailbox plans correspond to Office 365 license types. The availability of a mailbox plan is determined by the selections you make when you enroll your domain in the service.
33+
A mailbox plan is a template that automatically configures mailbox properties. Mailbox plans correspond to license types, and are applied when you license the user. The availability of a mailbox plan is determined by your selections when you enroll in the service and the age of your organization.
3434

3535
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).
3636

@@ -78,7 +78,7 @@ Accept wildcard characters: False
7878
### -AllMailboxPlanReleases
7979
The AllMailboxPlanReleases switch specifies whether to include mailbox plans that were used in previous versions of the service in the results. You don't need to specify a value with this switch.
8080
81-
If you don't use this switch, the command displays only mailbox plans that are used in the current version of the service. This parameter has meaning only for organizations that were enrolled in previous versions of the cloud-based service.
81+
If you don't use this switch, the command returns only mailbox plans that are used in the current version of the service. This parameter has meaning only for organizations that were enrolled in previous versions of the service.
8282
8383
```yaml
8484
Type: SwitchParameter

exchange/exchange-ps/exchange/mailboxes/New-SiteMailbox.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,25 @@ monikerRange: "exchserver-ps-2013 || exchserver-ps-2016 || exchserver-ps-2019"
99
# New-SiteMailbox
1010

1111
## SYNOPSIS
12-
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
12+
This cmdlet is available only in on-premises Exchange. Site mailboxes were removed from Exchange Online and SharePoint Online in 2017.
1313

14-
The New-SiteMailbox cmdlet is used by Microsoft SharePoint and Microsoft Exchange user interfaces to create site mailboxes. We recommend that you don't use this cmdlet in the Exchange Management Shell; instead use SharePoint to create the site mailbox. This cmdlet should only be used for diagnostic and troubleshooting purposes.
14+
The New-SiteMailbox cmdlet is used by the Microsoft SharePoint and Microsoft Exchange user interfaces to create site mailboxes. We recommend that you don't use this cmdlet in the Exchange Management Shell; instead use SharePoint to create the site mailbox. This cmdlet should only be used for diagnostic and troubleshooting purposes.
1515

1616
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1717

1818
## SYNTAX
1919

2020
```
21-
New-SiteMailbox [[-DisplayName] <String>] -SharePointUrl <Uri> [-Alias <String>] [-Confirm]
22-
[-Database <DatabaseIdParameter>] [-DomainController <Fqdn>] [-Force] [-Name <String>]
23-
[-OrganizationalUnit <OrganizationalUnitIdParameter>] [-OverrideRecipientQuotas] [-WhatIf]
24-
[<CommonParameters>]
21+
New-SiteMailbox [[-DisplayName] <String>] -SharePointUrl <Uri>
22+
[-Alias <String>]
23+
[-Confirm]
24+
[-Database <DatabaseIdParameter>]
25+
[-DomainController <Fqdn>]
26+
[-Force]
27+
[-Name <String>]
28+
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
29+
[-OverrideRecipientQuotas]
30+
[-WhatIf] [<CommonParameters>]
2531
```
2632

2733
## DESCRIPTION
@@ -88,8 +94,6 @@ Accept wildcard characters: False
8894
```
8995
9096
### -Database
91-
This parameter is available only in on-premises Exchange.
92-
9397
The Database parameter specifies the identity of the mailbox database on which the mailbox data for the site mailbox resides.
9498
9599
```yaml
@@ -120,8 +124,6 @@ Accept wildcard characters: False
120124
```
121125
122126
### -DomainController
123-
This parameter is available only in on-premises Exchange.
124-
125127
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
126128
127129
```yaml

exchange/exchange-ps/exchange/mailboxes/Set-Mailbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4265,7 +4265,7 @@ The RetainDeletedItemsFor parameter specifies the length of time to keep soft-de
42654265

42664266
These actions move the items to the Recoverable Items folder, into a subfolder named Deletions.
42674267

4268-
Before the deleted item retention period expires, users can recover soft-deleted items in Outlook and Outlook on the web by using the Recover Deleted Items feature. For more information, see Recoverable Items folder in Exchange 2016 (https://technet.microsoft.com/library/ee364755.aspx).
4268+
Before the deleted item retention period expires, users can recover soft-deleted items in Outlook and Outlook on the web by using the Recover Deleted Items feature. For more information, see Recoverable Items folder in Exchange Server (https://technet.microsoft.com/library/ee364755.aspx).
42694269

42704270
To specify a value, enter it as a time span: dd.hh:mm:ss where dd = days, hh = hours, mm = minutes, and ss = seconds.
42714271

@@ -4393,7 +4393,7 @@ Accept wildcard characters: False
43934393
```
43944394

43954395
### -RoleAssignmentPolicy
4396-
The RoleAssignmentPolicy parameter specifies the role assignment policy that's assigned to the mailbox.You can use any value that uniquely identifies the role assignment policy. For example:
4396+
The RoleAssignmentPolicy parameter specifies the role assignment policy that's assigned to the mailbox. You can use any value that uniquely identifies the role assignment policy. For example:
43974397

43984398
- Name
43994399

exchange/exchange-ps/exchange/mailboxes/Set-MailboxPlan.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Set-MailboxPlan [-Identity] <MailboxPlanIdParameter>
3434
```
3535

3636
## DESCRIPTION
37-
A mailbox plan is a template that automatically configures properties on new mailboxes. Mailbox plans correspond to license types. The availability of a mailbox plan is determined by your selections when you enroll in Office 365.
37+
A mailbox plan is a template that automatically configures mailbox properties. Mailbox plans correspond to license types, and are applied when you license the user. The availability of a mailbox plan is determined by your selections when you enroll in the service and the age of your organization.
38+
39+
Modifying the settings in a mailbox plan doesn't affect existing mailboxes that were created using the mailbox plan. The only way to use a mailbox plan to modify the settings on an existing mailbox is to assign a different license to the user, which will apply the corresponding mailbox plan to the mailbox.
3840

3941
Each mailbox plan has a corresponding Client Access services (CAS) mailbox plan with the same name and display name value. You can use the Set-CasMailboxPlan cmdlet to enable or disable POP3, IMAP4 or Exchange ActiveSync (EAS) access to new or newly-enabled mailboxes, and you can specify the Outlook on the web (formerly known as Outlook Web App) mailbox policy for the mailboxes.
4042

@@ -126,7 +128,7 @@ Accept wildcard characters: False
126128
```
127129
128130
### -IssueWarningQuota
129-
The IssueWarningQuota parameter specifies the warning threshold for the size of mailboxes that are created or enabled using the mailbox plan. If the mailbox reaches or exceeds this size, the user receives a descriptive warning message.
131+
The IssueWarningQuota parameter specifies the warning threshold for the size of the mailboxes that are created or enabled using the mailbox plan. If the mailbox reaches or exceeds this size, the user receives a descriptive warning message.
130132
131133
A valid value is a number up to 1.999999999 terabytes (2199023254528 bytes) or the value unlimited. When you enter a number, you can qualify it with one of the following units:
132134
@@ -159,7 +161,7 @@ Accept wildcard characters: False
159161
```
160162
161163
### -MaxReceiveSize
162-
The MaxReceiveSize parameter specifies the maximum size of a message that can be sent to mailboxes that are created or enabled using the mailbox plan. Messages larger than the maximum size are rejected.
164+
The MaxReceiveSize parameter specifies the maximum size of a message that can be sent to the mailbox. Messages larger than the maximum size are rejected.
163165
164166
When you enter a value, qualify the value with one of the following units:
165167
@@ -194,7 +196,7 @@ Accept wildcard characters: False
194196
```
195197
196198
### -MaxSendSize
197-
The MaxSendSize parameter specifies the maximum size of a message that can be sent by created or enabled mailboxes that are created using the mailbox plan.
199+
The MaxSendSize parameter specifies the maximum size of a message that can be sent by the mailbox.
198200
199201
When you enter a value, qualify the value with one of the following units:
200202
@@ -229,7 +231,7 @@ Accept wildcard characters: False
229231
```
230232
231233
### -ProhibitSendQuota
232-
The ProhibitSendQuota parameter specifies a size limit for mailboxes that are created or enabled using the mailbox plan. If the mailbox reaches or exceeds this size, the mailbox can't send new messages, and the user receives a descriptive warning message.
234+
The ProhibitSendQuota parameter specifies a size limit for the mailbox. If the mailbox reaches or exceeds this size, the mailbox can't send new messages, and the user receives a descriptive warning message.
233235
234236
A valid value is a number up to 1.999999999 terabytes (2199023254528 bytes) or the value unlimited. When you enter a number, you can qualify it with one of the following units:
235237
@@ -262,7 +264,7 @@ Accept wildcard characters: False
262264
```
263265
264266
### -ProhibitSendReceiveQuota
265-
The ProhibitSendReceiveQuota parameter specifies a size limit for mailboxes that are created or enabled using the mailbox plan. If the mailbox reaches or exceeds this size, the mailbox can't send or receive new messages. Messages sent to the mailbox are returned to the sender with a descriptive error message. This value effectively determines the maximum size of the mailbox.
267+
The ProhibitSendReceiveQuota parameter specifies a size limit for the mailbox. If the mailbox reaches or exceeds this size, the mailbox can't send or receive new messages. Messages sent to the mailbox are returned to the sender with a descriptive error message. This value effectively determines the maximum size of the mailbox.
266268
267269
A valid value is a number up to 1.999999999 terabytes (2199023254528 bytes) or the value unlimited. When you enter a number, you can qualify it with one of the following units:
268270
@@ -295,7 +297,7 @@ Accept wildcard characters: False
295297
```
296298
297299
### -RetainDeletedItemsFor
298-
The RetainDeletedItemsFor parameter specifies the length of time to keep soft-deleted items for mailboxes that are created or enabled using the mailbox plan. Soft-deleted items are items that have been deleted by using any of these methods:
300+
The RetainDeletedItemsFor parameter specifies the length of time to keep soft-deleted items for the mailbox. Soft-deleted items are items that have been deleted by using any of these methods:
299301
300302
- Deleting items from the Deleted Items folder.
301303
@@ -324,7 +326,7 @@ Accept wildcard characters: False
324326
```
325327
326328
### -RetentionPolicy
327-
The RetentionPolicy parameter specifies the retention policy that you want applied to mailboxes that are created or enabled using the mailbox plan. You can use any value that uniquely identifies the policy. For example:
329+
The RetentionPolicy parameter specifies the retention policy that's applied to the mailbox. You can use any value that uniquely identifies the policy. For example:
328330
329331
- Name
330332
@@ -349,18 +351,16 @@ Accept wildcard characters: False
349351
```
350352
351353
### -RoleAssignmentPolicy
352-
The RoleAssignmentPolicy parameter specifies the management role assignment policy that's assigned to mailboxes that are created or enabled using the mailbox plan.
353-
354-
The default value is Default Role Assignment Policy.
355-
356-
To associate a role assignment policy with the mailbox plan, you use any value that uniquely identifies the role assignment policy. For example:
354+
The RoleAssignmentPolicy parameter specifies the role assignment policy that's applied to the mailbox. You can use any value that uniquely identifies the role assignment policy. For example:
357355
358356
- Name
359357
360358
- Distinguished name (DN)
361359
362360
- GUID
363361
362+
The default value is Default Role Assignment Policy.
363+
364364
To see the available role assignment policies, use the Get-RoleAssignmentPolicy cmdlet.
365365
366366
```yaml

0 commit comments

Comments
 (0)