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:
0 commit comments