SIOS DataKeeper includes a powershell module (DKPwrShell) that allows a user to manipulate a DataKeeper mirror using Microsoft Powershell. Commands are passed to a SIOS DataKeeper service and will fail if the service is not running.
With Microsoft Powershell v3 or later the SIOS DataKeeper powershell module is loaded automatically when starting Powershell. For Microsoft Powershell versions prior to 3.0 the SIOS DataKeeper powershell module must be loaded via the import-module command by using the following syntax:
import-module “<DK InstallPath>\DKPwrShell”
Note: By default <DK InstallPath> is C:\Program Files (x86)\SIOS\DataKeeper
__________________________________________________________________________________________________________________
Post your comment on this topic.