この記事以下を使用してビットロックされたドライブのロックを解除できることを示唆しています。
Unlock-BitLocker -MountPoint -Password
しかし、私は Powershell について、また Powershell コマンドレットを使用して自分のやりたいことを実行する方法についてほとんど何も知りません。
では、上記を使用して次のようなことをするにはどうすればよいでしょうか?
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 では使用できません (ページ下部のサポート マトリックスを参照してください)。