Automatically BitLocker OS Drive using GPO

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 178

  • @kimmag
    @kimmag 2 роки тому +2

    Was about to do this on 50 computers spread around the country - thank you for a brief explanation, I felt totally overwhelmed by the deployment-script stage.
    I'm going to do some tests and pray for the TPM-modules being activated! :- )

  • @wibbers2000
    @wibbers2000 3 роки тому +1

    Have been looking for a while and tried a number of things... this worked first time and everything you need is here. Thanks

  • @brianchew9228
    @brianchew9228 3 роки тому +3

    Thank you SO MUCH! My Admin left and my company is on "hiring freeze" and I need to get this done. I would buy you a cup of coffee if I meet you in person. Thanks once again.

    • @seanjr4387
      @seanjr4387  3 роки тому

      I'm glad I was able to help. It's a challenge I was given myself. I figure it would help someone else. Thank you.

  • @kyleelam4337
    @kyleelam4337 Рік тому +2

    You sir are an absolute legend.

  • @bsoliman5737
    @bsoliman5737 Рік тому +1

    Just tried this...worked perfectly! Thanks!

  • @Bill_CBR
    @Bill_CBR Місяць тому

    That's a nice script, well done. Great video as well.

  • @christopherdesouza8334
    @christopherdesouza8334 7 місяців тому +3

    Not bad. To avoid multiple keys change the scheduled task. Go to common tab and check the apply once and do not reapply checkbox. Otherwise everytime device is idle or login occurs it will record a new key and eventually have tons in active directory. Also would have the group policy create scheduled task not update as it will reset task like it has not been run and cause same multi key entries. Plus there is a bug where it will mismatch and possible that no key works. Resetting a device later and needing that key will be a real problem. The way we do this is actually to create a registry key via group policy the applies script to runonce for same purpose but find it is much more consistent.

    • @ricorodrigo523
      @ricorodrigo523 4 місяці тому

      Hi @christopherdesouza8334 any tutorial or video for this !!
      really intersting remark,
      PLesae share more

  • @johnhampe4214
    @johnhampe4214 2 роки тому

    Sean, absolute genius dude! Well done!

  • @RayHampton
    @RayHampton Рік тому

    Excellent walk-through. Thank You!

  • @HardWorkZz
    @HardWorkZz 2 роки тому +1

    Hi Sean, Thank You So much. Works Perfectly in My Company. 10/10 !!! =) =) =)

  • @andersonmota4392
    @andersonmota4392 2 роки тому +1

    Thanks! Working perfectly!

  • @MattEOKC
    @MattEOKC Рік тому

    This worked like a charm! Thanks for the video! One thing I learned was that if a PC has BitLocker On already, you will have to disable it and then reboot and let the policy turn it on in order for AD to pickup the key. AD will not pick up the key except during generation.

    • @osamaelnabawy462
      @osamaelnabawy462 11 місяців тому

      can i disable it for all devices by GPO or manually?

  • @Ntinsky
    @Ntinsky 3 роки тому +2

    Great video. Thanks for sharing the knowledge. One question though. Will the GPO automatically enable Bitlocker for a fixed drive and/or a removable drive if configured? Cause for the OS drive you used the script with the task scheduler to trigger the Enable action. Or do i have to modify the script somehow to include a drive D or E for example. Any advice will be highly appreciated. Keep up the good work

  • @yaaj008
    @yaaj008 2 роки тому

    Great work Sean Jr.
    Works perfectly.
    Really appreciate sharing this video, just a question on enabling it on data disks

  • @Buksie9
    @Buksie9 2 роки тому

    Amazing tips. Thanks Sean!

  • @Kaif-y4n
    @Kaif-y4n 18 днів тому

    Hi
    What is the powershell argument to enable bitlocker at 7:57
    Can you please share full powershell command

  • @sodalinsen
    @sodalinsen 3 роки тому +2

    How can we let the user create the password by themself?
    Example: Once the machine startup or logon then it requires to have dialog box for the password? Is there anyway to do that?

  • @fredphish3676
    @fredphish3676 3 роки тому

    No one seems to have noticed that the script settings with a scheduled task set to run at idle means that this script will run constantly throught the day on the PC forever even after the drive has been encrypted, or until the scheduled task is removed

    • @seanjr4387
      @seanjr4387  3 роки тому +1

      Hi Fred... I completely understand your concern. In the script, it's set to ignore if the volume is already encrypted. But if that's a problem you can set the task to run once on the computer.

  • @MrMilesThompson
    @MrMilesThompson Рік тому

    Thanks! worked like a charm

  • @БектемирМыктыбекуулу

    Hi thank you for the great video but you updated the policy with admin rights but under standard user I can't apply the GPO (?

  • @charlesbuzz
    @charlesbuzz 3 роки тому +2

    great video, your link point to a batch file, but in your video you refer to a powershell script

  • @steffan23
    @steffan23 9 місяців тому

    i'm seeing multiple entries of keys stored on a computer's AD object. is this a result of the idle time?

  • @andrewjohnson430
    @andrewjohnson430 20 днів тому

    Nice instruction - Thanks!. What will happen when we migrate to Azure?

  • @RK-ly5qj
    @RK-ly5qj 3 роки тому +2

    The question is, why you didint choose to encrypt FDE(full disk) ? Form organization and protection perspective its much much more secure ^^ And what about devices that doesnt have TPM module etc ?;)

    • @JDavis-pz4bv
      @JDavis-pz4bv 3 роки тому

      Group policy > Computer Config > Admin Templates > Windows components > Bit Locker encryption > Require additional authentication > enable, Allow Bit Locker without compatible TPM. Haven't tested it but give it a shot.

  • @chapel976
    @chapel976 2 місяці тому

    Curious for folks who are getting a successful bitlocker enable, but not getting it escrowed into ADDS? What did you do?

  • @FaithfulMC
    @FaithfulMC 2 роки тому

    Thanks, seems to work perfectly

  • @purepure8950
    @purepure8950 Рік тому +2

    Where did he get the script???

  • @muhammadasif4916
    @muhammadasif4916 2 роки тому +1

    i like your video but you did not show how create at 6:01 plz some one explain me how to create file EnablingBitlocker in the folder GEGPO.

    • @seanjr4387
      @seanjr4387  2 роки тому

      Hi Muhammad, I'm glad you like this video. You can download the BitLocker script in the description. I hope this helps.

  • @umesh21071990
    @umesh21071990 3 роки тому +5

    As per ur video, GPO works fine for me, can u tell me will it works for the system which having multiple drives?

  • @yip50685545
    @yip50685545 2 роки тому +2

    setup all, but computers doesn't run auto-encryption. Any idea? can access the bat file. manually run bat is fine

    • @interstellaroverdrive3658
      @interstellaroverdrive3658 Рік тому

      I'm having the same issue.

    • @userbox0029
      @userbox0029 7 місяців тому

      I have set to run the script under "System", but the script works when I login under an Administrative account, but it does not work when I login under an account without administrative rights.

    • @chaserushing5173
      @chaserushing5173 4 місяці тому

      @@userbox0029 Same here, did you ever find a solution to this? Any help would be appreciated.

    • @userbox0029
      @userbox0029 4 місяці тому

      @@chaserushing5173 I had to user Task scheduler to run the script with high privileges at user login.

  • @jsrizo01
    @jsrizo01 2 роки тому

    Works like a charm!

  • @yessayan82
    @yessayan82 3 роки тому +1

    thanks for the very useful info, wat if the GPO is applied to an OU what will happen to some PCs where bitlocker is already enabled ? it will re-enable them or stay as they are ?

    • @seanjr4387
      @seanjr4387  3 роки тому

      Good question!
      I'm not sure. I would expect it to automatically add the key to the AD object. It should be a fairly easy test. See what happens when you try to Bitlocker a computer that was already encrypted.

    • @yessayan82
      @yessayan82 3 роки тому

      @@seanjr4387 hi, i found that the script didnt change anything on PCs which are already bitlocked it didnt even backup the key to AD, so you have to manually backup the key or create a GPO to do so

  • @chriswhittaker7460
    @chriswhittaker7460 22 дні тому

    Is there an edit to encrypt all fixed data drives as well?

  • @baboo84
    @baboo84 2 роки тому

    My problem is the TPM chip isn't even activated in BIOS on many systems. Is there a way to activate the TPM chip in the BIOS from the DOS command line or Powershell?

  • @stefanogensabella3749
    @stefanogensabella3749 Рік тому

    Super useful, thanks

  • @Nav_Ox
    @Nav_Ox 3 роки тому +3

    Thank you for creating this video and sharing the script. If we wanted to modify this to include other drive volumes how would we go about adding "D:" "E:" Etc? Also do you have a social media / email account you could share? I checked your channel for contact info but was not able to locate that. @Sean Jr thank you again.

  • @amitals01
    @amitals01 2 роки тому +1

    What needs to change in a batch file, if we want to encrypt a data drive like a D drive.

    • @Siraj_Ather
      @Siraj_Ather 2 роки тому

      Did you found the answer im also searching for the same

    • @troystory7389
      @troystory7389 Рік тому

      @@Siraj_Ather I am also looking to encrypt two disks C: and D: on a workstation

  • @fadynagy9183
    @fadynagy9183 Рік тому

    Hi Sean,
    first thank you, i have tested on a virtual environment and it is working but is this script woks only for system drives because i have D Drive and it did not enable bitlocker on it ?

  • @roti_pani
    @roti_pani Рік тому

    Is it compulsory to have TPM in users computer for this to run ? What if we are using VM ?

  • @chaserushing5173
    @chaserushing5173 4 місяці тому

    What would it take to run this batch file with cmd.exe instead of Powershell? Can anyone convert this?

  • @TomislavŠtaba
    @TomislavŠtaba Рік тому

    Hi, is it possible to enter n GPO that at the time that disk is starting to encrypt that user would be prompted to enter PIN as additional layer of security? mostly for laptops that can be stolen

    • @nevillbowyer4175
      @nevillbowyer4175 8 місяців тому

      You should be able to do this by updating the GPO to require PIN.

  • @franklinmoreno3805
    @franklinmoreno3805 2 роки тому

    Hello, I have applied what you indicate in the video, but bitlocker cannot be applied to drive C:, could you help me?

  • @aradoc3951
    @aradoc3951 3 роки тому +1

    Trying to get this to work for hours now...... But it just don't want to work. Looks like I have to manually enable Bitlocker on 300 computers......

  • @FranklinChekani
    @FranklinChekani 8 місяців тому

    script worked flawlessly. Just curious, where does the script store recovery key? assuming did not say to save in ADDS

    • @nevillbowyer4175
      @nevillbowyer4175 8 місяців тому +1

      It's saved in ADDS. Go to the Properties of the Computer Object and you'll see a BitLocker Tab. 12:03 If you're not seeing the tab, you might have to rewatch the video where I install the BitLocker role. I hope this helps.

  • @252ruud
    @252ruud Рік тому +1

    Thank you!

  • @christopherrich6190
    @christopherrich6190 6 місяців тому

    My issue is that the GP is getting pushed out but the Scheduled task isn't. Not sure why but I thought about pushing the script out one time to the PC's since it only has to be run once. Would that that?

    • @seanjr4387
      @seanjr4387  5 місяців тому

      You can run the script directly. The Task Scheduler will not show unless you're an Administrator. If it's still not there after opening Task Scheduler as an Administrator, rewatch the video to see if you overlooked something in the video.

  • @Lockmaw2011
    @Lockmaw2011 3 роки тому

    Hello Sean JR. G great video and article. But I have the challenge for multilingual clients (German, Spanish) - it looks like your script only runs on English OS. Do you have a solution for this? Many Thanks.

  • @TheDJZeroX
    @TheDJZeroX 2 роки тому

    Does this script also work on machines with a different language? Since the findstr searches for english words?

  • @lsync3707
    @lsync3707 3 роки тому +1

    is it possible to enable and store the key for fixed data drives?

    • @sodalinsen
      @sodalinsen 3 роки тому +1

      Yes, we have this option from GPO is called "Choose default folder for recover password" then define your location.

    • @lsync3707
      @lsync3707 2 роки тому

      you can fix it by changing C drives letters from the scrip to whatever you want. in my case i changed with d and created another script.

  • @rerazol
    @rerazol 2 роки тому +1

    Hi Sean, i try to doesn't work, i run the script manually and i get the message "It looks like your system require that you run this program as an Administrator.", what is wrong?

    • @KarlTheYeetus
      @KarlTheYeetus 2 роки тому +2

      Have you checked the box of run with highest privileges on the task scheduler?

    • @thomasweingart9005
      @thomasweingart9005 Рік тому +1

      I have the same problem. I have set the checkmark with "Execute highest priority". What was the solution? Thank you.

    • @userbox0029
      @userbox0029 7 місяців тому +1

      I have set to run the script under "System", but the script works when I login under an Administrative account, but it does not work when I login under an account without administrative rights.

  • @rakshithshaz6221
    @rakshithshaz6221 Рік тому

    Hi sean,
    Could you please help me out with enabling fixed drives automatically. Im a fresher to this field. Please help me out. Im stuck.

  • @rezaeshraghi613
    @rezaeshraghi613 3 роки тому

    thanks for your video, but i have tried to run script, it comes some error and it is not working! could you please help me

  • @tristanjaybusto2101
    @tristanjaybusto2101 3 роки тому

    Thank you so much for this video. I just want to ask after I enable the feature(Bitlocker Encryption) in our Windows 2016 server after restart. When I open GPM Editor at Windows Components when I select the BitLocker encryption I can't see the any folder inside it unlike yours.
    I can see only:
    Turn on Bitlocker ......
    Control Panel Setup: ......
    Control Panel Setup: ......
    Control Panel Setup: ......
    Configure encryption method
    Prevent memory overwrite on restart
    Configure TPM .....
    Hope anybody can answer my question.. Thanks and much appreciated.

  • @matthewsharrer2203
    @matthewsharrer2203 9 місяців тому

    I noticed that the batch file is missing a couple of GOTOs/batch labels:
    :VerifyBitLocker
    for /F "tokens=3 delims= " %%A in ('manage-bde -status %systemdrive% ^| findstr " Encryption Method:"') do (
    if "%%A"=="AES" goto Inprogress
    )
    for /F "tokens=3 delims= " %%A in ('manage-bde -status %systemdrive% ^| findstr " Encryption Method:"') do (
    if "%%A"=="XTS-AES" goto Inprogress
    )
    for /F "tokens=3 delims= " %%A in ('manage-bde -status %systemdrive% ^| findstr " Encryption Method:"') do (
    if "%%A"=="None" goto EncryptionFailed
    )
    Inprogress and EncryptionFailed do not exist.
    This will result in either, "The system cannot find the batch label specified - Inprogress", or "The system cannot find the batch label specified - EncryptionFailed".

    • @matthewsharrer2203
      @matthewsharrer2203 9 місяців тому

      Unless the intention was to monitor the progress (which I doubt given the text in the EncryptionCompleted block), I would recommend to replace Inprogress with EncryptionCompleted.
      One can also create the block for EncryptionFailed:
      :EncryptionFailed
      echo.
      echo =============================================================
      echo = System Volume Encryption on drive (%systemdrive%\) failed. =
      echo = The script was able to make it past the TPM steps. =
      echo = Encryption was not turned on. =
      echo =============================================================
      echo Closing session in 30 seconds...
      TIMEOUT /T 30 /NOBREAK
      Exit
      What would be helpful is to get output that explains why the encryption failed, but at least this doesn't result in any errors, and explains that at least the TPM part was passed.

    • @keithambio2502
      @keithambio2502 9 місяців тому

      I'd love your fully edited file... I'm script/programming deficient

  • @fabriciomattos16
    @fabriciomattos16 6 місяців тому +1

    Even though the GPO is confugured, do I need to enable BitLocker manually?

    • @jamesjames601
      @jamesjames601 5 місяців тому

      It works without running the batch file

    • @seanjr4387
      @seanjr4387  5 місяців тому +1

      The GPO is telling the computer what to do if bitlocker is enabled, while in the same GPO a script is set to automatically start the Bitlocker. Remember, the reason for the video is so you don't have to do it manually.

    • @fabriciomattos16
      @fabriciomattos16 5 місяців тому

      @@seanjr4387 Perfect!!! Really appreciate!

  • @logiq6053
    @logiq6053 3 роки тому +2

    Does anyone got the script to work for all the drive?

    • @Kilerboy552
      @Kilerboy552 3 роки тому +1

      Up, I have a same question too

  • @galaxyguy9873
    @galaxyguy9873 9 місяців тому

    hold up. why would you have to add roles and features when it definitely already there by default on every single windows 11 machine???????

    • @nevillbowyer4175
      @nevillbowyer4175 8 місяців тому

      The role is so you can create a BitLocker policy. For example, you need a policy telling the script or a user who manually tries to BitLocker their computer to not BitLocker the computer unless the key is stored in ADDS. Plus you'll need the role so you can see the recovery key. I hope this helps.

    • @rickglorie
      @rickglorie 6 місяців тому

      And this is for your domain controller(s), not on the clients.

    • @seanjr4387
      @seanjr4387  5 місяців тому

      That's correct.

  • @davebyers9567
    @davebyers9567 11 місяців тому

    What are you using to display the system information on your desktop?

  • @shilofax293
    @shilofax293 3 роки тому

    The scheduled task will run, but the script itself does not appear to be running.
    If i run the script manually on the local PC, it works fine.
    Any ideas what I could check?

    • @seanjr4387
      @seanjr4387  3 роки тому +1

      Just in case the file is being blocked on the DC share, right-click the file, go properties and under the General tab look for the unblocked button. Example: stackoverflow.com/questions/15263523/batch-file-to-unblock-files-copied-from-internet

    • @fatbinmuadh8330
      @fatbinmuadh8330 3 роки тому

      @@seanjr4387 hi sean, thanks for sharing the tutorial and script. do we have to necessarily place the script on a domain controller? or any file server will do? thanks in advance.

  • @MikesGarageWorks
    @MikesGarageWorks Рік тому

    This only works with a batch file. How do I get a PowerShell script to run instead of a batch file? the script works perfectly when ran manually, however closes immediately and doesn't even start the transcript when executing as system at user login.

    • @seanjr4387
      @seanjr4387  Рік тому

      What made you configure it to run at User Login and not via Task Scheduler at system startup?

    • @MikesGarageWorks
      @MikesGarageWorks Рік тому

      @@seanjr4387 my script is enabling bitlocker and initializing tpm. File hosted on dc, network not available at startup for laptops.

    • @MikesGarageWorks
      @MikesGarageWorks Рік тому

      @@seanjr4387 actually, startup script works fine now. So nevermind, however would still be nice to know the solution. I could see maybe needing to schedule a task as system to run a power shell script from a network drive. Absolutely nothing I have tried will allow the system account to get past execution policy restrictions.

    • @SinodosAmaha
      @SinodosAmaha Рік тому

      @@MikesGarageWorks i used bat file too cuz the script didnt work for me , how did it work for you
      ?

    • @MikesGarageWorks
      @MikesGarageWorks Рік тому

      @@SinodosAmaha I ended out placing as a startup script in GPO and hosted the script on NETLogon. The script is PowerShell and runs before login.

  • @mocofred4029
    @mocofred4029 3 роки тому

    WHERE DID YOU GET THE BATCH FILE FROM? HOW DID U CREATE IT? ANY VIDEO FOR THAT? SORRY ABOUT THE CAPS

    • @seanjr4387
      @seanjr4387  3 роки тому

      The URL to download the script/batch file is in the description.

    • @JDavis-pz4bv
      @JDavis-pz4bv 3 роки тому

      Search GitHub.

  • @jdas1668
    @jdas1668 3 роки тому +2

    Hi Sean
    Some drive are not showing in bit locker option . How to solve the problem. Please reply

    • @sodalinsen
      @sodalinsen 3 роки тому

      I have the same question. Mean that it works only system drive itself.

  • @metalstez88
    @metalstez88 2 роки тому

    Hello, i need some help because this doesn't work on some PC, the schedule task is present but encryption won't start and the key is not saved on AD, i have 20 pc failing on this, on others works perfectly, thanks for help, is there any log or something to troubleshoot?

    • @DusanSRB96
      @DusanSRB96 Рік тому +1

      Check all steps in the video again and all devices must have TPM 1.2 or newer so this could work

  • @steww0
    @steww0 4 місяці тому

    Issue here: we have French computer W10 Pro it's not working in french ... in English all good can you provide more infos ?

    • @OmarMora-xr1kq
      @OmarMora-xr1kq 4 місяці тому

      Tengo el mismo problema, pero con la versión en español, tanto para windows 10 como windows 11. en la version en ingles me funciona de maravillas.

  • @relucraciun6352
    @relucraciun6352 2 роки тому

    Thanks Sean Jr. Super!
    I managed to test GPO with task scheduler and script and everything went just fine. How can I extend encryption to all fixed data drives ? because we also have more then one partition in some computers. in GPO I made the change but the script only handles %systemdrive%. Any help is welcome. Thanks!

    • @niklas4865
      @niklas4865 2 роки тому +2

      Hey. I have created a PowerShell script. Batch is not really my strength. It checks for all local drives with partitions and encrypts them with Bitlocker. Also the Bitlocker is then restored to the AD. Maybe it helps one or the other. Instead of the batch script select the Powershell script.
      drive.google.com/file/d/1IYMOmckcjAmAR8oqrh7--Y3-8BVY1pbR/view?usp=sharing

  • @jrelvio
    @jrelvio 11 місяців тому

    Excellent.
    And for computers that do not have a TPM chip.
    Does it work?

    • @nevillbowyer4175
      @nevillbowyer4175 8 місяців тому

      Usually you can define the requirements in the BitLocker GPO. But I believe my script is looking for a TPM chip.

  • @epjrxviii3315
    @epjrxviii3315 3 роки тому

    Thanks for sharing. Could the user still able to open the laptop/desktop even the device is not connected to the network?

    • @seanjr4387
      @seanjr4387  3 роки тому +1

      Yes. The TPM chip will allow the user to login as long as it does not detect any changes on the Motherboard or new boot device.

    • @epjrxviii3315
      @epjrxviii3315 3 роки тому

      @@seanjr4387 Thank you

    • @fatbinmuadh8330
      @fatbinmuadh8330 3 роки тому

      question - 1) when the machine starts after encryption completed, will it require the user to type a password to unlock the drive?
      2) can we apply the same script if we want to implement bitlocker that is not base on TPM? password method.
      thank you in advance.

  • @Akira29H
    @Akira29H 3 роки тому

    Is the key being ramdomised? Also how to enable bitlocker when pc boot up it wont prompt user to key the locker key?

    • @seanjr4387
      @seanjr4387  3 роки тому

      Question #1: Yes. BitLocker generates a random encryption key. The script is just enabling BitLocker and storing the key in AD.
      Question #2: The gpo you create, you have to define how you want BitLocker to unlock. Review the gpo settings you created to make sure Network Unlock and/or TPM unlock is enabled.

    • @Akira29H
      @Akira29H 3 роки тому

      @@seanjr4387 hi do you have documentation with tpm only authentication?or guideline

  • @OmarMora-xr1kq
    @OmarMora-xr1kq 4 місяці тому

    Do you have the script for operating systems in Spanish?

  • @ashoksan14
    @ashoksan14 3 роки тому

    I can't your description link to download that bat file.

    • @seanjr4387
      @seanjr4387  3 роки тому +1

      I tested the URL and it works fine for me using while using my browser in Incognito. What is the error you receiving?

    • @ashoksan14
      @ashoksan14 3 роки тому

      @@seanjr4387 thanks, I have downloaded. Thanks a lot..

    • @ashoksan14
      @ashoksan14 3 роки тому

      @@seanjr4387 do you idea about AD migration.

  • @TechJPC
    @TechJPC 2 роки тому

    How did you get all of your network info on your desktop?

  • @Akira29H
    @Akira29H 3 роки тому

    Are you using MBAM?on this

  • @pizppizp
    @pizppizp Рік тому

    hi
    the task is not running for me any ideas?

    • @SinodosAmaha
      @SinodosAmaha Рік тому

      it works start task schduler as admin

  • @princec4933
    @princec4933 3 роки тому

    Hi How to enable bitlocker for C D and E drive with pin or password. i dont have TPM on my laptop
    please assist me., your answers are highly appreciated.

  • @Akira29H
    @Akira29H 3 роки тому

    Have you done it with bitlocker +TPM only? and if this done via GPO what happens if the PC is Work from home.

    • @platini64
      @platini64 3 роки тому +1

      It should work if you have connectivity to your AD e.g using a vpn connection

  • @jmaledo
    @jmaledo 3 місяці тому +2

    He modificado el script para usarlo en la versión de Windows en Español, si alguien lo necesita que me avise.

    • @elsalao81
      @elsalao81 3 місяці тому

      lo puedes subir? me vendria bien probarlo, muchas gracias

    • @ErickAlbertoGarciaGarcia
      @ErickAlbertoGarciaGarcia 3 місяці тому

      Lo podrías compartir por favor? Gracias

  • @TommyTheHeist
    @TommyTheHeist 3 роки тому

    what is inside that begpo file? I dont have it

    • @seanjr4387
      @seanjr4387  3 роки тому

      I'v provided a link in the description. You should be able to download it.

    • @TommyTheHeist
      @TommyTheHeist 3 роки тому

      @@seanjr4387 but this works only if you have TPM, right? Lets say I dont have it but I still want to encrypt and I want to force people to enter password of their choice and put recovery backup on my server, active directory. I assume that this works only with tpm because im not required to enter a password

    • @princec4933
      @princec4933 3 роки тому

      @@seanjr4387 i got the error when i check your descriptions and it sayds
      The requested URL was not found on this server. That’s all we know.

    • @JDavis-pz4bv
      @JDavis-pz4bv 3 роки тому

      @@TommyTheHeist Try Group policy > Computer Config > Admin Templates > Windows components > Bit Locker encryption > Require additional authentication > enable, Allow Bit Locker without compatible TPM.

    • @Akano1
      @Akano1 3 роки тому

      @@seanjr4387 I can't find the link for the script. Please share again.

  • @huseman21
    @huseman21 Рік тому +1

    But most places users are not administrators.

  • @WilliamLanzarin
    @WilliamLanzarin 3 роки тому

    Hi Sean Jr
    Thanks so much!
    I am not able to run the script manually. Although I run with administrator permissions, it always falls under: ElevateAccess.
    Any suggestion?

    • @seanjr4387
      @seanjr4387  3 роки тому +1

      What is the error? What tool are you using?

    • @philippwalkenhorst7979
      @philippwalkenhorst7979 3 роки тому

      I have the same issue. i run the script with different admins but everytime i get to :goto elevateaccess
      Any ideas ?? Thx

    • @philippwalkenhorst7979
      @philippwalkenhorst7979 3 роки тому

      @@seanjr4387 pls help

  • @valeriomarino7597
    @valeriomarino7597 2 роки тому

    Not Working for me dear..

  • @BSA-Studio
    @BSA-Studio 3 роки тому

    Those steps don't work for me. Do they work for anyone ?

  • @shevonnedixon583
    @shevonnedixon583 Рік тому

    how do i prompt the user to enter a password

    • @seanjr4387
      @seanjr4387  Рік тому

      You can control this part from the GPO. Explore Group Policy options for Bitlocker.

  • @Hodenkat
    @Hodenkat Рік тому

    What is the batch file?

    • @seanjr4387
      @seanjr4387  Рік тому

      You can find the batch file via the link in the description.

    • @Hodenkat
      @Hodenkat Рік тому

      @@seanjr4387 Thank you. This entire process did not work. I followed the steps carefully twice on two virtual machines and nothing happens. The task shows in Task Sceduler, and the GPO shows when I do a gpresult /r but nothing happens. I have made sure the policy is enforced and all settings are correct. Running the script (EnablingBitLocker.bat) in Powershell ISE shows many errors. I will try it a 5th time along with this video and hopefully I will figure out what I'm doing wrong.

  • @enricomora736
    @enricomora736 3 роки тому

    will this also encypt removable drives?

    • @seanjr4387
      @seanjr4387  3 роки тому +1

      No. You have to turn on Removable drive encryption in your gpo.

  • @tanjidamunne1567
    @tanjidamunne1567 2 роки тому

    Can you share the script file, please?

  • @keventagolgol8899
    @keventagolgol8899 2 роки тому

    I need a copy pf script file

  • @TechJPC
    @TechJPC 2 роки тому

    Does this require a password to be entered everytime a bitlocked computer is restarted?

    • @seanjr4387
      @seanjr4387  2 роки тому +2

      Based on the video, no. That option is controlled by the GPO.

    • @keithambio2502
      @keithambio2502 9 місяців тому

      @@seanjr4387 so curious what encrypting the drive does if there isn't a password needed when you boot, what does the encrypt part secure?

  • @keventagolgol8899
    @keventagolgol8899 2 роки тому

    Share the Bitlocker script

  • @OmarMora-xr1kq
    @OmarMora-xr1kq 4 місяці тому

    Favor para equipos con idioma en español. En idioma inglés funcionó perfecto.

  • @mammamia-qx5pz
    @mammamia-qx5pz 6 місяців тому

    The "Store bitlocker recovery information in active directory domain services" gpo is only applicable for windows server 2008 and vista, try reading the shit you're doing before making a video guide on it and misinforming everyone

    • @seanjr4387
      @seanjr4387  5 місяців тому +2

      If I did a video showing exactly how I did it while using Windows Server 2019!!!!, how did you then draw the conclusion that the bitlocker feature is only available in Windows Server 2008? Just think about it for a second. I did a video and successfully completed this. Here's another clue: If you like, read the other comments and you'll see that others have done it.

  • @Jackalas974
    @Jackalas974 Рік тому +3

    Hi. Nice tuto but for me :
    Task Don't show on client. Key does not upload to Active Directory
    =====SOLVED=====
    edit :
    Ok, it was 2 mistakes/error :
    -1 In french, username is "AUTORITE NT\System" but mapping is not good with this ID, use english ID instead (as you shown)
    -2 In script "goto ElevateAccess" block the script even if launch in Admin mod. Comment it solved the issue

  • @xrated_
    @xrated_ 3 роки тому

    It works also without script, i believe the gpo option is "enforce bitlocker on os drive". At least this is what i found out by mistake.

  • @LiamGaffey-pi9en
    @LiamGaffey-pi9en 9 місяців тому +1

    ive managed to get it to pushout with all these settings but the Task Schedular doesnt seem to run correctly. showing it has ran but not starting the Encryption, but when you force the task to run manually it works -_- any ideas?

    • @nevillbowyer4175
      @nevillbowyer4175 8 місяців тому

      It might be the user that the task is running as. Or it could be a conflicting policy in your environment.

  • @HuainGOMEZ
    @HuainGOMEZ 10 місяців тому

    Something weird happened to me, this procedure worked for me pretty well a couple of months ago, but I try to run it again and it doesn't work, it creates the Schedulled Task but it runs with operative code 2. Any idea?