Skip to content

Commit 18f93cb

Browse files
authored
Merge pull request MicrosoftDocs#4076 from MicrosoftDocs/master
Merges Master to Live. See commits for details.
2 parents 54d591d + 522baa7 commit 18f93cb

File tree

67 files changed

+3258
-482
lines changed

Some content is hidden

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

67 files changed

+3258
-482
lines changed

exchange/exchange-ps/exchange/antispam-antimalware/New-MalwareFilterPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The Action parameter specifies the action to take when malware is detected in a
8080
8181
- DeleteAttachmentAndUseCustomAlert: Delivers the message, but replaces the message contents with the custom alert text specified by the AlertText parameter.
8282
83-
Note: For Exchange Online Protection, any of these actions result in the message and any attachments being routed to quarantine. For more information about quarantined messages, see https://go.microsoft.com/fwlink/p/?linkid=874388.
83+
Note: For Exchange Online Protection, any of these actions result in the message being delivered. Attachments that contain malware are quarantined. For more information about quarantined messages, see https://docs.microsoft.com/microsoft-365/security/office-365-security/manage-quarantined-messages-and-files.
8484
8585
```yaml
8686
Type: DeleteMessage | DeleteAttachmentAndUseDefaultAlertText | DeleteAttachmentAndUseCustomAlertText

exchange/exchange-ps/exchange/antispam-antimalware/Set-MalwareFilterPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The Action parameter specifies the action to take when malware is detected in a
9898
9999
- DeleteAttachmentAndUseCustomAlert: Delivers the message, but replaces the message contents with the custom alert text specified by the AlertText parameter.
100100
101-
Note: For Exchange Online Protection, any of these actions results in the message and any attachments being routed to quarantine. For more information about quarantined messages, see https://go.microsoft.com/fwlink/p/?linkid=874388.
101+
Note: For Exchange Online Protection, any of these actions result in the message being delivered. Attachments that contain malware are quarantined. For more information about quarantined messages, see https://docs.microsoft.com/microsoft-365/security/office-365-security/manage-quarantined-messages-and-files.
102102
103103
```yaml
104104
Type: DeleteMessage | DeleteAttachmentAndUseDefaultAlertText | DeleteAttachmentAndUseCustomAlertText

