I have a network/domain of PCs that users use and don't have administrative privileges. Occasionally, they copy some data to USB drives to move between machines.
I need to prevent data written to those drives from being accessible outside of the domain/network.
I know I can force BitLocker encryption onto all USB drives. But this doesn't prevent the user from taking the USB drive home and unlocking it there to copy the data to an unsecure machine.
I want the drive to only be unlockable using machines that are on the network.
Is this possible? Seeing as how all user accounts are regular non-administrator users, it sounds like it should be as simple as keeping the encryption key on some domain server and using it to unlock drives without ever letting the users access the key.