Remote PC
#Remember to save this file as a .ps1 PowerShell script for easy access.
#Create cmpName variable and prompt for computer name
$CmpName = Read-Host -Prompt 'Enter Computer Name: '
#create a variable to store the contents of the protectors / keys available
$currentProtectors = manage-bde -protectors C: -cn $CmpName -get