Using:
import-module DataProtectionManager
import-module DPMExtendedCmdlets
I have access to the cmdlet New-DPMRecoveryPoint
In the Microsoft Documentation it says there is a parameter called DiskRecoveryPointOption
https://technet.microsoft.com/en-us/library/hh881586(v=sc.20).aspx
However, When using this parameter it seems it errors saying 'parameter not found'
Strangely also. Using the 'Get-Help' Cmdlet on this seems that this paramter is not shown?
I am using DPM 2012R2 (Which is the version stated on the microsoft page for this cmdlet)
Also my usage is like this...
New-DPMRecoveryPoint -Datasource $ds -Disk -DiskRecoveryPointOption withsynchronize
Can anyone tell me why I am unable to use this parameter?