Skip to content

Commit 5cb33f6

Browse files
authored
Merge branch 'master' into chrisda
2 parents a8fb2b7 + b885f33 commit 5cb33f6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-online/ConvertTo-SPOMigrationTargetedPackage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ ConvertTo-SPOMigrationTargetedPackage [-SourceFilesPath] <String> [-SourcePackag
3535
```
3636

3737
## DESCRIPTION
38-
Use this Cmdlets to create a migration package from one Library to Another Library in form of a package. It converts the XML files and saves them as a new set of targeted migration package metadata files to the target directory.
38+
Use this cmdlet to create a migration package from one Library to Another Library in form of a package. It converts the XML files and saves them as a new set of targeted migration package metadata files to the target directory.
3939

4040

4141
## EXAMPLES
4242

4343
### Example 1
44-
This example shows how to convert a package to a targeted one by looking up data in the target site collection. It uses the ParallelImport parameter to boost file share migration performance.
44+
This example shows how to convert a package to a targeted one by looking up data in the target site collection. It uses the '-ParallelImport' parameter to boost file share migration performance.
4545
```Powershell
4646
$finalPackages = ConvertTo-SPOMigrationTargetedPackage -ParallelImport -SourceFilesPath $sourceFiles -SourcePackagePath $sourcePackage -OutputPackagePath $targetPackage -Credentials $cred -TargetWebUrl $targetWeb -TargetDocumentLibraryPath $targetDocLib
4747
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file:
3-
applicable: SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019, SharePoint Online
3+
applicable: SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019
44
schema: 2.0.0
55
---
66
# Get-PnPHealthScore
@@ -35,4 +35,4 @@ Returns a int value representing the current health score value of the server.
3535

3636
## RELATED LINKS
3737

38-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)
38+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)

skype/skype-ps/skype/New-CsOnlinePSTNGateway.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ Accept wildcard characters: False
305305
306306
### -SipSignalingPort
307307
Listening port used for communicating with Direct Routing services by using the Transport Layer Security (TLS) protocol. Must be value between 1 and 65535.
308+
Please note: Spelling of this parameter changed recently from SipSignallingPort to SipSignalingPort.
308309
309310
```yaml
310311
Type: Int32

0 commit comments

Comments
 (0)