Skip to content

Commit 34aa0c8

Browse files
authored
Merge branch 'master' into patch-1
2 parents b686c37 + 8fe73c7 commit 34aa0c8

39 files changed

+2143
-186
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ _site/
44
.optemp/
55
_themes*/
66
.vs/
7+
common/
8+
.vscode/
9+
*.ini
10+
.DS_Store
11+
*.db
12+
\.idea/
713
.local/
814

915
.openpublishing.buildcore.ps1
1016
**/node_modules
11-
12-
\.idea/

exchange/exchange-ps/exchange/Enable-Mailbox.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,17 @@ Accept wildcard characters: False
661661
```
662662

663663
### -ArchiveName
664-
The ArchiveName parameter specifies the name of the archive mailbox. This is the name displayed to users in Outlook and Outlook Web App.
664+
The ArchiveName parameter specifies the name of the archive mailbox. This is the name displayed to users in Outlook on the web (formerly known as Outlook Web App). If the value contains spaces, enclose the value in quotation marks (").
665665

666-
If you don't use this parameter, the default value is `In-Place Archive - <Mailbox User's Display Name>`.
666+
In on-premises Exchange, if you don't use this parameter, the following default values are used based on the version of Exchange:
667+
668+
- Exchange 2016 or later: `In-Place Archive -<Display Name>`
669+
- Exchange 2013: `In-Place Archive - <Display Name>`
670+
- Exchange 2010: `Personal Archive - <Display Name>`
671+
672+
In Exchange Online, if you don't use this parameter, the default value is `In-Place Archive -<Display Name>`.
673+
674+
In Outlook in Exchange Online, the value of this parameter is ignored. The name of the archive mailbox that's shown in the folder list is `Online Archive - <PrimarySMTPAddress>`.
667675

668676
```yaml
669677
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Enable-RemoteMailbox.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Accept wildcard characters: False
260260
```
261261

262262
### -Archive
263-
The Archive switch specifies whether to create an archive mailbox in the service in addition to the mailbox created in the service. You don't need to specify a value with this switch.
263+
The Archive switch creates an archive mailbox for an existing cloud-based user that already has a mailbox. You don't need to specify a value with this switch.
264264

265265
```yaml
266266
Type: SwitchParameter
@@ -276,7 +276,15 @@ Accept wildcard characters: False
276276
```
277277

