I'm writing a Powershell script that creates a volume, adds it to a named vfiler, it then creates a snapmirror target volume on a DR Netapp for replication. This all works well. However as we are using vfiler DR, we need to run the vfiler DR resync command, to synchronise the volumes that are part of the vfiler DR relationship.
In the Netapp CLI, I would achieve this by running the following from the snapmirror destination filer:
vfiler dr resync -c secure -l root:password vfilername@hostfiler.domain.co.uk
Is there an equivalent cmdlet in the Netapp Powershell Toolkit to achieve the same?
(My environment is 8.2.2 7-mode)