Skip to content

Commit f8177e3

Browse files
authored
Merge pull request MicrosoftDocs#2345 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents aeb5892 + 94df635 commit f8177e3

21 files changed

+307
-775
lines changed

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

Lines changed: 28 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,23 @@ monikerRange: "exchonline-ps"
1111
## SYNOPSIS
1212
This cmdlet is available only in the cloud-based service.
1313

14-
Use the Get-CASMailboxPlan cmdlet to view Client Access services (CAS) mailbox plans in the cloud-based organization.
14+
Use the Get-CASMailboxPlan cmdlet to view Client Access services (CAS) mailbox plans in cloud-based organizations.
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-
Get-CASMailboxPlan [[-Identity] <MailboxPlanIdParameter>] [-Credential <PSCredential>]
22-
[-DomainController <Fqdn>] [-Filter <String>] [-IgnoreDefaultScope]
23-
[-ResultSize <Unlimited>] [-SortBy <String>] [<CommonParameters>]
21+
Get-CASMailboxPlan [[-Identity] <MailboxPlanIdParameter>]
22+
[-Credential <PSCredential>]
23+
[-Filter <String>]
24+
[-IgnoreDefaultScope]
25+
[-ResultSize <Unlimited>]
26+
[-SortBy <String>] [<CommonParameters>]
2427
```
2528

2629
## DESCRIPTION
27-
CAS mailbox plans control client access settings for all mailboxes that have the plans assigned to them (for example, Exchange ActiveSync, POP, IMAP, and Outlook on the web settings).
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.
2831

2932
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).
3033

@@ -42,32 +45,42 @@ This example returns a summary list of all CAS mailbox plans in the organization
4245
Get-CASMailboxPlan -Identity ExchangeOnlineEnterprise
4346
```
4447

45-
This example returns detailed information about the CAS mailbox plan named ExchangeOnlineEnterprise.
48+
This example returns detailed information about the specified CAS mailbox plan.
4649

4750
## PARAMETERS
4851

49-
### -Credential
50-
The Credential parameter specifies the user name and password that's used to run this command. Typically, you use this parameter in scripts or when you need to provide different credentials that have the required permissions.
52+
### -Identity
53+
The Identity parameter specifies the CAS mailbox plan that you want to view. You can use any value that uniquely identifies the CAS mailbox plan. For example:
5154

52-
This parameter requires the creation and passing of a credential object. This credential object is created by using the Get-Credential cmdlet. For more information, see Get-Credential (https://go.microsoft.com/fwlink/p/?linkId=142122).
55+
- Name
56+
57+
- Display Name
58+
59+
- Distinguished name (DN)
60+
61+
- GUID
62+
63+
The display name and name of the CAS mailbox plan is the same as the corresponding mailbox plan (for example, ExchangeOnlineEnterprise and ExchangeOnlineEnterprise-\<GUID\>).
5364

5465
```yaml
55-
Type: PSCredential
66+
Type: MailboxPlanIdParameter
5667
Parameter Sets: (All)
5768
Aliases:
5869
Applicable: Exchange Online
5970
Required: False
60-
Position: Named
71+
Position: 1
6172
Default value: None
62-
Accept pipeline input: False
73+
Accept pipeline input: True
6374
Accept wildcard characters: False
6475
```
6576
66-
### -DomainController
67-
This parameter is reserved for internal Microsoft use.
77+
### -Credential
78+
The Credential parameter specifies the user name and password that's used to run this command. Typically, you use this parameter in scripts or when you need to provide different credentials that have the required permissions.
79+
80+
This parameter requires the creation and passing of a credential object. This credential object is created by using the Get-Credential cmdlet. For more information, see Get-Credential (https://go.microsoft.com/fwlink/p/?linkId=142122).
6881
6982
```yaml
70-
Type: Fqdn
83+
Type: PSCredential
7184
Parameter Sets: (All)
7285
Aliases:
7386
Applicable: Exchange Online
@@ -95,31 +108,6 @@ Accept pipeline input: False
95108
Accept wildcard characters: False
96109
```
97110
98-
### -Identity
99-
The Identity parameter specifies the CAS mailbox plan that you want to view. You can use any value that uniquely identifies the CAS mailbox plan. For example:
100-
101-
- Name
102-
103-
- Display Name
104-
105-
- Distinguished name (DN)
106-
107-
- GUID
108-
109-
Typically, the name of the CAS mailbox plan is the same as the corresponding mailbox plan (for example, ExchangeOnlineEnterprise).
110-
111-
```yaml
112-
Type: MailboxPlanIdParameter
113-
Parameter Sets: (All)
114-
Aliases:
115-
Applicable: Exchange Online
116-
Required: False
117-
Position: 1
118-
Default value: None
119-
Accept pipeline input: True
120-
Accept wildcard characters: False
121-
```
122-
123111
### -IgnoreDefaultScope
124112
This parameter is reserved for internal Microsoft use.
125113

0 commit comments

Comments
 (0)