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 example returns the status of a OneDrive site to indicate it's associated to a UserMailbox and the CustomAttribute1 property isn't currently set.
50
+
This example returns the status of a OneDrive site to indicate it's associated to a user mailbox and the CustomAttribute1 property isn't currently set.
51
51
52
52
### Example 2
53
53
```powershell
@@ -126,6 +126,22 @@ Accept pipeline input: False
126
126
Accept wildcard characters: False
127
127
```
128
128
129
+
### -EmailAddress
130
+
The EmailAddress parameter specifies the email address of the affected user mailbox.
131
+
132
+
```yaml
133
+
Type: String
134
+
Parameter Sets: (All)
135
+
Aliases:
136
+
Applicable: Security & Compliance
137
+
138
+
Required: False
139
+
Position: 2
140
+
Default value: None
141
+
Accept pipeline input: False
142
+
Accept wildcard characters: False
143
+
```
144
+
129
145
### -PropertyName
130
146
The PropertyName parameter specifies the name of the property of the compliance boundary for the OneDrive site that you want to view or modify. Valid values are:
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-Label.md
+2-2Lines changed: 2 additions & 2 deletions
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, 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 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.
292
292
293
293
```yaml
294
294
Type: System.Int32
@@ -421,7 +421,7 @@ The ApplyContentMarkingHeaderMargin parameter specifies the size (in points) of
421
421
422
422
This parameter is meaningful only when the ApplyContentMarkingHeaderEnabled parameter value is either $true or $false.
423
423
424
-
**Note**: In Microsoft Word, the specified value is used as a top 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.
424
+
**Note**: In Microsoft Word and PowerPoint, the specified value is used as a top 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.
0 commit comments