Skip to content

Commit d9f1723

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 6ec771f + 0dfbf9f commit d9f1723

File tree

48 files changed

+2715
-815
lines changed

Some content is hidden

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

48 files changed

+2715
-815
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6929,6 +6929,11 @@
69296929
"source_path": "exchange/virtual-folder/exchange/Set-DefaultTenantBriefingConfig.md",
69306930
"redirect_url": "/viva/insights/personal/reference/briefing-pause",
69316931
"redirect_document_id": false
6932+
},
6933+
{
6934+
"source_path": "teams/teams-ps/teams/New-CsTeamsShiftsConnectionTeamMap.yml",
6935+
"redirect_url": "https://review.learn.microsoft.com/en-us/powershell/module/teams/",
6936+
"redirect_document_id": false
69326937
}
69336938
]
69346939
}

exchange/exchange-ps/exchange/Export-ActivityExplorerData.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.TransportMailflow-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/exchange/export-activityexplorerdata
4-
applicable: Exchange Online, Security & Compliance
4+
applicable: Security & Compliance
55
title: Export-ActivityExplorerData
66
schema: 2.0.0
77
author: chrisda
@@ -90,7 +90,7 @@ Use the short date format that's defined in the Regional Options settings on the
9090
Type: DateTime
9191
Parameter Sets: (All)
9292
Aliases:
93-
Applicable: Exchange Online, Security & Compliance
93+
Applicable: Security & Compliance
9494

9595
Required: True
9696
Position: Named
@@ -110,7 +110,7 @@ Type: String
110110
Parameter Sets: (All)
111111
Aliases:
112112
Accepted values: csv, json
113-
Applicable: Exchange Online, Security & Compliance
113+
Applicable: Security & Compliance
114114

115115
Required: True
116116
Position: Named
@@ -128,7 +128,7 @@ Use the short date format that's defined in the Regional Options settings on the
128128
Type: DateTime
129129
Parameter Sets: (All)
130130
Aliases:
131-
Applicable: Exchange Online, Security & Compliance
131+
Applicable: Security & Compliance
132132

133133
Required: True
134134
Position: Named
@@ -150,7 +150,7 @@ If you use this parameter with other filter parameters, AND behavior is used acr
150150
Type: String[]
151151
Parameter Sets: (All)
152152
Aliases:
153-
Applicable: Exchange Online, Security & Compliance
153+
Applicable: Security & Compliance
154154
155155
Required: False
156156
Position: Named
@@ -168,7 +168,7 @@ Use this parameter only if you're also using the Filter1 parameter in the same c
168168
Type: String[]
169169
Parameter Sets: (All)
170170
Aliases:
171-
Applicable: Exchange Online, Security & Compliance
171+
Applicable: Security & Compliance
172172
173173
Required: False
174174
Position: Named
@@ -186,7 +186,7 @@ Use this parameter only if you're also using the Filter2 and Filter1 parameters
186186
Type: String[]
187187
Parameter Sets: (All)
188188
Aliases:
189-
Applicable: Exchange Online, Security & Compliance
189+
Applicable: Security & Compliance
190190
191191
Required: False
192192
Position: Named
@@ -204,7 +204,7 @@ Use this parameter only if you're also using the Filter3, Filter2, and Filter1 p
204204
Type: String[]
205205
Parameter Sets: (All)
206206
Aliases:
207-
Applicable: Exchange Online, Security & Compliance
207+
Applicable: Security & Compliance
208208
209209
Required: False
210210
Position: Named
@@ -222,7 +222,7 @@ Use this parameter only if you're also using the Filter4, Filter3, Filter2, and
222222
Type: String[]
223223
Parameter Sets: (All)
224224
Aliases:
225-
Applicable: Exchange Online, Security & Compliance
225+
Applicable: Security & Compliance
226226
227227
Required: False
228228
Position: Named
@@ -238,7 +238,7 @@ The PageCookie parameter specifies whether to get more data when the value of th
238238
Type: String
239239
Parameter Sets: (All)
240240
Aliases:
241-
Applicable: Exchange Online, Security & Compliance
241+
Applicable: Security & Compliance
242242
243243
Required: False
244244
Position: Named
@@ -254,7 +254,7 @@ The PageSize parameter specifies the maximum number of entries per page. Valid i
254254
Type: Int32
255255
Parameter Sets: (All)
256256
Aliases:
257-
Applicable: Exchange Online, Security & Compliance
257+
Applicable: Security & Compliance
258258
259259
Required: False
260260
Position: Named

