Skip to content

Commit e371511

Browse files
authored
Merge branch 'master' into patch-265
2 parents c05790d + 3873837 commit e371511

File tree

228 files changed

+2424
-2428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+2424
-2428
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ This brief video also covers how to contribute:
3737

3838
In this example, we'll add a link to the **Related Links** section of a topic. To add the link, scroll down to the **Related Links** section and add the link in the correct format.
3939

40-
![Image of Edit button on Github](images/add_related_link.png)
41-
4240
**Notes**:
4341

4442
- Files in GitHub are written and edited using Markdown language. For help on using Markdown, see [Mastering Markdown](https://guides.github.com/features/mastering-markdown/).

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If you encounter problems, check the [required permssions](https://docs.microsof
105105

106106
- **Name**: Enter something descriptive.
107107

108-
- **Supported account types**: Select **Accounts in this organizational directory only (Microsoft)**.
108+
- **Supported account types**: Select **Accounts in this organizational directory only (\<YourOrganizationName\> only - Single tenant)**.
109109

110110
- **Redirect URI (optional)**: In the first box, select **Web**. In the second box, enter the URI where the access token is sent.
111111

@@ -133,11 +133,11 @@ You need to assign the API permission `Exchange.ManageAsApp` so the application
133133

134134
5. In the **Select permissions** section that appears on the page, expand **Exchange** and select **Exchange.ManageAsApp**
135135

136-
![Select Exchange API permssions](media/app-only-auth-exchange-manageasapp.png)
136+
![Select Exchange.ManageAsApp permssions](media/app-only-auth-exchange-manageasapp.png)
137137

138138
When you're finished, click **Add permissions**.
139139

140-
6. Back on the **Configured permissions** page that appears, click **Grant admin consent for <\tenant name\>**, and select **Yes** in the dialog that appears.
140+
6. Back on the **Configured permissions** page that appears, click **Grant admin consent for \<tenant name\>**, and select **Yes** in the dialog that appears.
141141

142142
7. Close the flyout when you're finished.
143143

exchange/docs-conceptual/disable-access-to-exchange-online-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $<VariableName> | foreach {Set-User -Identity $_ -RemotePowerShellEnabled $false
6969
This example removes access to Exchange Online PowerShell for all users whose **Title** attribute contains the value "Sales Associate".
7070

7171
```powershell
72-
$DSA = Get-User -ResultSize unlimited -Filter "(RecipientType -eq 'UserMailbox') -and (Title -like '*Sales Associate*')"
72+
$DSA = Get-User -ResultSize unlimited -Filter "(RecipientType -eq 'UserMailbox') -and (Title -like 'Sales Associate*')"
7373
```
7474

7575
```powershell

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ The Exchange Online PowerShell cmdlets that are only available in the EXO V2 mod
6161
|[Get-EXOMailboxFolderStatistics](https://docs.microsoft.com/powershell/module/exchange/get-exomailboxfolderstatistics)|[Get-MailboxFolderStatistics](https://docs.microsoft.com/powershell/module/exchange/get-mailboxfolderstatistics)|
6262
|[Get-EXOMailboxFolderPermission](https://docs.microsoft.com/powershell/module/exchange/get-exomailboxfolderpermission)|[Get-MailboxFolderPermission](https://docs.microsoft.com/powershell/module/exchange/get-mailboxfolderpermission)|
6363
|[Get-EXOMobileDeviceStatistics](https://docs.microsoft.com/powershell/module/exchange/get-exomobiledevicestatistics)|[Get-MobileDeviceStatistics](https://docs.microsoft.com/powershell/module/exchange/get-mobiledevicestatistics)|
64-
|[Disconnect-ExchangeOnline](https://docs.microsoft.com/powershell/module/exchange/disconnect-exchangeonline)|[Remove-PSSession](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/remove-pssession)|
65-
|[Connect-IPPSSession](https://docs.microsoft.com/powershell/module/exchange/connect-ippssession)|[Connect-IPPSSession](mfa-connect-to-scc-powershell.md)|
6664
|[Get-UserBriefingConfig](https://docs.microsoft.com/powershell/module/exchange/get-userbriefingconfig)|n/a|
6765
|[Set-UserBriefingConfig](https://docs.microsoft.com/powershell/module/exchange/set-userbriefingconfig)|n/a|
6866
|

exchange/docs-conceptual/filter-properties.md

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

exchange/docs-conceptual/recipientfilter-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The recipient properties that have been *confirmed* to work with the _RecipientF
4040

4141
- You typically use the object's name for properties that require a valid object value (for example, a mailbox, a distribution group, or an email address policy, but the property might also accept the object's distinguished name (DN) or globally unique identifier (GUID). To find the object's DN or GUID, use the **Get-** cmdlet that corresponds to the object's type (for example, `Get-EmailAddressPolicy | Format-List Name,DistinguishedName,GUID`).
4242

43-
- Text string properties that accept wildcard characters require the `-like` operator (for example, `"Property -like '*abc'"`).
43+
- Text string properties that accept wildcard characters require the `-like` operator (for example, `"Property -like 'abc*'"`).
4444

4545
- The Value column in the table describes the acceptable values for the *filter*, not necessarily for the property itself. For example, a property might obviously contain a date or numeric value, but when you use that property in a filter, it might be treated like a text string (no value check, and wildcards are supported).
4646

exchange/exchange-ps/exchange/Add-ComplianceCaseMember.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.RecordsandEdge-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/add-compliancecasemember
4-
applicable: Office 365 Security & Compliance Center
4+
applicable: Security & Compliance Center
55
title: Add-ComplianceCaseMember
66
schema: 2.0.0
77
author: chrisda
@@ -57,7 +57,7 @@ To see the available eDiscovery cases, use the Get-ComplianceCase cmdlet.
5757
Type: String
5858
Parameter Sets: (All)
5959
Aliases:
60-
Applicable: Office 365 Security & Compliance Center
60+
Applicable: Security & Compliance Center
6161

6262
Required: True
6363
Position: 1
@@ -81,7 +81,7 @@ The Member parameter specifies the user that you want to add to the eDiscovery c
8181
Type: String
8282
Parameter Sets: (All)
8383
Aliases:
84-
Applicable: Office 365 Security & Compliance Center
84+
Applicable: Security & Compliance Center
8585

8686
Required: True
8787
Position: Named
@@ -101,7 +101,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
101101
Type: SwitchParameter
102102
Parameter Sets: (All)
103103
Aliases: cf
104-
Applicable: Office 365 Security & Compliance Center
104+
Applicable: Security & Compliance Center
105105

106106
Required: False
107107
Position: Named
@@ -117,7 +117,7 @@ The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
117117
Type: SwitchParameter
118118
Parameter Sets: (All)
119119
Aliases: wi
120-
Applicable: Office 365 Security & Compliance Center
120+
Applicable: Security & Compliance Center
121121

122122
Required: False
123123
Position: Named

exchange/exchange-ps/exchange/Add-RoleGroupMember.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/add-rolegroupmember
4-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Office 365 Security & Compliance Center, Exchange Online Protection
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Security & Compliance Center, Exchange Online Protection
55
title: Add-RoleGroupMember
66
schema: 2.0.0
77
author: chrisda
@@ -76,7 +76,7 @@ The Identity parameter specifies the role group to add a member to. If the role
7676
Type: RoleGroupIdParameter
7777
Parameter Sets: (All)
7878
Aliases:
79-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Office 365 Security & Compliance Center, Exchange Online Protection
79+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Security & Compliance Center, Exchange Online Protection
8080

8181
Required: True
8282
Position: 1
@@ -92,7 +92,7 @@ The Member parameter specifies the mailbox, USG, or computer to add to a role gr
9292
Type: SecurityPrincipalIdParameter
9393
Parameter Sets: (All)
9494
Aliases:
95-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Office 365 Security & Compliance Center, Exchange Online Protection
95+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Security & Compliance Center, Exchange Online Protection
9696

9797
Required: True
9898
Position: Named
@@ -108,7 +108,7 @@ The BypassSecurityGroupManagerCheck switch enables a user who hasn't been added
108108
Type: SwitchParameter
109109
Parameter Sets: (All)
110110
Aliases:
111-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Office 365 Security & Compliance Center, Exchange Online Protection
111+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Security & Compliance Center, Exchange Online Protection
112112

113113
Required: False
114114
Position: Named
@@ -128,7 +128,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
128128
Type: SwitchParameter
129129
Parameter Sets: (All)
130130
Aliases: cf
131-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Office 365 Security & Compliance Center, Exchange Online Protection
131+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Security & Compliance Center, Exchange Online Protection
132132

133133
Required: False
134134
Position: Named
@@ -164,7 +164,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
164164
Type: SwitchParameter
165165
Parameter Sets: (All)
166166
Aliases: wi
167-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Office 365 Security & Compliance Center, Exchange Online Protection
167+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Security & Compliance Center, Exchange Online Protection
168168

169169
Required: False
170170
Position: Named

exchange/exchange-ps/exchange/Add-eDiscoveryCaseAdmin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.RecordsandEdge-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/add-ediscoverycaseadmin
4-
applicable: Office 365 Security & Compliance Center
4+
applicable: Security & Compliance Center
55
title: Add-eDiscoveryCaseAdmin
66
schema: 2.0.0
77
author: chrisda
@@ -57,7 +57,7 @@ The User parameter specifies the user that you want to add to the list of eDisco
5757
Type: String
5858
Parameter Sets: (All)
5959
Aliases:
60-
Applicable: Office 365 Security & Compliance Center
60+
Applicable: Security & Compliance Center
6161

6262
Required: True
6363
Position: Named
@@ -77,7 +77,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
7777
Type: SwitchParameter
7878
Parameter Sets: (All)
7979
Aliases: cf
80-
Applicable: Office 365 Security & Compliance Center
80+
Applicable: Security & Compliance Center
8181

8282
Required: False
8383
Position: Named
@@ -93,7 +93,7 @@ The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
9393
Type: SwitchParameter
9494
Parameter Sets: (All)
9595
Aliases: wi
96-
Applicable: Office 365 Security & Compliance Center
96+
Applicable: Security & Compliance Center
9797

9898
Required: False
9999
Position: Named

exchange/exchange-ps/exchange/Clear-MobileDevice.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ For information about the parameter sets in the Syntax section below, see [Excha
2121
## SYNTAX
2222

2323
```
24-
Clear-MobileDevice [-Identity] <MobileDeviceIdParameter> [-Cancel] [-Confirm] [-DomainController <Fqdn>]
25-
[-NotificationEmailAddresses <MultiValuedProperty>] [-WhatIf] [-AccountOnly] [<CommonParameters>]
24+
Clear-MobileDevice [-Identity] <MobileDeviceIdParameter>
25+
[-AccountOnly]
26+
[-Cancel]
27+
[-Confirm]
28+
[-DomainController <Fqdn>]
29+
[-NotificationEmailAddresses <MultiValuedProperty>]
30+
[-WhatIf] [<CommonParameters>]
2631
```
2732

2833
## DESCRIPTION
@@ -61,7 +66,6 @@ This example cancels a previously sent Clear-MobileDevice command request for To
6166
The Identity parameter specifies the mobile device that you want to reset. You can use any value that uniquely identifies the mobile device. For example:
6267

6368
- GUID
64-
6569
- DeviceID
6670

6771
```yaml
@@ -77,6 +81,24 @@ Accept pipeline input: True
7781
Accept wildcard characters: False
7882
```
7983
84+
### -AccountOnly
85+
The AccountOnly switch specifies whether to perform an account-only remote device wipe where only Exchange mailbox data is removed from the device. You don't need to specify a value with this switch.
86+
87+
You don't need to use this switch for the DeviceType value Outlook, because an account-only remote devices wipe is the only type of wipe that's used on Outlook devices.
88+
89+
```yaml
90+
Type: SwitchParameter
91+
Parameter Sets: (All)
92+
Aliases:
93+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
94+
95+
Required: False
96+
Position: Named
97+
Default value: None
98+
Accept pipeline input: False
99+
Accept wildcard characters: False
100+
```
101+
80102
### -Cancel
81103
The Cancel switch cancels a pending remote device wipe request. You don't need to specify a value with this switch.
82104
@@ -163,24 +185,6 @@ Accept pipeline input: False
163185
Accept wildcard characters: False
164186
```
165187
166-
### -AccountOnly
167-
The AccountOnly switch specifies whether to perform an account-only remote device wipe where only Exchange mailbox data is removed from the device. You don't need to specify a value with this switch.
168-
169-
You don't need to use this switch for the DeviceType value Outlook, because an account-only remote devices wipe is the only type of wipe that's used on Outlook devices.
170-
171-
```yaml
172-
Type: SwitchParameter
173-
Parameter Sets: (All)
174-
Aliases:
175-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
176-
177-
Required: False
178-
Position: Named
179-
Default value: None
180-
Accept pipeline input: False
181-
Accept wildcard characters: False
182-
```
183-
184188
### CommonParameters
185189
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
186190

0 commit comments

Comments
 (0)