I'm working on getting bitlocker deployed across an organization and am getting hung up on how I'm expected to actually enable it. We're using on-site AD on Server2012 (will be moving to 2022 this summer but it is what it is for now) and our PCs are all Windows 10. As far as I can tell I should be running a script at logon to enable bitlocker if it isn't already. I have the script, it runs fine on its own, but I cannot get the GPO to work. Here's what I've tried:
- Startup powershell script - won't work as it runs as logged in user
- Scheduled task - this appears to be the way to go, but I simply can't get it to actually run the script. Have tried using a domain-admin account, nt_authority\system, etc. It simply doesn't run - I've tried replacing the action with something that just opens notepad, but even that doesn't run. It seems that the SYSTEM account won't have network share access, so I tried adding a GPO to copy the script to the machine first. Still no luck (and I'd prefer this wasn't the case).
I'm clearly missing something, because I'm sure others have done this successfully. Looking for advice on either how you've done this successfully, what I'm doing wrong with my scheduled task GPO, or whether I'm missing the mark entirely and should be doing something entirely different. Any advice is appreciated.