Search the Community
Showing results for tags 'tpm'.
-
I found a website where it is explained how to use wmi to check the tpm status of the tmp security chip. http://windowsitpro.com/security/checking-status-trusted-platform-module-command-line I tried this with autoit, but had no success. Anyone here who can give little support to me? Thanks #include <Array.au3> $ScriptName = "TPM Status" Dim $sResult $strComputer = "lapxxx" $objWMIService = ObjGet("wmic /namespace:\\.\root\cimv2\security\microsofttpm") ;$objWMIService = ObjGet("wmic /namespace:\\" & $strCompu
-
I have a question to this members who uses TPM (Trusted Platform Module) + BitLocker on Windows10 Pro in their work. I want to ask if using TPM on your PC did you encounter any problems, and if computer slow down ? Other question is: How to check using Autoit - if Computer uses BitLocker on desired partition. EDIT: Answering please provide information about specyfic PC configuration. EDIT2: I just found: .... but the question about speed / slowing down is still valid.
-
Hi everyone, I created a function to gather bitlocker information. It can tell you whether or not a drive is protected, which encryption method is being used, ... I tried to cover all the details in the function description The function (and 3 "internal" functions) : ; #FUNCTION# ==================================================================================================================== ; Name...........: _BitlockerDriveInfo ; Description ...: Get Bitlocker information for one or multiple drives ; Syntax.........: _BitlockerDriveInfo([$sDrive[, $sComputer = @Co