Skip to content

Commit 5177dec

Browse files
authored
Merge pull request MicrosoftDocs#4531 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents f3cf95a + f3fa03a commit 5177dec

File tree

8 files changed

+69
-24
lines changed

8 files changed

+69
-24
lines changed

exchange/exchange-ps/exchange/client-access-servers/Get-MapiVirtualDirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
```
148148
149149
### CommonParameters
150-
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).
150+
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).
151151
152152
## INPUTS
153153

exchange/exchange-ps/exchange/client-access-servers/New-MapiVirtualDirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Accept wildcard characters: False
317317
```
318318
319319
### CommonParameters
320-
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).
320+
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).
321321
322322
## INPUTS
323323

exchange/exchange-ps/exchange/client-access-servers/Set-MapiVirtualDirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Accept wildcard characters: False
293293
```
294294
295295
### CommonParameters
296-
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).
296+
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).
297297
298298
## INPUTS
299299

exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,11 +1470,11 @@ Accept wildcard characters: False
14701470
### -PersonalAccountCalendarsEnabled
14711471
This parameter is available only in the cloud-based service.
14721472
1473-
The PersonalAccountCalendarsEnabled parameter specifies whether to allow users to connect to their personal Outlook.com or Gmail calendars in Outlook on the web. Valid values are:
1473+
The PersonalAccountCalendarsEnabled parameter specifies whether to allow users to connect to their personal Outlook.com or Google Calendar in Outlook on the web. Valid values are:
14741474
1475-
- $true: Users can connect to their Outlook.com or Gmail calendars to see those events in their Outlook on the web calendar. This is the default value.
1475+
- $true: Users can connect to their Outlook.com or Google Calendar to see those events in their Outlook on the web calendar. This is the default value.
14761476
1477-
- $false: Users can't connect to their Outlook.com or Gmail calendars in Outlook on the web.
1477+
- $false: Users can't connect to their Outlook.com or Google Calendar in Outlook on the web.
14781478
14791479
```yaml
14801480
Type: Boolean

