Does the ONTAP powershell toolkit support the use of wildcards when specifying a snapshot name?
eg - if i want to create a flexclone from a SME snapshot with a time/date included in the name. There will only ever be one snapshot per volume that ends _Weekly.
So I was wondering if i could use a wildcard like:
New-NaVolClone -CloneVolume vol_Server_DB1_NDMP -ParentVolume vol_Server_DB1 -ParentSnapshot
exchsnap__Server_DB1_*_Weekly -SpaceReserve none
*the wildcard is replacing the time and date within the snapshot name.
cheers