Skip to content

Commit bf689d6

Browse files
authored
Merge pull request #6943 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 1c746e4 + 7a0b748 commit bf689d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/security/encryption/rotate-always-encrypted-keys-using-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "Rotate Always Encrypted Keys using PowerShell | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "05/17/2017"
@@ -35,7 +35,7 @@ The method of rotating a column master key described in this section does not su
3535

3636
| Task | Article | Accesses plaintext keys/keystore| Accesses database
3737
|:---|:---|:---|:---
38-
|Step 1. Create a new column master key in a key store.<br><br>**Note:** The SqlServer PowerShell module does not support this step. To accomplish this task from the command-line, you need to use tools that are specific for your key store. | Create and Store Column Master Keys (Always Encrypted)| Yes | No
38+
|Step 1. Create a new column master key in a key store.<br><br>**Note:** The SqlServer PowerShell module does not support this step. To accomplish this task from the command-line, you need to use tools that are specific for your key store. | [Create and Store Column Master Keys (Always Encrypted)](../../../relational-databases/security/encryption/create-and-store-column-master-keys-always-encrypted.md)| Yes | No
3939
|Step 2. Start a PowerShell environment and import the SqlServer module | [Import the SqlServer module](../../../relational-databases/security/encryption/configure-always-encrypted-using-powershell.md#importsqlservermodule) | No | No
4040
|Step 3. Connect to your server and database. | [Connecting to a Database](../../../relational-databases/security/encryption/configure-always-encrypted-using-powershell.md#connectingtodatabase) | No | Yes
4141
|Step 4. Create a SqlColumnMasterKeySettings object that contains information about the location of your new column master key. SqlColumnMasterKeySettings is an object that exists in memory (in PowerShell). To create it, you need to use the cmdlet that is specific to your key store. |[New-SqlAzureKeyVaultColumnMasterKeySettings](https://docs.microsoft.com/powershell/sqlserver/sqlserver/vlatest/new-sqlazurekeyvaultcolumnmasterkeysettings)<br><br>[New-SqlCertificateStoreColumnMasterKeySettings](https://docs.microsoft.com/powershell/sqlserver/sqlserver/vlatest/new-sqlcertificatestorecolumnmasterkeysettings)<br><br>[New-SqlCngColumnMasterKeySettings](https://docs.microsoft.com/powershell/sqlserver/sqlserver/vlatest/new-sqlcngcolumnmasterkeysettings)<br><br>[New-SqlCspColumnMasterKeySettings](https://docs.microsoft.com/powershell/sqlserver/sqlserver/vlatest/new-sqlcspcolumnmasterkeysettings)<br> | No | No

0 commit comments

Comments
 (0)