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
This cmdlet supports retrieving all the policy packages available on a tenant. Provide the identity of a specific policy package to retrieve its definition, including details on the policies applied with the package.
29
+
For more information on policy packages, please review https://docs.microsoft.com/en-us/MicrosoftTeams/manage-policy-packages
30
+
31
+
## EXAMPLES
32
+
33
+
### Example 1
34
+
```powershell
35
+
PS C:\> Get-TeamPolicyPackage
36
+
```
37
+
38
+
Returns all policy packages available on the tenant.
Returns the definition of the Education_PrimaryStudent policy package, including the policies applied with the package.
46
+
47
+
## PARAMETERS
48
+
49
+
### -Identity
50
+
51
+
The name of a specific policy package. All possible policy package names can be found by running Get-TeamPolicyPackage.
52
+
53
+
```yaml
54
+
Type: String
55
+
Parameter Sets: (All)
56
+
Aliases:
57
+
Applicable: Microsoft Teams
58
+
Required: False
59
+
Position: 0
60
+
Default value: None
61
+
Accept pipeline input: False
62
+
Accept wildcard characters: False
63
+
```
64
+
65
+
### CommonParameters
66
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports retrieving recommendations for which policy packages are best suited for a given user. This recommendation is based on tenant and user information such as license types.
29
+
For more information on policy packages, please review https://docs.microsoft.com/en-us/MicrosoftTeams/manage-policy-packages
Returns recommendations for which policy packages are best suited for [email protected]. The recommendation value per package can either be none, weak, or strong based on how confident the existing signals (e.g. license type) imply a user role.
39
+
40
+
## PARAMETERS
41
+
42
+
### -Identity
43
+
44
+
The user that will receive policy package recommendations.
45
+
46
+
```yaml
47
+
Type: String
48
+
Parameter Sets: (All)
49
+
Aliases:
50
+
Applicable: Microsoft Teams
51
+
Required: True
52
+
Position: 0
53
+
Default value: None
54
+
Accept pipeline input: False
55
+
Accept wildcard characters: False
56
+
```
57
+
58
+
### CommonParameters
59
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports applying a policy package to users in a tenant. Provide one or more user identities to assign the package with all the associated policies. The available policy packages and their definitions can be found by running Get-TeamPolicyPackage. The recommended policy package for each user can be found by running Get-TeamUserPolicyPackageRecommendation.
29
+
For more information on policy packages, please review https://docs.microsoft.com/en-us/MicrosoftTeams/manage-policy-packages
Applies the Education_PrimaryStudent policy package to two users in the tenant.
39
+
40
+
## PARAMETERS
41
+
42
+
### -Identity
43
+
44
+
A list of one or more users in the tenant. Note that we recommend applying a policy package to no more than 15 users at once.
45
+
46
+
```yaml
47
+
Type: String[]
48
+
Parameter Sets: (All)
49
+
Aliases:
50
+
Applicable: Microsoft Teams
51
+
Required: True
52
+
Position: 0
53
+
Default value: None
54
+
Accept pipeline input: False
55
+
Accept wildcard characters: False
56
+
```
57
+
58
+
### -PackageName
59
+
60
+
The name of a specific policy package to apply. All possible policy package names can be found by running Get-TeamPolicyPackage.
61
+
62
+
```yaml
63
+
Type: String
64
+
Parameter Sets: (All)
65
+
Aliases:
66
+
Applicable: Microsoft Teams
67
+
Required: True
68
+
Position: 1
69
+
Default value: None
70
+
Accept pipeline input: False
71
+
Accept wildcard characters: False
72
+
```
73
+
74
+
### CommonParameters
75
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
This parameter is available only in the cloud-based service.
215
+
216
+
The AdditionalStorageProvidersAvailable parameter specifies whether to allow additional storage providers (for example, Box, Dropbox, Facebook, Google Drive, Egnyte, personal OneDrive) attachments in Outlook on the web. Valid values are:
217
+
218
+
- $true: Additional storage providers are enabled in Outlook on the web. Users can connect their additional storage providers and share files over email. This is the default value.
219
+
220
+
- $false: Additional storage providers are disabled in Outlook on the web. Users can't connect their additional storage providers or share files over email.
221
+
222
+
```yaml
223
+
Type: $true | $false
224
+
Parameter Sets: (All)
225
+
Aliases:
226
+
Applicable: Exchange Online
227
+
Required: False
228
+
Position: Named
229
+
Default value: False
230
+
Accept pipeline input: False
231
+
Accept wildcard characters: False
232
+
```
212
233
### -ActiveSyncIntegrationEnabled
213
234
The ActiveSyncIntegrationEnabled parameter specifies whether to enable or disable Exchange ActiveSync settings in Outlook on the web. Valid values are:
This parameter is available only in the cloud-based service.
1843
1862
1844
-
The ThirdPartyFileProvidersEnabled parameter specifies whether to allow third-party (for example, Box, Dropbox, and Egnyte) attachments in Outlook on the web. Valid values are:
1845
-
1846
-
- $true: Third-party attachments are enabled in Outlook on the web. Users can connect their third-party file sharing accounts and share files over email.
1863
+
This parameter has been deprecated and is no longer used.
1847
1864
1848
-
- $false: Third-party attachments are disabled in Outlook on the web. Users can't connect their third-party file sharing accounts or share files over email. This is the default value.
1865
+
To enable or disable third party attachments in Outlook on the web, use the AdditionalStorageProvidersAvailable parameter.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/mail-flow/Get-MessageTraceDetail.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ monikerRange: "exchonline-ps"
14
14
## SYNOPSIS
15
15
This cmdlet is available only in the cloud-based service.
16
16
17
-
Use the Get-MessageTraceDetail cmdlet to view the message trace event details for a specific message. Note that these detailed results are returned less quickly than the Get-MessageTrace cmdlets.
17
+
Use the Get-MessageTraceDetail cmdlet to view the message trace event details for a specific message. Note that these detailed results are returned less quickly than the Get-MessageTrace results.
18
18
19
19
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/mailboxes/New-Mailbox.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1628,7 +1628,7 @@ The MailboxPlan parameter specifies the mailbox plan to apply to the mailbox. Yo
1628
1628
1629
1629
- GUID
1630
1630
1631
-
A mailbox plan specifies the permissions and features that are available to a mailbox. In Office 365, mailbox plans correspond to the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center.
1631
+
A mailbox plan specifies the permissions and features that are available to a mailbox. In Office 365, mailbox plans correspond to the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center.
1632
1632
1633
1633
You can see the available mailbox plans by using the Get-MailboxPlan cmdlet.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/mailboxes/Set-Mailbox.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3037,7 +3037,7 @@ Unqualified values are typically treated as bytes, but small values may be round
3037
3037
3038
3038
The IssueWarningQuota value must be less than or equal to the ProhibitSendReceiveQuota value.
3039
3039
3040
-
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center. You can lower the quota value, and you may be able to raise the quota, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
3040
+
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center. You can lower the quota value, and you may be able to raise the quota, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
3041
3041
3042
3042
In on-premises Exchange, the default value of this parameter is unlimited. When the UseDatabaseQuotaDefaults parameter is set to $true, the value of the this parameter is ignored, and the mailbox uses the IssueWarningQuota value on the mailbox database. To use this parameter to enforce a specific quota value for the mailbox, you need to set the UseDatabaseQuotaDefaults parameter to the value $false.
3043
3043
@@ -3418,7 +3418,7 @@ Unqualified values are typically treated as bytes, but small values may be round
3418
3418
3419
3419
A valid value is a number up to 1.999999 gigabytes (2147483647 bytes) or the value unlimited.
3420
3420
3421
-
In Office 365, the value is determined by the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center. You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's allowed by the subscription or license.
3421
+
In Office 365, the value is determined by the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center. You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's allowed by the subscription or license.
3422
3422
3423
3423
In Office 365, you use this parameter to configure the MaxReceiveSize value on existing mailboxes. Use the Set-MailboxPlan cmdlet to change the MaxReceiveSize value for all new mailboxes that you create in the future.
3424
3424
@@ -3472,7 +3472,7 @@ Unqualified values are typically treated as bytes, but small values may be round
3472
3472
3473
3473
A valid value is a number up to 1.999999 gigabytes (2147483647 bytes) or the value unlimited.
3474
3474
3475
-
In Office 365, the value is determined by the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center. You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's allowed by the subscription or license.
3475
+
In Office 365, the value is determined by the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center. You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's allowed by the subscription or license.
3476
3476
3477
3477
In Office 365, you use this parameter to configure the MaxSendSize value on existing mailboxes. Use the Set-MailboxPlan cmdlet to change the MaxSendSize value for all new mailboxes that you create in the future.
The Password parameter resets the password of the user account that's associated with the mailbox to the value you specify. To use this parameter on a mailbox other than your own, you need to be a member of one of the following role groups:
3817
3817
3818
-
- Office 365: You can't use this parameter to change another user's password. To change another user's password, use the Set-MsolUserPassword cmdlet in Office 365 (Azure AD) PowerShell. For connection instructions, see Connect to Office 365 PowerShell (https://go.microsoft.com/fwlink/p/?LinkId=614839). To change a another user's password in the Office 365 admin center, see Reset a user's password (https://go.microsoft.com/fwlink/p/?LinkId=614837).
3818
+
- Office 365: You can't use this parameter to change another user's password. To change another user's password, use the Set-MsolUserPassword cmdlet in Office 365 (Azure AD) PowerShell. For connection instructions, see Connect to Office 365 PowerShell (https://go.microsoft.com/fwlink/p/?LinkId=614839). To change a another user's password in the Microsoft 365 admin center, see Reset a user's password (https://go.microsoft.com/fwlink/p/?LinkId=614837).
3819
3819
3820
3820
- On-premises Exchange: The Organization Management or Help Desk role groups via the User Options role. The Reset Password role also allows you to use this parameter, but it isn't assigned to any role groups by default.
3821
3821
@@ -3871,7 +3871,7 @@ Unqualified values are typically treated as bytes, but small values may be round
3871
3871
3872
3872
The ProhibitSendQuota value must be less than or equal to the ProhibitSendReceiveQuota value.
3873
3873
3874
-
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center. You can lower the quota value, and you may be able to raise the quota, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
3874
+
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center. You can lower the quota value, and you may be able to raise the quota, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
3875
3875
3876
3876
In on-premises Exchange, the default value of this parameter is unlimited. When the UseDatabaseQuotaDefaults parameter is set to the value $true, the value of the this parameter is ignored, and the mailbox uses the ProhibitSendQuota value on the mailbox database. To use this parameter to enforce a specific quota value for the mailbox, you need to set the UseDatabaseQuotaDefaults parameter to the value $false.
3877
3877
@@ -3906,7 +3906,7 @@ Unqualified values are typically treated as bytes, but small values may be round
3906
3906
3907
3907
The value must be greater than or equal to the ProhibitSendQuota or IssueWarningQuota values.
3908
3908
3909
-
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center. You can lower the quota value, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
3909
+
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center. You can lower the quota value, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
3910
3910
3911
3911
In on-premises Exchange, the default value of this parameter is unlimited. When the UseDatabaseQuotaDefaults parameter is set to the value $true, the value of the this parameter is ignored, and the mailbox uses the ProhibitSendReceiveQuota value on the mailbox database. To use this parameter to enforce a specific quota value for the mailbox, you need to set the UseDatabaseQuotaDefaults parameter to the value $false.
0 commit comments