thank you for ur reply.
i have to use Bitlocker wihtout TPM as its disabled by default from the BIOS, it will be hard for me to enable it remotely on all the computers especially that computers are spread all over the word.
for now i tried Enable-Bitlocker but i see these errors:
PS C:\Windows\system32> $SecureString = ConvertTo-SecureString "1234" -AsPlainText -Force
PS C:\Windows\system32> Enable-BitLocker -MountPoint "C:" -EncryptionMethod Aes256 -UsedSpaceOnly -Pin $SecureString -passwordrecoverykey
Enable-BitLocker : Parameter set cannot be resolved using the specified named parameters.
At line:1 char:1
- Enable-BitLocker -MountPoint "C:" -EncryptionMethod Aes256 -UsedSpace ...
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : InvalidArgument: (:) [Enable-BitLocker], ParameterBindingException
- FullyQualifiedErrorId : AmbiguousParameterSet,Enable-BitLocker
another thing, is there a way to enable bitlocker on all the partitions on the computers, instead of just mention the drive like the above aommand ??
thank you again for ur reply.
Hi, @Abdalrahman Allahham
Was the issue resolved?
If any reply is useful for you, please accept it as answer.
If you have any issue or concern, please reply to us directly.
Best Regards.