exchange/exchange-ps/exchange/Export-QuarantineMessage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ You can use the following methods as a value for this parameter:
206206
Type: SecureString
207207
Parameter Sets: (All)
208208
Aliases:
209-
Applicable: Exchange Online, Security & Compliance
209+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
210210
211211
Required: False
212212
Position: Named
@@ -222,7 +222,7 @@ The ReasonForExport parameter specifies why the message was exported. If the val
222222
Type: String
223223
Parameter Sets: (All)
224224
Aliases:
225-
Applicable: Exchange Online, Security & Compliance
225+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
226226
227227
Required: False
228228
Position: Named

exchange/exchange-ps/exchange/Get-AcceptedDomain.md

Lines changed: 19 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-AcceptedDomain [[-Identity] <AcceptedDomainIdParameter>]
2525
[-DomainController <Fqdn>]
26+
[-ResultSize <Unlimited>]
2627
[<CommonParameters>]
2728
```
2829

@@ -83,6 +84,24 @@ Accept pipeline input: False
8384
Accept wildcard characters: False
8485
```
8586
87+
### -ResultSize
88+
This parameter is available only in the cloud-based service.
89+
90+
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
91+
92+
```yaml
93+
Type: Unlimited
94+
Parameter Sets: (All)
95+
Aliases:
96+
Applicable: Exchange Online, Exchange Online Protection
97+
98+
Required: False
99+
Position: Named
100+
Default value: None
101+
Accept pipeline input: False
102+
Accept wildcard characters: False
103+
```
104+
86105
### CommonParameters
87106
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).
88107

exchange/exchange-ps/exchange/Get-InboundConnector.md

Lines changed: 17 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
Get-InboundConnector [[-Identity] <InboundConnectorIdParameter>]
25+
[-ResultSize <Unlimited>]
2526
[<CommonParameters>]
2627
```
2728

@@ -64,6 +65,22 @@ Accept pipeline input: True
6465
Accept wildcard characters: False
6566
```
6667
68+
### -ResultSize
69+
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
70+
71+
```yaml
72+
Type: Unlimited
73+
Parameter Sets: (All)
74+
Aliases:
75+
Applicable: Exchange Online, Exchange Online Protection
76+
77+
Required: False
78+
Position: Named
79+
Default value: None
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
6784
### CommonParameters
6885
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).
6986

exchange/exchange-ps/exchange/Get-Mailbox.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Get-Mailbox [-Anr <String>]
4545
[-RecipientTypeDetails <RecipientTypeDetails[]>]
4646
[-RemoteArchive]
4747
[-ResultSize <Unlimited>]
48+
[-ServiceSafetyConfiguration]
4849
[-SoftDeletedMailbox]
4950
[-SortBy <String>]
5051
[-SupervisoryReviewPolicy]
@@ -99,6 +100,7 @@ Get-Mailbox [[-Identity] <MailboxIdParameter>]
99100
[-RecipientTypeDetails <RecipientTypeDetails[]>]
100101
[-RemoteArchive]
101102
[-ResultSize <Unlimited>]
103+
[-ServiceSafetyConfiguration]
102104
[-SoftDeletedMailbox]
103105
[-SortBy <String>]
104106
[-SupervisoryReviewPolicy]
@@ -144,6 +146,7 @@ Get-Mailbox [-MailboxPlan <MailboxPlanIdParameter>]
144146
[-PublicFolder]
145147
[-RecipientTypeDetails <RecipientTypeDetails[]>]
146148
[-ResultSize <Unlimited>]
149+
[-ServiceSafetyConfiguration]
147150
[-SoftDeletedMailbox]
148151
[-SortBy <String>]
149152
[<CommonParameters>]
@@ -736,6 +739,24 @@ Accept pipeline input: True
736739
Accept wildcard characters: False
737740
```
738741

742+
### -ServiceSafetyConfiguration
743+
This parameter is available only in the cloud-based service.
744+
745+
{{ Fill ServiceSafetyConfiguration Description }}
746+
747+
```yaml
748+
Type: SwitchParameter
749+
Parameter Sets: Identity, AnrSet, MailboxPlanSet
750+
Aliases:
751+
Applicable: Exchange Online
752+
753+
Required: False
754+
Position: Named
755+
Default value: None
756+
Accept pipeline input: False
757+
Accept wildcard characters: False
758+
```
759+
739760
### -SoftDeletedMailbox
740761
This parameter is available only in the cloud-based service.
741762

