After the K1000 upgrade to version 5.5 my custom inventory report for Bit Locker Status on Win 7 x86 machines does not work.
After the K1000 upgrade to version 5.5 my custom inventory report for Bit Locker Status on Win 7 x86 machines does not work. The bit locker report on x64 machines work after chaning the syntax to cmd.exe + the diretory: (cmd.exe /c %windir%\sysnative\manage-bde.exe -status) but the x86 version : ShellCommandTextReturn(C:\Windows\System32\manage-bde.exe -status) doesnt work after upgrading the server to version 5.5. Anyone have an idea what the command is to craete a custom inventory report of bit locker Status on x86 Windows 7 machines???
1 Comment
[ + ] Show comment
-
What are you reporting on? I have the custom inventory rule, but I can't get a report generated. Help please? - pdavis@chatn.org 10 years ago
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
10 years ago
try
ShellCommandTextReturn(cmd /c C:\Windows\System32\manage-bde.exe -status)
ShellCommandTextReturn(C:\Windows\System32\manage-bde.exe -status) - See more at: http://www.itninja.com/question/after-the-k1000-upgrade-to-version-5-5-my-custom-inventory-report-for-bit-locker-status-on-win-7-x86-machines-does-not-work#sthash.AXWExfeT.dpuf