Page 1 of 1

Powershell options

Posted: Wed May 13, 2015 3:28 pm
by jello3d
What are the possible options for the -initmethod parameter of Add-HADevice. "Clear" works, but Full and Fast do not... are there other options?

Thanks

Re: Powershell options

Posted: Thu May 14, 2015 3:26 pm
by Tarass (Staff)
The possible options for -initmethod parameter of Add-HADevice command are as follows:

Сlear - Clear virtual disks. WARNING: All data will be deleted. The device will be available after the initialization process has finished.
notSynchronize - Do not synchronize virtual disks.
SyncFromFirst - All data will be copied from first partner to other Partners to make HA device synchronized.
SyncFromSecond - All data will be copied from second partner to other partners to make HA device synchronized.
SyncFromThird - All data will be copied from third partner to other partners to make HA device synchronized.

You can always get possible parameters and other useful information using PowerShell Get-Help command, for example:
Get-Help Add-HADevice –full