Use this cmdlet to set the pre-shared key used to protect the passwords used by Super-ExMerge. See the New-FormattedCredential cmdlet for more detail.
PowerShell
Set-PresharedKey
- -PreSharedKey
Description
Use the Set-PresharedKey cmdlet to create a pre-shared encryption key that can be used to protect passwords used by Super-ExMerge.
See the New-FormattedCredential cmdlet for detail about credentials used by Super-ExMerge.
Examples
Example 1
PowerShell
New-PresharedKey -PreSharedKey NobodyKnows!
This example will convert the literal text of “NobodyKnows!” into a pre-shared key hash that is use for encrypting passwords.
Parameters
-PreSharedKey
The PreSharedKey parameter specifies the text string from which a pre-shared key should be created. This cmdlet does not store the value in clear text; it creates a cryptographic 256bit hash of the value provided.
