Get-AmsFveRecoveryKey

SYNOPSIS

Gets the full-volume encryption keys of the specified device

SYNTAX

Get full-volume encryption keys by computer name (Default)

Get-AmsFveRecoveryKey [-ComputerName] <String> [<CommonParameters>]

Get full-volume encryption keys by device authority information

Get-AmsFveRecoveryKey -AuthorityDeviceId <String> -AuthorityId <String> -AuthorityType <AuthorityType>
 [<CommonParameters>]

DESCRIPTION

This cmdlet gets the full-volume encryption keys (e.g., BitLocker keys) of the specified computer.

Note, this cmdlet is not subject to the authorization rules and audit events. Only AMS administrators can call this cmdlet.

EXAMPLES

Example 1

Returns the full-volume encryption keys for the computer named `PC1`

Example 2

Returns the full-volume encryption keys for the Active Dircetory computer named `SERVER1` int he `DEV` domain

Example 3

Returns the full-volume encryption keys for the AMS-managed computer named `macos12`

PARAMETERS

-AuthorityDeviceId

The ID of the device

-AuthorityId

The device's Authority

-AuthorityType

The authority type

-ComputerName

The name of the computer object. This can be a simple name like `PC1` or a fully qualified name like `DOMAIN\PC1`

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Lithnet.AccessManager.PowerShell.FveRecoveryKeyPSObject

NOTES

Last updated

Was this helpful?