Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [bitlocker]

full disk encryption feature included with select editions of Windows Vista and later

bitlocker
0 votes
1 answer
21 views

Can't Get BitLocker to Deploy Via PowerShell or VBS-Scripts Run Fine If Launched Manually. Any thoughts On What Might Be Stopping Me?

As the title suggests, I'm trying to deploy BitLocker in my organization. I've done this before elsewhere, and I've done it in my test environment here. However, I can't seem to get either a ...
Jeffrey Bowers's user avatar
0 votes
0 answers
39 views

Wrong BitLocker Status Retrieval for Encrypted USB Drive Using WMI in C#

I'm trying to retrieve the BitLocker status of a USB drive using WMI in C#. I have written the following code to determine the protection status, conversion status, and encryption method of the drive. ...
Martina's user avatar
  • 811
0 votes
0 answers
68 views

Enable BitLocker through Powershell script avoiding startup authentication

I'm working on a PowerShell script to enable BitLocker in all the endpoints of our organization, including ones which are not connected to domain(accessing private network). I don't want to use TPM ...
Nani's user avatar
  • 1,176
0 votes
0 answers
43 views

How to protect wsl2 vhdx file with password?

I have a wsl2 vhdx file. I'm working on developing websites with sensitive user data such as emails, phone numbers. How can I protect this vhdx file in case my laptop is stolen so that even when ...
Serg's user avatar
  • 55
0 votes
0 answers
137 views

Bitlocker key rotation without intune or sccm

Is is possible to do Bitlocker recovery key rotation every week on every client computer without use of Intune or SCCM? Just scripts and gpo?
Johny Corbie's user avatar
0 votes
0 answers
179 views

dislocker: fuse: mountpoint is not empty

I'm setting up a bitlocker drive in Linux fstab: /dev/sdb2 /mnt/lacie fuse.dislocker user-password=abc123 0 0 /mnt/lacie/dislocker-file ...
xpusostomos's user avatar
  • 1,560
0 votes
0 answers
101 views

What event does Windows use to detect a drive has been unlocked by bitlocker?

The scenario is this: Open two instances of Windows explorer on a computer with a locked drive. Click on the drive in one of the windows and enter its BitLocker password. The drive unlocks, and the ...
ispiro's user avatar
  • 27.4k
0 votes
0 answers
20 views

Is there a way to solve this

$Computers = get-content "C:\ADMIN\SCRIPTS\BITLOCKER\LAPTOPS.txt" foreach($Computer in $Computers) { if (Test-Connection -Cn $Computer -BufferSize 16 -Count 1 -ea 0 -quiet) { ...
Ellison de greyhat's user avatar
0 votes
1 answer
3k views

How to get bitlocker recovery keys for Intune device with MS Graph

I am trying to get a list of all devices from Intune and their associated bitlocker keys, if there is one. I am able to get a list of all devices no problem, but I can not find the correct permissions ...
Andrew Draper's user avatar
1 vote
1 answer
715 views

Why am I getting this error when I run my Powershell script to enable bitlocker

I have a script that is supposed to enable Bitlocker on a windows device. This is the script I have so far. # Define the length of the random string $length = 48 # Define the character set $...
Andrew Hughes's user avatar
0 votes
0 answers
3k views

Turn Bitlocker on with Powershell, Automating Device setup

I have an issue that google has not yet given me a clear answer. our team sets up a range of laptops for staff to use and I have been working on a PowerShell script that will make our life easier. ...
Killing-me-MicroSoftly's user avatar
0 votes
0 answers
163 views

Dislocker error: "EOW information at offset 4b22000 failed to pass the tests"

I am trying to mount a BitLocker encrypted drive using Dislocker, but I am getting the following error: Wed Aug 30 21:02:19 2023 [ERROR] EOW information at offset 4b22000 failed to pass the tests Wed ...
vishal Arekar's user avatar
0 votes
0 answers
162 views

How to remove bitlocker if i forgot password and recovery key

How to remove bitlocker if i lost password and recovery key I have installed Adobe photoshop from getintopcthen after some time my drive gets automatically enabled with bitlocker i don't that is ...
Beast 072's user avatar
0 votes
1 answer
2k views

Get BitLocker recovery password

I am using the following PowerShell code to encrypt a drive. When I run it's it gives the following output and I am not able to assign it to a variable. It does not seem like a regular output. Any ...
user25998's user avatar

15 30 50 per page
1
2 3 4 5
10