You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/client-access/Get-CASMailboxPlan.md
+28-40Lines changed: 28 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,23 @@ monikerRange: "exchonline-ps"
11
11
## SYNOPSIS
12
12
This cmdlet is available only in the cloud-based service.
13
13
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.
15
15
16
16
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
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.
28
31
29
32
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).
30
33
@@ -42,32 +45,42 @@ This example returns a summary list of all CAS mailbox plans in the organization
This example returns detailed information about the CAS mailbox plan named ExchangeOnlineEnterprise.
48
+
This example returns detailed information about the specified CAS mailbox plan.
46
49
47
50
## PARAMETERS
48
51
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:
51
54
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\>).
53
64
54
65
```yaml
55
-
Type: PSCredential
66
+
Type: MailboxPlanIdParameter
56
67
Parameter Sets: (All)
57
68
Aliases:
58
69
Applicable: Exchange Online
59
70
Required: False
60
-
Position: Named
71
+
Position: 1
61
72
Default value: None
62
-
Accept pipeline input: False
73
+
Accept pipeline input: True
63
74
Accept wildcard characters: False
64
75
```
65
76
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).
68
81
69
82
```yaml
70
-
Type: Fqdn
83
+
Type: PSCredential
71
84
Parameter Sets: (All)
72
85
Aliases:
73
86
Applicable: Exchange Online
@@ -95,31 +108,6 @@ Accept pipeline input: False
95
108
Accept wildcard characters: False
96
109
```
97
110
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
-
123
111
### -IgnoreDefaultScope
124
112
This parameter is reserved for internal Microsoft use.
0 commit comments