How can we manage it do get the bitlocker status (manage-bde -status c: > c:\temp\rtr.txt) in a file? I tried this with admin rights
Shell "cmd.exe /c " + "manage-bde -status > c:\temp\encryption.txt"
Sleep 5
Exit 0

but nothing in the encryption.txt file
Ipconfig/all > txt file works fine...