本文提示能夠使用以下方式解鎖位元鎖定驅動器:
Unlock-BitLocker -MountPoint -Password
不過,我對 Powershell 以及如何使用 Powershell cmdlet 做我想做的事情很了解。
那麼,我該如何使用上面的內容來做類似下面的事情呢?
Unlock-BitLocker -MountPoint D:\ -Password "password"
目前我所知道的就是啟動 Powershell,僅此而已。我不想學習大量的 Powershell 來達到我可以做到這一點的程度。我需要了解的所有內容足以了解如何執行第一個連結中指出的命令。
到目前為止,如果我輸入以下內容,在 powershell 提示字元中:
Unlock-BitLocker -MountPoint D:\ -Password "password"
我收到以下錯誤:
The term 'Unlock-BitLocker' is not recognized as the name of a cmdlet, function, script file, or operable program. Chec
k the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:17
+ Unlock-BitLocker <<<< -MountPoint D:\ -Password "password"
+ CategoryInfo : ObjectNotFound: (Unlock-BitLocker:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
這很可能是因為我不知道最初連結頁面上的命令如何在 powershell 上下文中運作。
這樣我就可以在這裡回答我自己的問題:
答案1
如上所述這裡(“實際應用”部分)BitLocker 磁碟機加密工具是一個新的補充遠端伺服器管理員工具並根據本文在 Windows 7 上不可用(請參閱頁面底部的支援矩陣)。