exchange/exchange-ps/exchange/mailboxes/Set-Place.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Set-Place [-Identity] <RecipientIdParameter>
3030
[-CountryOrRegion <CountryInfo>]
3131
[-DisplayDeviceName <String>]
3232
[-Floor <System.Int32>]
33+
[-FloorLabel <String>]
3334
[-GeoCoordinates <GeoCoordinates>]
3435
[-IsWheelChairAccessible <Boolean>]
3536
[-Label <String>]
@@ -220,6 +221,22 @@ Accept pipeline input: False
220221
Accept wildcard characters: False
221222
```
222223
224+
### -FloorLabel
225+
The FloorLabel parameter specifies a descriptive label for the floor that the room is on. If the value contains spaces, enclose the value in quotation marks (").
226+
227+
```yaml
228+
Type: String
229+
Parameter Sets: (All)
230+
Aliases:
231+
Applicable: Exchange Online
232+
233+
Required: False
234+
Position: Named
235+
Default value: None
236+
Accept pipeline input: False
237+
Accept wildcard characters: False
238+
```
239+
223240
### -GeoCoordinates
224241
The GeoCoordinates parameter specifies the room's location in latitude, longitude and (optionally) altitude coordinates. A valid value for this parameter uses one of the following formats:
225242

exchange/exchange-ps/exchange/policy-and-compliance-dlp/New-DlpCompliancePolicy.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,11 @@ Accept wildcard characters: False
131131
```
132132
133133
### -ExchangeSenderMemberOf
134-
{{ Fill ExchangeSenderMemberOf Description }}
134+
The ExchangeSenderMemberOf parameter specifies the distribution groups, mail-enabled security groups, or dynamic distribution groups to include in the DLP policy. You identify the group by its email address.
135+
136+
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>.
137+
138+
You can't use this parameter to specify Office 365 Groups.
135139
136140
```yaml
137141
Type: SmtpAddress[]
@@ -147,7 +151,11 @@ Accept wildcard characters: False
147151
```
148152
149153
### -ExchangeSenderMemberOfException
150-
{{ Fill ExchangeSenderMemberOfException Description }}
154+
The ExchangeSenderMemberOf parameter specifies the distribution groups, mail-enabled security groups, or dynamic distribution groups to exclude from the DLP policy. You identify the group by its email address.
155+
156+
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>.
157+
158+
You can't use this parameter to specify Office 365 Groups.
151159
152160
```yaml
153161
Type: SmtpAddress[]
@@ -333,7 +341,9 @@ Accept wildcard characters: False
333341
```
334342
335343
### -TeamsLocation
336-
{{ Fill TeamsLocation Description }}
344+
The TeamsLocation parameter specifies the Teams accounts to include in the DLP policy. You identify the account by its name or email address, or you can use the value All to include all accounts.
345+
346+
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".
337347
338348
```yaml
339349
Type: MultiValuedProperty
@@ -349,7 +359,9 @@ Accept wildcard characters: False
349359
```
350360
351361
### -TeamsLocationException
352-
{{ Fill TeamsLocationException Description }}
362+
The TeamsLocation parameter specifies the Teams accounts to exclude form the DLP policy when you use the value All for the TeamsLocation parameter. You identify the account by its name or email address.
363+
364+
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".
353365
354366
```yaml
355367
Type: MultiValuedProperty

exchange/exchange-ps/exchange/policy-and-compliance-dlp/Set-DlpCompliancePolicy.md

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

2121
## SYNTAX
2222

23-
### RetryDistribution
24-
```
25-
Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter> [-RetryDistribution]
26-
[-Confirm]
27-
[-WhatIf] [<CommonParameters>]
28-
```
29-
3023
### Identity
3124
```
3225
Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
@@ -54,6 +47,13 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
5447
[-WhatIf] [<CommonParameters>]
5548
```
5649

50+
### RetryDistribution
51+
```
52+
Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter> [-RetryDistribution]
53+
[-Confirm]
54+
[-WhatIf] [<CommonParameters>]
55+
```
56+
5757
## DESCRIPTION
5858
You need to be assigned permissions in the Office 365 Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in Office 365 Security & Compliance Center](https://go.microsoft.com/fwlink/p/?LinkId=511920).
5959

@@ -206,7 +206,9 @@ Accept wildcard characters: False
206206
```
207207
208208
### -AddTeamsLocation
209-
{{ Fill AddTeamsLocation Description }}
209+
The AddTeamsLocation parameter specifies the Teams accounts to add to the list of included accounts when you aren't using the value All for the TeamsLocation parameter. You identify the account by its name or email address.
210+
211+
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".
210212
211213
```yaml
212214
Type: MultiValuedProperty
@@ -222,7 +224,9 @@ Accept wildcard characters: False
222224
```
223225
224226
### -AddTeamsLocationException
225-
{{ Fill AddTeamsLocationException Description }}
227+
The AddTeamsLocationException parameter specifies the Teams accounts to add to the list of excluded accounts when you use the value All for the TeamsLocation parameter. You identify the account by its name or email address.
228+
229+
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".
226230
227231
```yaml
228232
Type: MultiValuedProperty
@@ -274,7 +278,11 @@ Accept wildcard characters: False
274278
```
275279
276280
### -ExchangeSenderMemberOf
277-
{{ Fill ExchangeSenderMemberOf Description }}
281+
The ExchangeSenderMemberOf parameter specifies the distribution groups, mail-enabled security groups, or dynamic distribution groups to include in the DLP policy. You identify the group by its email address.
282+
283+
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>.
284+
285+
You can't use this parameter to specify Office 365 Groups.
278286
279287
```yaml
280288
Type: SmtpAddress[]
@@ -290,7 +298,11 @@ Accept wildcard characters: False
290298
```
291299
292300
### -ExchangeSenderMemberOfException
293-
{{ Fill ExchangeSenderMemberOfException Description }}
301+
The ExchangeSenderMemberOf parameter specifies the distribution groups, mail-enabled security groups, or dynamic distribution groups to exclude from the DLP policy. You identify the group by its email address.
302+
303+
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>.
304+
305+
You can't use this parameter to specify Office 365 Groups.
294306
295307
```yaml
296308
Type: SmtpAddress[]
@@ -460,7 +472,9 @@ Accept wildcard characters: False
460472
```
461473
462474
### -RemoveTeamsLocation
463-
{{ Fill RemoveTeamsLocation Description }}
475+
The RemoveTeamsLocation parameter specifies the Teams accounts to remove from the list of included accounts when you use the value All for the TeamsLocation parameter. You identify the account by its name or email address.
476+
477+
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".
464478
465479
```yaml
466480
Type: MultiValuedProperty
@@ -476,7 +490,9 @@ Accept wildcard characters: False
476490
```
477491
478492
### -RemoveTeamsLocationException
479-
{{ Fill RemoveTeamsLocationException Description }}
493+
The RemoveTeamsLocation parameter specifies the Teams accounts to remove from the list of excluded accounts when you aren't using the value All for the TeamsLocation parameter. You identify the account by its name or email address.
494+
495+
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".
480496
481497
```yaml
482498
Type: MultiValuedProperty

exchange/exchange-ps/exchange/sharing-and-collaboration/Set-MailPublicFolder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ To see the input types that this cmdlet accepts, see [Cmdlet Input and Output Ty
15841584
## OUTPUTS
15851585
15861586
###
1587-
To see the return types (also known as "output types") that this cmdlet accepts, see [Cmdlet Input and Output Types](https://go.microsoft.com/fwlink/p/?LinkId=616387). If the Output Type field is blank, the cmdlet doesn't return data.
1587+
To see the return types, which are also known as output types, that this cmdlet accepts, see [Cmdlet Input and Output Types](https://go.microsoft.com/fwlink/p/?LinkId=616387). If the Output Type field is blank, the cmdlet doesn't return data.
15881588
15891589
## NOTES
15901590

0 commit comments

Comments
 (0)