About 2,350,000 results
Open links in new tab
  1. New-CMBLEncryptionMethodWithXts (ConfigurationManager)

    Create a policy to configure the algorithm and cipher strength used by BitLocker Drive Encryption on Windows 10 devices. This policy is applied when you turn on BitLocker. If the drive is …

  2. How to use PowerShell commands to manage device encryption

    Mar 25, 2024 · You can use PowerShell commands to manage device encryption and BitLocker settings on your Windows 10/11 devices, such as enabling or disabling encryption, changing …

  3. Change BitLocker Encryption method & Cipher Strength in …

    Dec 24, 2023 · In this post, we will show you how to set a default encryption method (XTS-AES or AES-CBC) and cipher strength (128-bit or 256-bit) you want to be used by BitLocker in …

  4. Change encryption method with PowerShell : r/Windows10 - Reddit

    Feb 10, 2021 · As the title says, is it possible to change the already in place encryption with a PowerShell script that might say: decypher -> change to AES-256 -> Enable? I have around …

  5. How can a directory's encryption attribute be toggled from a Powershell

    Feb 16, 2023 · For a file, you can toggle encryption with (Get-Item -Path filename).Decrypt() (Get-Item -Path filename).Encrypt() These methods are defined in FileInfo and don't exist in …

  6. Change BitLocker Encryption Method and Cipher Strength in …

    Feb 2, 2020 · Option One: Set Default BitLocker Drive Encryption Method and Cipher Strength in Local Group Policy Editor; Option Two: Set Default BitLocker Drive Encryption Method and …

  7. 30 Production-Ready PowerShell Scripts to Encrypt All the

    Jan 3, 2025 · Whether you’re encrypting files, data, or even your lunch orders, this is the definitive guide to PowerShell encryption. 1. Encrypt a File with AES (Advanced Encryption Standard) 2. …

  8. Upgrading BitLocker encryption Using Intune – HayDrive

    Jun 22, 2022 · So to make this change, a process was developed using a combination of Intune’s Proactive Remediation functionality,a couple PowerShell scripts and a configuration profile in …

  9. Encrypting secrets locally - PowerShell Community

    Apr 29, 2024 · Basic encryption / decryption. The protect and unprotect methods available as part of the cryptography classes are easy to use. However they use Byte arrays that we can …

  10. AES encryption on files using PowerShell - Stack Overflow

    Oct 25, 2018 · If you are saying a version of AES file encryption, that works across all versions of Windows PowerShell, you need to use the .Net namespace for that. Specifically, the NET's …

  11. Some results have been removed
Refresh