278278
### -ArchiveName
279-
The ArchiveName parameter specifies the name of the archive mailbox. Use this parameter to change the name of the archive.
279+
The ArchiveName parameter specifies the name of the archive mailbox. This is the name displayed to users in Outlook on the web (formerly known as Outlook Web App). If the value contains spaces, enclose the value in quotation marks (").
280+
281+
If you don't use this parameter, the following default values are used based on the version of Exchange:
282+
283+
- Exchange 2016 or later: `In-Place Archive -<Display Name>`
284+
- Exchange 2013: `In-Place Archive - <Display Name>`
285+
- Exchange 2010: `Personal Archive - <Display Name>`
286+
287+
In Outlook, the value of this parameter is ignored. The name of the archive mailbox that's shown in the folder list is `Online Archive - <PrimarySMTPAddress>`.
280288

281289
```yaml
282290
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Get-AutoSensitivityLabelPolicy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
```
2424
Get-AutoSensitivityLabelPolicy [[-Identity] <PolicyIdParameter>]
2525
[-DistributionDetail]
26+
[-IncludeProgressFeedback]
2627
[-IncludeTestModeResults <Boolean>]
2728
[<CommonParameters>]
2829
```
@@ -77,6 +78,22 @@ Accept pipeline input: False
7778
Accept wildcard characters: False
7879
```
7980
81+
### -IncludeProgressFeedback
82+
{{ Fill IncludeProgressFeedback Description }}
83+
84+
```yaml
85+
Type: SwitchParameter
86+
Parameter Sets: (All)
87+
Aliases:
88+
Applicable: Security & Compliance Center
89+
90+
Required: False
91+
Position: Named
92+
Default value: None
93+
Accept pipeline input: False
94+
Accept wildcard characters: False
95+
```
96+
8097
### -IncludeTestModeResults
8198
The IncludeTestModeResults parameter specifies whether to include the status of test mode in the policy details. Valid values are:
8299

exchange/exchange-ps/exchange/Get-ComplianceCaseMember.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2020

2121
## SYNTAX
2222

23+
### Identity
2324
```
2425
Get-ComplianceCaseMember -Case <String>
2526
[-DomainController <Fqdn>]
@@ -28,6 +29,15 @@ Get-ComplianceCaseMember -Case <String>
2829
[<CommonParameters>]
2930
```
3031

32+
### AllCases
33+
```
34+
Get-ComplianceCaseMember
35+
[-DomainController <Fqdn>]
36+
[-ResultSize <Unlimited>]
37+
[-RoleGroupOnly]
38+
[<CommonParameters>]
39+
```
40+
3141
## DESCRIPTION
3242
To use this cmdlet in Security & Compliance Center PowerShell, you need to be assigned permissions. For more information, see [Permissions in the Microsoft 365 compliance center](https://docs.microsoft.com/microsoft-365/compliance/microsoft-365-compliance-center-permissions).
3343

@@ -47,7 +57,23 @@ The Case parameter specifies the name of the eDiscovery case that you want to vi
4757

4858
```yaml
4959
Type: String
50-
Parameter Sets: (All)
60+
Parameter Sets: Identity
61+
Aliases:
62+
Applicable: Security & Compliance Center
63+
64+
Required: True
65+
Position: Named
66+
Default value: None
67+
Accept pipeline input: False
68+
Accept wildcard characters: False
69+
```
70+
71+
### -RoleGroupOnly
72+
{{ Fill RoleGroupOnly Description }}
73+
74+
```yaml
75+
Type: SwitchParameter
76+
Parameter Sets: AllCases
5177
Aliases:
5278
Applicable: Security & Compliance Center
5379

@@ -95,7 +121,7 @@ The ShowCaseAdmin switch specifies whether to return the eDiscovery case admin i
95121
96122
```yaml
97123
Type: SwitchParameter
98-
Parameter Sets: (All)
124+
Parameter Sets: Identity
99125
Aliases:
100126
Applicable: Security & Compliance Center
101127

exchange/exchange-ps/exchange/Get-DlpDetailReport.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.ServerStatus-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/get-dlpdetailreport
4-
applicable: Exchange Online
4+
applicable: Exchange Online, Security & Compliance Center
55
title: Get-DlpDetailReport
66
schema: 2.0.0
77
author: chrisda
@@ -86,7 +86,7 @@ You can specify multiple values separated by commas.
8686
Type: MultiValuedProperty
8787
Parameter Sets: (All)
8888
Aliases:
89-
Applicable: Exchange Online
89+
Applicable: Exchange Online, Security & Compliance Center
9090

9191
Required: False
9292
Position: Named
@@ -104,7 +104,7 @@ You can enter multiple values separated by commas. If the values contain spaces
104104
Type: MultiValuedProperty
105105
Parameter Sets: (All)
106106
Aliases:
107-
Applicable: Exchange Online
107+
Applicable: Exchange Online, Security & Compliance Center
108108
109109
Required: False
110110
Position: Named
@@ -122,7 +122,7 @@ You can enter multiple values separated by commas. If the values contain spaces
122122
Type: MultiValuedProperty
123123
Parameter Sets: (All)
124124
Aliases:
125-
Applicable: Exchange Online
125+
Applicable: Exchange Online, Security & Compliance Center
126126
127127
Required: False
128128
Position: Named
@@ -140,7 +140,7 @@ You can enter multiple values separated by commas. If the values contain spaces
140140
Type: MultiValuedProperty
141141
Parameter Sets: (All)
142142
Aliases:
143-
Applicable: Exchange Online
143+
Applicable: Exchange Online, Security & Compliance Center
144144
145145
Required: False
146146
Position: Named
@@ -158,7 +158,7 @@ Use the short date format that's defined in the Regional Options settings on the
158158
Type: DateTime
159159
Parameter Sets: (All)
160160
Aliases:
161-
Applicable: Exchange Online
161+
Applicable: Exchange Online, Security & Compliance Center
162162
163163
Required: False
164164
Position: Named
@@ -186,7 +186,7 @@ You can specify multiple values separated by commas.
186186
Type: MultiValuedProperty
187187
Parameter Sets: (All)
188188
Aliases:
189-
Applicable: Exchange Online
189+
Applicable: Exchange Online, Security & Compliance Center
190190
191191
Required: False
192192
Position: Named
@@ -202,7 +202,7 @@ The Page parameter specifies the page number of the results you want to view. Va
202202
Type: Int32
203203
Parameter Sets: (All)
204204
Aliases:
205-
Applicable: Exchange Online
205+
Applicable: Exchange Online, Security & Compliance Center
206206
207207
Required: False
208208
Position: Named
@@ -218,7 +218,7 @@ The PageSize parameter specifies the maximum number of entries per page. Valid i
218218
Type: Int32
219219
Parameter Sets: (All)
220220
Aliases:
221-
Applicable: Exchange Online
221+
Applicable: Exchange Online, Security & Compliance Center
222222
223223
Required: False
224224
Position: Named
@@ -240,7 +240,7 @@ You can specify multiple values separated by commas.
240240
Type: MultiValuedProperty
241241
Parameter Sets: (All)
242242
Aliases:
243-
Applicable: Exchange Online
243+
Applicable: Exchange Online, Security & Compliance Center
244244
245245
Required: False
246246
Position: Named
@@ -258,7 +258,7 @@ Use the short date format that's defined in the Regional Options settings on the
258258
Type: DateTime
259259
Parameter Sets: (All)
260260
Aliases:
261-
Applicable: Exchange Online
261+
Applicable: Exchange Online, Security & Compliance Center
262262
263263
Required: False
264264
Position: Named

exchange/exchange-ps/exchange/Get-DlpPolicy.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,37 +47,41 @@ This example returns detailed information about the DLP policy named Employee Nu
4747

4848
## PARAMETERS
4949

50-
### -DomainController
51-
This parameter is available only in on-premises Exchange.
50+
### -Identity
51+
The Identity parameter specifies the DLP policy that you want to view. You can use any value that uniquely identifies the policy. For example:
5252

53-
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
53+
- Name
54+
- Distinguished name (DN)
55+
- GUID
5456

5557
```yaml
56-
Type: Fqdn
58+
Type: DlpPolicyIdParameter
5759
Parameter Sets: (All)
5860
Aliases:
59-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
61+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
6062

6163
Required: False
62-
Position: Named
64+
Position: 1
6365
Default value: None
64-
Accept pipeline input: False
66+
Accept pipeline input: True
6567
Accept wildcard characters: False
6668
```
6769
68-
### -Identity
69-
The Identity parameter specifies the DLP policy you want to remove. You can use any value that uniquely identifies the DLP policy. For example, you can specify the name, GUID or distinguished name (DN) of the DLP policy.
70+
### -DomainController
71+
This parameter is available only in on-premises Exchange.
72+
73+
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
7074
7175
```yaml
72-
Type: DlpPolicyIdParameter
76+
Type: Fqdn
7377
Parameter Sets: (All)
7478
Aliases:
75-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
79+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
7680

7781
Required: False
78-
Position: 1
82+
Position: Named
7983
Default value: None
80-
Accept pipeline input: True
84+
Accept pipeline input: False
8185
Accept wildcard characters: False
8286
```
8387

exchange/exchange-ps/exchange/Get-PolicyConfig.md

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

2323
```
24-
Get-PolicyConfig [<CommonParameters>]
24+
Get-PolicyConfig [[-Identity] <OrganizationIdParameter>] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -38,6 +38,22 @@ This example returns the endpoint restrictions that are available in the organiz
3838

3939
## PARAMETERS
4040

41+
### -Identity
42+
This parameter is reserved for internal Microsoft use.
43+
44+
```yaml
45+
Type: OrganizationIdParameter
46+
Parameter Sets: (All)
47+
Aliases:
48+
Applicable: Security & Compliance Center
49+
50+
Required: False
51+
Position: 0
52+
Default value: None
53+
Accept pipeline input: True (ByPropertyName, ByValue)
54+
Accept wildcard characters: False
55+
```
56+
4157
### CommonParameters
4258
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).
4359

exchange/exchange-ps/exchange/Get-TenantAllowBlockListItems.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/get-tenantallowblocklistitems
4-
applicable: Exchange Online, Exchange Online Protection
4+
applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
55
title: Get-TenantAllowBlockListItems
66
schema: 2.0.0
77
author: chrisda
@@ -85,7 +85,7 @@ The ListType parameter specifies the list to view. Valid values are:
8585
Type: ListType
8686
Parameter Sets: (All)
8787
Aliases:
88-
Applicable: Exchange Online, Exchange Online Protection
88+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
8989

9090
Required: True
9191
Position: Named
@@ -104,7 +104,7 @@ The Entry parameter filters the results based on the ListType parameter value. V
104104
Type: String
105105
Parameter Sets: (All)
106106
Aliases:
107-
Applicable: Exchange Online, Exchange Online Protection
107+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
108108

109109
Required: False
110110
Position: Named
@@ -120,7 +120,7 @@ The NoExpiration switch filters the results by entries that are set to never exp
120120
Type: SwitchParameter
121121
Parameter Sets: NoExpiration
122122
Aliases:
123-
Applicable: Exchange Online, Exchange Online Protection
123+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
124124

125125
Required: True
126126
Position: Named
@@ -152,7 +152,7 @@ The Block switch filters the results for block entries. You don't need to specif
152152
Type: SwitchParameter
153153
Parameter Sets: (All)
154154
Aliases:
155-
Applicable: Exchange Online, Exchange Online Protection
155+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
156156

157157
Required: False
158158
Position: Named
@@ -173,7 +173,7 @@ To specify a date/time value for this parameter, use either of the following opt
173173
Type: DateTime
174174
Parameter Sets: Expiration
175175
Aliases:
176-
Applicable: Exchange Online, Exchange Online Protection
176+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
177177
178178
Required: False
179179
Position: Named
@@ -210,7 +210,7 @@ You use this switch to prevent the command from halting on the first entry that
210210
Type: SwitchParameter
211211
Parameter Sets: (All)
212212
Aliases:
213-
Applicable: Exchange Online, Exchange Online Protection
213+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
214214
215215
Required: False
216216
Position: Named

0 commit comments

Comments
 (0)