Scenario: Windows Server 2008 R2 Clustered FS, two nodes.
Needs: I have to move all file system structure from a clustered disk to another, then recreate all shares and quotas.
Now I had found an unsopported way to backup quotas by saving disk "System Volume Information" and restoring on new disk.
About shares: is there any way to script shares export and import when configured at cluster level? Unfortunately I can't use Get-SmbShare and Set-SmbShare because they're included only from Windows Server 2012.
Any advice about it?