Supported PowerShell SqlServer cmdlets
PowerShell cmdlet | Description |
---|---|
|
Adds a new encrypted value for an existing column encryption key object in the database. |
|
Completes the rotation of a column master key. |
|
Returns all column encryption key objects defined in the database, or returns one column encryption key object with the specified name. |
|
Returns the column master key objects defined in the database, or returns one column master key object with the specified name. |
|
Initiates the rotation of a column master key. |
|
Creates a |
|
Creates a |
|
Creates a new column encryption key object in the database. |
|
Produces an encrypted value of a column encryption key. |
|
Creates a new |
|
Creates a new column master key object in the database. |
|
Creates a |
|
Removes the column encryption key object from the database. |
|
Removes an encrypted value from an existing column encryption key object in the database. |
|
Removes the column master key object from the database. |
|
Encrypts, decrypts or re-encrypts specified columns in the database. |
The full list of cmdlets and additions to the SqlServer
module can be found in the Microsoft Online Documentation.