powershell - 使用 PowerShell 确定 Bitlocker 版本

标签 powershell powershell-2.0 bitlocker

我正在尝试确定 BitLocker 是否已更新。我在 BitLocker 上所能找到的只是服务是否按以下方式运行:

Get-Service -name "BDESVC*"

通常 gwmi -class Win32_SoftwareFeature 将返回所有应用程序版本,但 BitLocker 不存在。 BitLocker 是否需要更新?它存储在其他地方吗?

我使用的是 Win7 64 位 PowerShell v2

最佳答案

经过长时间的搜索,我找到了manage-bde。此命令适用于命令行和 PowerShell。不过,我仍然无法仅提取版本号。

关于powershell - 使用 PowerShell 确定 Bitlocker 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32614833/

相关文章:

powershell - Powershell-Http请求的超时

sharepoint - PowerShell STA模式是否可以消除SharePoint内存泄漏问题?

azure - 如何查明 azure vm 是否具有 KEK 或 BEK 加密?

docker - 启动 Windows 版 docker 会抛出 "Deny write access to fixed drives not protected by Bitlocker"

encryption - Windows 10 和 Linux 的 TPM 所有者密码和锁定密码

powershell - 如何分隔规范名称数组?

powershell - SharePoint CSOM PowerShell 不返回 Web.Folders 属性

.net - 如何通过 Net.WebRequest 正确发送 json 数据 - PowerShell

powershell - Powershell追加CSV失败

powershell-2.0 - 将 Hashtable 数据集合导出为 CSV