Skip to content

Commit

Permalink
powershell for bitlocker viewing
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyDuong00 committed Jul 10, 2024
1 parent 3f540ce commit 3fe79bf
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/Azure/Enabling BitLocker Keys in Active Directory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Since the Windows 11 update, viewing the [[Bit Locker]] keys in [[Active Directory Users and Computers]] now requires the use of a PowerShell script to install.

To begin, open up PowerShell with administrator privileges:

![[Pasted image 20240710120035.png]]

Once in PowerShell, run this command:

```
Add-WindowsCapability -Online -Name Rsat.Bitlocker.Recovery.Tools~~~~0.0.1.0
```


![[Pasted image 20240710120241.png]]

Wait for the script to run, it will take a while:

![[Pasted image 20240710120312.png]]

Once the script is complete, restart your computer and run Active Directory Users and Computers:

![[Pasted image 20240710121153.png]]

Now [[Active Directory Users and Computers]] should have the BitLocker recovery keys as one of the tabs:

![[Pasted image 20240710122305.png]]

You can now obtain [[Bit Locker]] Keys in [[Active Directory Computers and Users]].

Binary file added content/Pictures/Pasted image 20240710120035.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/Pictures/Pasted image 20240710120241.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/Pictures/Pasted image 20240710120312.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/Pictures/Pasted image 20240710121153.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/Pictures/Pasted image 20240710122305.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3fe79bf

Please sign in to comment.