Skip to content

Commit dcbd4fc

Browse files
authored
Merge pull request MicrosoftDocs#4807 from tseward/patch-26
Update New-SPOMigrationEncryptionParameters.md
2 parents 6b7ec92 + a89a916 commit dcbd4fc

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationEncryptionParameters.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
{{Fill in the Synopsis}}
17+
Creates a new random encryption key for a migration job or package.
1818

1919
## SYNTAX
2020

@@ -24,28 +24,43 @@ New-SPOMigrationEncryptionParameters [<CommonParameters>]
2424

2525
## DESCRIPTION
2626

27-
{{Fill in the Description}}
27+
Creates a random encryption key for submission of a migration job or creation of a migration package. For use with [`Submit-SPOMigrationJob`](), [`ConvertTo-SPOMigrationEncryptedPackage`](ConvertTo-SPOMigrationEncryptedPackage.md), and [`Set-SPOMigrationPackageAzureSource`](Set-SPOMigrationPackageAzureSource.md) in the `-EncryptedParameter` parameter for each cmdlet.
2828

2929
## EXAMPLES
3030

3131
### EXAMPLE 1
3232

3333
```powershell
34-
{{ Add example code here }}
34+
$o = New-SPOMigrationEncryptionParameters
3535
```
3636

37-
{{ Add example description here }}
37+
Outputs a random encryption key and saves it in the `$o` variable.
3838

3939
## PARAMETERS
4040

4141
### CommonParameters
4242

4343
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).
4444

45+
## OUTPUTS
46+
47+
### System.Byte
48+
49+
EncryptionKey: The randomly generated encryption key using [System.Security.Cryptography.AesCryptoServiceProvider](https://docs.microsoft.com/dotnet/api/system.security.cryptography.aescryptoserviceprovider) class.
50+
51+
### Microsoft.Online.SharePoint.Migration.SPMigrationJobEncryptionMethod
52+
53+
EncryptionMethod: The encryption algorithm used to generate the EncryptionKey. Currently hardcoded to AES256BC.
54+
4555
## RELATED LINKS
4656

57+
[Submit-SPOMigrationjob](Submit-SPOMigrationJob.md)
58+
59+
[ConvertTo-SPOMigrationEncryptedPackage](ConvertTo-SPOMigrationEncryptedPackage.md)
60+
61+
[Set-SPOMigrationPackageAzureSource](Set-SPOMigrationPackageAzureSource.md)
62+
4763
[Introduction to the SharePoint Online management shell](https://support.office.com/en-us/article/introduction-to-the-sharepoint-online-management-shell-c16941c3-19b4-4710-8056-34c034493429)
4864

4965
[SharePoint Online Management Shell Download](https://www.microsoft.com/en-US/download/details.aspx?id=35588)
5066

51-
[Get-SPOAppErrors](Get-SPOAppErrors.md)

0 commit comments

Comments
 (0)