forked from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f540ce
commit 3fe79bf
Showing
6 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
content/Azure/Enabling BitLocker Keys in Active Directory.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]]. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.