SIOS DataKeeperには、ユーザがMicrosoft Powershellを使用して、DataKeeperのミラーを操作できる Powershellモジュール(DKPwrShell)が含まれています。コマンドは、SIOS DataKeeperサービスに渡され、サービスが実行中でない場合は失敗します。
Microsoft Powershell v3.0以降では、 SIOS DataKeeperのPowershellモジュールは、Powershell開始時に自動的にロードされます。Microsoft Powershell v3.0 より前の SIOS DataKeeperのPowershellモジュールは、以下の構文を使用してimport-moduleコマンドでロードする必要があります。
import-module "<DK InstallPath>\DKPwrShell"
注記: 初期値では、<DK InstallPath>は C:\Program Files (x86)\SIOS\DataKeeper に設定されています。
__________________________________________________________________________________________________________________
このトピックへフィードバック