exchange/exchange-ps/exchange/policy-and-compliance/New-Label.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ Accept wildcard characters: False
127127
### -LocaleSettings
128128
The LocaleSettings parameter specifies one or more localized label name or label Tooltips in different languages. Regions include all region codes supported in Office Client applications. Valid values use the following syntax:
129129
130-
- Label display names: {"localeKey":"DisplayName","Settings":[{"Key":"en-us","Value":"English display name"},{"Key":"de-de",Value":"Deutscher Anzeigename"},{"Key":"es-es",Value":"Nombre para mostrar en español"}]}
130+
- Label display names: {"localeKey":"DisplayName","Settings":[{"Key":"en-us","Value":"English display name"},{"Key":"de-de","Value":"Deutscher Anzeigename"},{"Key":"es-es","Value":"Nombre para mostrar en español"}]}
131131
132-
- Label Tooltips: {"localeKey":"Tooltip","Settings":[{"Key":"en-us","Value":"English Tooltip"},{"Key":"de-de",Value":"Deutscher Tooltip"},{"Key":"es-es",Value":"Tooltip Español"}]}
132+
- Label Tooltips: {"localeKey":"Tooltip","Settings":[{"Key":"en-us","Value":"English Tooltip"},{"Key":"de-de",Value":"Deutscher Tooltip"},{"Key":"es-es","Value":"Tooltip Español"}]}
133133
134134
```yaml
135135
Type: MultiValuedProperty

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantTaxonomyReplicationParameters.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Get-SPOTenantTaxonomyReplicationParameters [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
24-
Before you use this cmdlet, please use "Connect-SPOService" to connect to SharePoint Online first
24+
Before using this cmdlet, make sure you connect to Sharepoint Online using [Connect-SPOService](Connect-SPOService.md) and the desirable satellite location URL as the -Url parameter.
25+
2526
This Cmdlet gets the replication parameters and it works to get the replication taxonomy in a Multi-Geo tenant.
2627
It works with the [Set-SPOTenantTaxonomyReplicationParameters](Set-SPOTenantTaxonomyReplicationParameters.md) to set the parameters.
2728

@@ -50,7 +51,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5051

5152
[Get-SPOAppErrors](Get-SPOAppErrors.md)
5253

53-
[Get-SPOTenantTaxonomyReplicationParameters](Get-SPOTenantTaxonomyReplicationParameters.md)
54+
[Set-SPOTenantTaxonomyReplicationParameters](Set-SPOTenantTaxonomyReplicationParameters.md)
5455

5556
[Get-SPOTenantContentTypeReplicationParameters](Get-SPOTenantContentTypeReplicationParameters.md)
5657

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenantTaxonomyReplicationParameters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Set-SPOTenantTaxonomyReplicationParameters -ReplicatedGroups <String[]> [<Common
2727
```
2828

2929
## DESCRIPTION
30-
Before you run the cmdlets, please use �Connect-SPOService� to connect to SharePoint Online first.
30+
Before using this cmdlet, make sure you connect to Sharepoint Online using [Connect-SPOService](Connect-SPOService.md) and the desirable satellite location URL as the -Url parameter.
31+
3132
By default, all global groups except system/search/people/sitecollection in primary location will be replicated to
3233
satellite.
3334

sharepoint/sharepoint-ps/sharepoint-pnp/Add-PnPFieldFromXml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
## SYNOPSIS
99
Adds a field to a list or as a site column based upon a CAML/XML field definition
1010

11-
## SYNTAX
11+
## SYNTAX
1212

1313
```powershell
1414
Add-PnPFieldFromXml -FieldXml <String>
@@ -91,4 +91,4 @@ Accept pipeline input: False
9191
9292
## RELATED LINKS
9393
94-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Field CAML](http://msdn.microsoft.com/en-us/library/office/ms437580(v=office.15).aspx)
94+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Field CAML](https://msdn.microsoft.com/en-us/library/office/ms437580(v=office.15).aspx)

sharepoint/sharepoint-ps/sharepoint-pnp/Get-PnPWebTemplates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
## SYNOPSIS
99
Returns the available web templates.
1010

11-
## SYNTAX
11+
## SYNTAX
1212

1313
```powershell
1414
Get-PnPWebTemplates [-Lcid <UInt32>]
@@ -86,4 +86,4 @@ Accept pipeline input: False
8686
8787
## RELATED LINKS
8888
89-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Locale IDs](http://go.microsoft.com/fwlink/p/?LinkId=242911Id=242911)
89+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Locale IDs](https://go.microsoft.com/fwlink/p/?LinkId=242911Id=242911)

sharepoint/sharepoint-ps/sharepoint-pnp/New-PnPTenantSite.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
## SYNOPSIS
99
Creates a new site collection for the current tenant
1010

11-
## SYNTAX
11+
## SYNTAX
1212

1313
```powershell
1414
New-PnPTenantSite -Title <String>
@@ -29,7 +29,7 @@ New-PnPTenantSite -Title <String>
2929

3030
## DESCRIPTION
3131
The New-PnPTenantSite cmdlet creates a new site collection for the current company. However, creating a new SharePoint
32-
Online site collection fails if a deleted site with the same URL exists in the Recycle Bin. If you want to use this command for an on-premises farm, please refer to http://blogs.msdn.com/b/vesku/archive/2014/06/09/provisioning-site-collections-using-sp-app-model-in-on-premises-with-just-csom.aspx
32+
Online site collection fails if a deleted site with the same URL exists in the Recycle Bin. If you want to use this command for an on-premises farm, please refer to http://blogs.msdn.com/b/vesku/archive/2014/06/09/provisioning-site-collections-using-sp-app-model-in-on-premises-with-just-csom.aspx
3333

3434
## EXAMPLES
3535

@@ -62,7 +62,7 @@ Accept pipeline input: False
6262
```
6363
6464
### -Lcid
65-
Specifies the language of this site collection. For more information, see Locale IDs Assigned by Microsoft: https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splanguage.lcid.aspx. To get the list of supported languages use: (Get-PnPWeb -Includes RegionalSettings.InstalledLanguages).RegionalSettings.InstalledLanguages
65+
Specifies the language of this site collection. For more information, see Locale IDs Assigned by Microsoft: https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splanguage.lcid.aspx. To get the list of supported languages use: (Get-PnPWeb -Includes RegionalSettings.InstalledLanguages).RegionalSettings.InstalledLanguages
6666
6767
```yaml
6868
Type: UInt32
@@ -221,4 +221,4 @@ Accept pipeline input: False
221221
222222
## RELATED LINKS
223223
224-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Locale IDs](http://go.microsoft.com/fwlink/p/?LinkId=242911Id=242911)[Resource Usage Limits on Sandboxed Solutions in SharePoint 2010](http://msdn.microsoft.com/en-us/library/gg615462.aspx.)[Creating on-premises site collections using CSOM](http://blogs.msdn.com/b/vesku/archive/2014/06/09/provisioning-site-collections-using-sp-app-model-in-on-premises-with-just-csom.aspx)
224+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Locale IDs](https://go.microsoft.com/fwlink/p/?LinkId=242911Id=242911)[Resource Usage Limits on Sandboxed Solutions in SharePoint 2010](https://msdn.microsoft.com/en-us/library/gg615462.aspx.)[Creating on-premises site collections using CSOM](https://blogs.msdn.com/b/vesku/archive/2014/06/09/provisioning-site-collections-using-sp-app-model-in-on-premises-with-just-csom.aspx)

sharepoint/sharepoint-ps/sharepoint-pnp/Set-PnPTenant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
## SYNOPSIS
99
Sets organization-level site collection properties
1010

11-
## SYNTAX
11+
## SYNTAX
1212

1313
```powershell
1414
Set-PnPTenant [-MinCompatibilityLevel <Int>]
@@ -793,7 +793,7 @@ The valid values are:
793793
ExternalUserAndGuestSharing (default) - External user sharing (share by email) and guest link sharing are both enabled. Disabled - External user sharing (share by email) and guest link sharing are both disabled.
794794
ExternalUserSharingOnly - External user sharing (share by email) is enabled, but guest link sharing is disabled.
795795
796-
For more information about sharing, see Manage external sharing for your SharePoint online environment (http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx).
796+
For more information about sharing, see Manage external sharing for your SharePoint online environment (https://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx).
797797
798798
```yaml
799799
Type: SharingCapabilities

sharepoint/sharepoint-ps/sharepoint-pnp/Set-PnPUserProfileProperty.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Requires a connection to a SharePoint Tenant Admin site.
3636

3737
### ------------------EXAMPLE 1------------------
3838
```powershell
39-
Set-PnPUserProfileProperty -Account '[email protected]' -Property 'SPS-Location' -Value 'Stockholm'
39+
Set-PnPUserProfileProperty -Account '[email protected]' -PropertyName 'SPS-Location' -Value 'Stockholm'
4040
```
4141

4242
Sets the SPS-Location property for the user as specified by the Account parameter
4343

4444
### ------------------EXAMPLE 2------------------
4545
```powershell
46-
Set-PnPUserProfileProperty -Account '[email protected]' -Property 'MyProperty' -Values 'Value 1','Value 2'
46+
Set-PnPUserProfileProperty -Account '[email protected]' -PropertyName 'MyProperty' -Values 'Value 1','Value 2'
4747
```
4848

4949
Sets the MyProperty multi value property for the user as specified by the Account parameter
@@ -112,4 +112,4 @@ Accept pipeline input: False
112112
113113
## RELATED LINKS
114114
115-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)
115+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)

sharepoint/sharepoint-ps/sharepoint-server/Update-SPProfileSync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Accept wildcard characters: False
169169

170170
### CommonParameters
171171
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
172-
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
172+
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
173173

174174
## INPUTS
175175

skype/skype-ps/skype/Get-CsOnlineLisCivicAddress.md

Lines changed: 21 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
applicable: Skype for Business Online
44
title: Get-CsOnlineLisCivicAddress
55
schema: 2.0.0
66
manager: bulenteg
7-
author: tomkau
8-
ms.author: tomkau
7+
author: junya
8+
ms.author: junya
99
ms.reviewer:
1010
---
1111

@@ -55,7 +55,7 @@ Valid inputs are "Assigned", or "Unassigned".
5555
```yaml
5656
Type: String
5757
Parameter Sets: (All)
58-
Aliases:
58+
Aliases:
5959
Applicable: Skype for Business Online
6060

6161
Required: False
@@ -71,7 +71,7 @@ Specifies the city of the target civic address.
7171
```yaml
7272
Type: String
7373
Parameter Sets: (All)
74-
Aliases:
74+
Aliases:
7575
Applicable: Skype for Business Online
7676

7777
Required: False
@@ -87,7 +87,7 @@ Specifies the identification number of the civic address to return.
8787
```yaml
8888
Type: Guid
8989
Parameter Sets: (All)
90-
Aliases:
90+
Aliases:
9191
Applicable: Skype for Business Online
9292

9393
Required: False
@@ -103,7 +103,7 @@ Specifies the country or region of the target civic address.
103103
```yaml
104104
Type: String
105105
Parameter Sets: (All)
106-
Aliases:
106+
Aliases:
107107
Applicable: Skype for Business Online
108108

109109
Required: False
@@ -119,7 +119,7 @@ Specifies the administrator defined description of the target civic address.
119119
```yaml
120120
Type: String
121121
Parameter Sets: (All)
122-
Aliases:
122+
Aliases:
123123
Applicable: Skype for Business Online
124124

125125
Required: False
@@ -136,7 +136,6 @@ This parameter is reserved for internal Microsoft use.
136136
Type: Fqdn
137137
Parameter Sets: (All)
138138
Aliases: DC
139-
Applicable: Skype for Business Online
140139

141140
Required: False
142141
Position: Named
@@ -153,12 +152,12 @@ If the Force switch isn't provided in the command, you're prompted for administr
153152
```yaml
154153
Type: SwitchParameter
155154
Parameter Sets: (All)
156-
Aliases:
155+
Aliases:
157156
Applicable: Skype for Business Online
158157

159158
Required: False
160159
Position: Named
161-
Default value: None
160+
Default value: False
162161
Accept pipeline input: False
163162
Accept wildcard characters: False
164163
```
@@ -169,7 +168,7 @@ This parameter is reserved for internal Microsoft use.
169168
```yaml
170169
Type: Guid
171170
Parameter Sets: (All)
172-
Aliases:
171+
Aliases:
173172
Applicable: Skype for Business Online
174173

175174
Required: False
@@ -185,12 +184,12 @@ If there are a large number of civic addresses, you can limit the number of retu
185184
If you limited the first cmdlet execution to 25 results, and want to look at the next 25 locations, then you leave ResultSize at 25 and set NumberOfResultsToSkip to 25 to omit the first 25 you've reviewed.
186185
For example the command below will return civic addresses 26-50 for Seattle.
187186
188-
`Get-CsOnlineLisCivicAddress -City Seattle -ResultSize 25 -NumberOfResultsToSkip 25`
187+
\`Get-CsOnlineLisCivicAddress -City Seattle -ResultSize 25 -NumberOfResultsToSkip 25\`
189188
190189
```yaml
191190
Type: Int32
192191
Parameter Sets: (All)
193-
Aliases:
192+
Aliases:
194193
Applicable: Skype for Business Online
195194

196195
Required: False
@@ -206,12 +205,12 @@ If present, the PopulateNumberOfVoiceUsers switch causes the cmdlet to provide t
206205
```yaml
207206
Type: SwitchParameter
208207
Parameter Sets: (All)
209-
Aliases:
208+
Aliases:
210209
Applicable: Skype for Business Online
211210

212211
Required: False
213212
Position: Named
214-
Default value: None
213+
Default value: False
215214
Accept pipeline input: False
216215
Accept wildcard characters: False
217216
```
@@ -222,7 +221,7 @@ Specifies the maximum number of results to return.
222221
```yaml
223222
Type: Int32
224223
Parameter Sets: (All)
225-
Aliases:
224+
Aliases:
226225
Applicable: Skype for Business Online
227226

228227
Required: False
@@ -238,7 +237,7 @@ This parameter is reserved for internal Microsoft use.
238237
```yaml
239238
Type: Guid
240239
Parameter Sets: (All)
241-
Aliases:
240+
Aliases:
242241
Applicable: Skype for Business Online
243242

244243
Required: False
@@ -255,23 +254,7 @@ Valid inputs are: Valid, Invalid, and Notvalidated.
255254
```yaml
256255
Type: String
257256
Parameter Sets: (All)
258-
Aliases:
259-
Applicable: Skype for Business Online
260-
261-
Required: False
262-
Position: Named
263-
Default value: None
264-
Accept pipeline input: False
265-
Accept wildcard characters: False
266-
```
267-
268-
### -AsJob
269-
{{Fill AsJob Description}}
270-
271-
```yaml
272-
Type: SwitchParameter
273-
Parameter Sets: (All)
274-
Aliases:
257+
Aliases:
275258
Applicable: Skype for Business Online
276259

277260
Required: False
@@ -287,19 +270,18 @@ Accept wildcard characters: False
287270
```yaml
288271
Type: SwitchParameter
289272
Parameter Sets: (All)
290-
Aliases:
273+
Aliases:
291274
Applicable: Skype for Business Online
292275

293276
Required: False
294277
Position: Named
295-
Default value: None
278+
Default value: False
296279
Accept pipeline input: False
297280
Accept wildcard characters: False
298281
```
299282
300283
### CommonParameters
301-
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/?LinkID=113216).
302-
284+
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/?LinkID=113216).
303285
304286
## INPUTS
305287

0 commit comments

Comments
 (0)