exchange/exchange-ps/exchange/Get-MailboxFolderPermission.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Get-MailboxFolderPermission [-Identity] <MailboxFolderIdParameter>
2727
[-DomainController <Fqdn>]
2828
[-User <MailboxFolderUserIdParameter>]
2929
[-GroupMailbox]
30+
[-ResultSize <Unlimited>]
31+
[-SkipCount <Int32>]
3032
[<CommonParameters>]
3133
```
3234

@@ -107,6 +109,42 @@ Accept pipeline input: False
107109
Accept wildcard characters: False
108110
```
109111
112+
### -ResultSize
113+
This parameter is available only in the cloud-based service.
114+
115+
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
116+
117+
```yaml
118+
Type: Unlimited
119+
Parameter Sets: (All)
120+
Aliases:
121+
Applicable: Exchange Online, Exchange Online Protection
122+
123+
Required: False
124+
Position: Named
125+
Default value: None
126+
Accept pipeline input: False
127+
Accept wildcard characters: False
128+
```
129+
130+
### -SkipCount
131+
This parameter is available only in the cloud-based service.
132+
133+
{{ Fill SkipCount Description }}
134+
135+
```yaml
136+
Type: Int32
137+
Parameter Sets: (All)
138+
Aliases:
139+
Applicable: Exchange Online
140+
141+
Required: False
142+
Position: Named
143+
Default value: None
144+
Accept pipeline input: False
145+
Accept wildcard characters: False
146+
```
147+
110148
### -User
111149
The User parameter filters the results by the specified mailbox, mail user, or mail-enabled security group (security principal) that's granted permission to the mailbox folder. You can use any value that uniquely identifies the user or group. For example:
112150

exchange/exchange-ps/exchange/Get-MailboxRegionalConfiguration.md

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

2121
## SYNTAX
2222

23+
### Default
2324
```
24-
Get-MailboxRegionalConfiguration [-Identity] <MailboxIdParameter>
25-
[-Archive]
26-
[-DomainController <Fqdn>]
25+
Get-MailboxRegionalConfiguration [-Identity] <MailboxIdParameter> [-DomainController <Fqdn>]
26+
[-VerifyDefaultFolderNameLanguage]
27+
[<CommonParameters>]
28+
```
29+
30+
### Identity
31+
```
32+
Get-MailboxRegionalConfiguration [[-Identity] <MailboxIdParameter>] [-Archive]
33+
[-VerifyDefaultFolderNameLanguage]
34+
[<CommonParameters>]
35+
```
36+
37+
### MailboxLocation
38+
```
39+
Get-MailboxRegionalConfiguration [-MailboxLocation <MailboxLocationIdParameter>]
2740
[-VerifyDefaultFolderNameLanguage]
2841
[<CommonParameters>]
2942
```
@@ -76,12 +89,25 @@ The Identity parameter specifies the mailbox that you want to view. You can use
7689
Type: MailboxIdParameter
7790
Parameter Sets: (All)
7891
Aliases:
79-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
92+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
8093

8194
Required: True
8295
Position: 1
8396
Default value: None
84-
Accept pipeline input: True
97+
Accept pipeline input: True (ByPropertyName, ByValue)
98+
Accept wildcard characters: False
99+
```
100+
101+
```yaml
102+
Type: MailboxIdParameter
103+
Parameter Sets: Identity
104+
Aliases:
105+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
106+
107+
Required: False
108+
Position: 1
109+
Default value: None
110+
Accept pipeline input: True (ByPropertyName, ByValue)
85111
Accept wildcard characters: False
86112
```
87113
@@ -110,7 +136,7 @@ The DomainController parameter specifies the domain controller that's used by th
110136
111137
```yaml
112138
Type: Fqdn
113-
Parameter Sets: (All)
139+
Parameter Sets: Default
114140
Aliases:
115141
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
116142

@@ -121,6 +147,24 @@ Accept pipeline input: False
121147
Accept wildcard characters: False
122148
```
123149
150+
### -MailboxLocation
151+
This parameter is available only in the cloud-based service.
152+
153+
{{ Fill MailboxLocation Description }}
154+
155+
```yaml
156+
Type: MailboxLocationIdParameter
157+
Parameter Sets: MailboxLocation
158+
Aliases:
159+
Applicable: Exchange Online
160+
161+
Required: False
162+
Position: Named
163+
Default value: None
164+
Accept pipeline input: False
165+
Accept wildcard characters: False
166+
```
167+
124168
### -VerifyDefaultFolderNameLanguage
125169
The VerifyDefaultFolderNameLanguage switch verifies that the default folder names are localized in the language that's specified for the mailbox (the Language property value). You don't need to specify a value with this switch.
126170

0 commit comments

Comments
 (0)