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
**Note:** This parameter is currently in Private Preview, isn't available in all organizations, and is subject to change.
102
+
101
103
The Aggregate parameter switch returns the folder level aggregated numbers instead of returning details at the item level. You don't need to specify a value with this switch.
102
104
103
105
Using this switch significantly reduces the export time. To download the items in a folder, run this cmdlet for specific folders.
104
106
105
-
When you use this switch with the TagName, TagType and Workload parameters, the command returns the following information:
107
+
When you use this switch with the TagName, TagType, and Workload parameters, the command returns the following information:
108
+
109
+
- SharePoint and OneDrive: The list of SiteUlrs.
110
+
- Exchange Online and Microsoft Teams: The list of UPNs.
111
+
- The count of items in the folders stamped with relevant tag.
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
476
+
**Note**: This parameter is Generally Available only for labels with admin-defined permissions. Support for label with user-defined permissions is currently in Public Preview, isn't available in all organizations, and is subject to change.
477
477
478
478
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label that applies encryption. Valid values are:
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
720
+
**Note**: This parameter is Generally Available only for labels with admin-defined permissions. Support for label with user-defined permissions is currently in Public Preview, isn't available in all organizations, and is subject to change.
721
721
722
722
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
The DocumentNameMatchesWords parameter specifies a condition for the auto-labeling policy rule that looks for words or phrases in the name of message attachments. You can specify multiple words or phrases separated by commas.
378
+
The DocumentNameMatchesWords parameter specifies a condition for the auto-labeling policy rule that looks for whole word matches in the name of message attachments. You can specify multiple words separated by commas.
379
379
380
380
- Single word: `"no_reply"`
381
381
- Multiple words: `no_reply,urgent,...`
382
-
- Multiple words and phrases: `"phrase 1",word1,"phrase with , or spaces",word2,...`
383
382
384
-
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 50.
383
+
The maximum individual word length is 128 characters. The maximum number of words is 50.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-Label.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,7 @@ The ApplyContentMarkingFooterMargin parameter specifies the size (in points) of
288
288
289
289
This parameter is meaningful only when the ApplyContentMarkingFooterEnabled parameter value is either $true or $false.
290
290
291
-
**Note**: In Microsoft Word and PowerPoint, the specified value is used as a bottom margin and left margin or right margin for left-aligned or right-aligned content marks. A minimum value of 15 points is required. Word also adds a constant offset of 5 points to the left margin for left-aligned content marks, or to the right margin for right-aligned content marks.
291
+
**Note**: In Microsoft Word and PowerPoint, the specified value is used as a bottom (vertical) margin and left margin or right margin for left-aligned or right-aligned content marks. A minimum value of 15 points is required. Word also adds a constant offset of 5 points to the left margin for left-aligned content marks, or to the right margin for right-aligned content marks.
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
458
+
**Note**: This parameter is Generally Available only for labels with admin-defined permissions. Support for label with user-defined permissions is currently in Public Preview, isn't available in all organizations, and is subject to change.
459
459
460
460
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label that applies encryption. Valid values are:
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
718
+
**Note**: This parameter is Generally Available only for labels with admin-defined permissions. Support for label with user-defined permissions is currently in Public Preview, isn't available in all organizations, and is subject to change.
719
719
720
720
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-ServerComponentState.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,8 @@ The first command changes the state of all server components to Inactive.
56
56
57
57
The second command changes the state to Active after the maintenance is over (required).
58
58
59
-
**Note**: By design, the Microsoft Exchange IMAP4 and Microsoft Exchange POP3 services stop if the related `ImapProxy` and `PopProxy` components are in the Inactive state. The services may need to be manually started after the related `ImapProxy` and `PopProxy` components are changed to the Active state.
59
+
> [!NOTE]
60
+
> By design, the Microsoft Exchange IMAP4 and Microsoft Exchange POP3 services stop if the related `ImapProxy` and `PopProxy` components are in the Inactive state. The services may need to be manually started after the related `ImapProxy` and `PopProxy` components are changed to the Active state.
> The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
0 commit comments