These PowerShell scripts allow storage administrators to back up and restore CIFS share configurations for storage virtual machines in NetApp's clustered Data ONTAP. These require the NetApp PowerShell Toolkit module to be installed. These scripts are not officially supported by NetApp (but the PowerShell modules are) and should be used only with thorough testing.
Original post at datacenterdude.com names these getSharesAcls.ps1 and createSharesAcls.ps1 . However the names are changed herein to backupSharesAcls.ps1 and restoreSharesAcls.ps1 which would be fine except the script actions are reversed. The backupSharesAcls.ps is actually the restore script and vice-versa
Original post at datacenterdude.com names these
getSharesAcls.ps1
andcreateSharesAcls.ps1
. However the names are changed herein tobackupSharesAcls.ps1
andrestoreSharesAcls.ps1
which would be fine except the script actions are reversed. ThebackupSharesAcls.ps
is actually the restore script and vice-versa