Skip to content

Commit 9fe260d

Browse files
committed
Minor formatting updates
1 parent 3fd50d1 commit 9fe260d

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ For a detailed visual flow about creating applications in Azure AD, see <https:/
231231
> }
232232
> ],
233233
> ```
234-
>
235-
>
236234
237235
When you're finished, click **Save**.
238236

exchange/exchange-ps/exchange/New-QuarantinePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Accept wildcard characters: False
285285
```
286286
287287
### -EndUserSpamNotificationFrequencyInDays
288-
This parameter is reserved for internal Microsoft use.
288+
This parameter is reserved for internal Microsoft use.
289289
290290
```yaml
291291
Type: Int32

exchange/exchange-ps/exchange/Set-DistributionGroup.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,11 @@ The ManagedBy parameter specifies an owner for the group. A group must have at l
11101110
- Approve member depart or join requests (if available)
11111111
- Approve messages sent to the group if moderation is enabled, but no moderators are specified.
11121112

1113-
The owner you specify for this parameter must be a mailbox, mail user or mail-enabled security group (a mail-enabled security principal that can have permissions assigned). You can use any value that uniquely identifies the owner. For example:
1113+
The owner you specify for this parameter must be a mailbox, mail user or mail-enabled security group (a mail-enabled security principal that can have permissions assigned).
1114+
1115+
**Note**: Group management in Outlook doesn't work if the owner is a mail-enabled security group. To manage the group in Outlook, the owner must be a mailbox or a mail user. If you specify a mail-enabled security group as the owner of the group, the group isn't visible in **Distribution groups I own** for the group owners (members of the mail-enabled security group).
1116+
1117+
You can use any value that uniquely identifies the owner. For example:
11141118

11151119
- Name
11161120
- Alias
@@ -1129,11 +1133,6 @@ To add or remove owners without affecting other existing entries, use the follow
11291133

11301134
Owners that you specify with this parameter are not added as group members. You need to manually add the owner as a member.
11311135

1132-
> [!NOTE]
1133-
> Group management in Outlook doesn't work when the owner is a mail-enabled security group. To manage the group in Outlook, the owner must be a mailbox or a mail user.
1134-
>
1135-
> If the _DL managed by_ or _owner_ is assigned to a security group, and when the owner login to `OWA options -> Distribution group`, they will not see the distribution list under "Distribution groups I own". If the _managed by_ or _owner_ is a normal user instead of a security group, they will be able to see it under "Distribution groups I own".
1136-
11371136
```yaml
11381137
Type: MultiValuedProperty
11391138
Parameter Sets: (All)

exchange/exchange-ps/exchange/Set-QuarantinePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Accept wildcard characters: False
265265
```
266266
267267
### -EndUserSpamNotificationCustomFromAddress
268-
The EndUserSpamNotificationCustomFromAddress specifies the email address of an existing internal sender to use as the sender for quarantine notifications. To set this parameter back to the default email address [email protected], use the value $null.
268+
The EndUserSpamNotificationCustomFromAddress specifies the email address of an existing internal sender to use as the sender for quarantine notifications. To set this parameter back to the default email address [email protected], use the value $null.
269269
270270
```yaml
271271
Type: String
@@ -301,7 +301,7 @@ Accept wildcard characters: False
301301
```
302302
303303
### -EndUserSpamNotificationFrequencyInDays
304-
This parameter is reserved for internal Microsoft use.
304+
This parameter is reserved for internal Microsoft use.
305305
306306
```yaml
307307
Type: Int32

0 commit comments

Comments
 (0)