Skip to content

Commit 658fae1

Browse files
authored
Merge branch 'master' into patch-1
2 parents e4d18ef + 2ceb66d commit 658fae1

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

exchange/exchange-ps/exchange/Get-MobileDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Accept wildcard characters: False
110110
```
111111
112112
### -ActiveSync
113-
The ActiveSync switch specifies whether to include mobile devices that synchronize with Exchange ActiveSync. You don't need to specify a value with this switch.
113+
The ActiveSync switch filters the results by Exchange ActiveSync devices. You don't need to specify a value with this switch.
114114
115115
```yaml
116116
Type: SwitchParameter

exchange/exchange-ps/exchange/Get-SafeLinksDetailReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Get-SafeLinksDetailReport [-Action <MultiValuedProperty>]
3636
```
3737

3838
## DESCRIPTION
39-
**Note**: If you run Get-SafeLinksAggregateReport without specifying a date range, the command will return an unspecified error.
39+
**Note**: If you run Get-SafeLinksDetailReport without specifying a date range, the command will return an unspecified error.
4040

4141
Safe Links is a feature in Microsoft Defender for Office 365 that checks links in email messages to see if they lead to malicious web sites. When a user clicks a link in a message, the URL is temporarily rewritten and checked against a list of known, malicious web sites.
4242

exchange/exchange-ps/exchange/New-AutoSensitivityLabelPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Accept wildcard characters: False
7272
```
7373
7474
### -ApplySensitivityLabel
75-
The AppleSensitivityLabel parameter specifies which label to use for the autolabel policy.
75+
The ApplySensitivityLabel parameter specifies the label to use for the autolabel policy.
7676
7777
```yaml
7878
Type: String

exchange/exchange-ps/exchange/Remove-MailboxFolderPermission.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
Remove-MailboxFolderPermission [-Identity] <MailboxFolderIdParameter> -User <MailboxFolderUserIdParameter>
25+
[-ResetDelegateUserCollection]
2526
[-Confirm]
2627
[-DomainController <Fqdn>]
2728
[-WhatIf]
@@ -42,6 +43,13 @@ Remove-MailboxFolderPermission -Identity [email protected]:\Training -User john@co
4243

4344
This example removes John's permissions to the Training folder in Kim's mailbox.
4445

46+
### Example 2
47+
```powershell
48+
Remove-MailboxFolderPermission -Identity [email protected]:\Calendar -ResetDelegateUserCollection
49+
```
50+
51+
This example will clear any corrupted delegate information from Kim’s mailbox.
52+
4553
## PARAMETERS
4654

4755
### -Identity
@@ -149,6 +157,24 @@ Accept pipeline input: False
149157
Accept wildcard characters: False
150158
```
151159

160+
### -ResetDelegateUserCollection
161+
This parameter is available only in the cloud-based service.
162+
163+
The ResetDelegateUserCollection switch can only be used together with -Identity parameter, and the value of Identity should be the user's primary calendar folder, for example, [email protected]:\Calendar. If you run into a problem when trying to add, change, or remove delegate permissions, it is possible that the delegate information stored in the LocalFreeBusy item or the PR_FREEBUSY_ENTRYIDS has become corrupted. Including this switch will delete those files and will downgrade any existing Delegates to Editor status. You will need to grant Delegate permissions again using -SharingPermissionFlag Delegate.
164+
165+
```yaml
166+
Type: SwitchParameter
167+
Parameter Sets: (All)
168+
Aliases:
169+
Applicable: Exchange Online
170+
171+
Required: False
172+
Position: Named
173+
Default value: None
174+
Accept pipeline input: False
175+
Accept wildcard characters: False
176+
```
177+
152178
### -SendNotificationToUser
153179
This parameter is available only in the cloud-based service.
154180

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,8 +2020,6 @@ Accept wildcard characters: False
20202020
### -OutlookGifPickerDisabled
20212021
This parameter is available only in the cloud-based service.
20222022

2023-
This feature is currently in Preview, is not available everywhere, and is subject to change.
2024-
20252023
The OutlookGifPickerDisabled parameter disables the GIF Search (powered by Bing) feature that's built into the Compose page in Outlook on the web. Valid values are:
20262024

20272025
- $true: GIF Search in Outlook on the web is disabled.

0 commit comments

Comments
 (0)