Hey everyone,
I am trying to roll out a BitLocker encryption policy silently to all Windows users. All of our devices are currently running on local accounts, not Microsoft accounts.
Initially, the deployment failed entirely, and the action history showed an unsupported password complexity configuration error. I figured out that combining the passcode policy with the encryption policy was causing a conflict, so I created a fresh, separate BitLocker policy to avoid that.
I tested the new policy on a single laptop, but it is not applying silently like I need it to. Instead, the user gets a prompt on their screen asking them to confirm the setup. When I tried to bypass this by pushing a force encryption command from the console, the action failed again, this time stating: The device does not have a compatible TPM. The associated BitLocker encryption policy does not allow enabling BitLocker in a device without a compatible TPM.
How can I get this deployed silently to everyone, even the older machines without TPM?
Also, one final concern from management: once encryption is active, will it restrict users from deleting their everyday data and files?
Any guidance would be hugely appreciated!