Skip to content

Montanhydraulik/Add-RecoveryInformationAcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Add RecoveryInformation ACL

This PowerShell script adds permissons to read BitLocker recovery keys for a user or group at a OU:

.\Add-RecoveryInformationAcl.ps1 -OU "OU=Clients,DC=contoso,DC=com" -Account "Helpdesk-Users"

Details

The script sets the msFVE-RecoveryInformation permission (Schema-Id-Guid ea715d30-8f53-40d0-bd1e-6109186d782c) and the confidentiality bit.

The basics comes from an administrator.de forum answer by colinardo.

About

Add permissons to read BitLocker recovery keys with PowerShell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors