How to get Bitlocker "Conversion Status" value in Powershell

Kushal Goswami 21 Reputation points
2023-02-06T16:58:42.7233333+00:00

Would like to know, how do the equivalent of manage-bde.exe -status c: in powershell

I need to get the value of " Conversion Status:".

I cannot use - manage-bde.exe because I have OS in different local languages , which result different when using manage-bde.exe.

Would like to know, if there is native powershell way to get this value, so it work on all OS independent of OS locale .

Thanks

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,747 questions
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 44,561 Reputation points
    2023-02-07T16:57:52.71+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query\issues related to

    You can use Set-WinSystemLocale -SystemLocale en-us to set Local to English then run manage-bde command from the same window.

    Reference:

    https://learn.microsoft.com/en-us/powershell/module/international/set-winsystemlocale?view=windowsserver2022-ps

    --If the reply is helpful, please Upvote and Accept as answer--

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Limitless Technology 44,561 Reputation points
    2023-02-07T16:58:12.3366667+00:00

    Double post

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.