Hello,
I have a Snapcenter (4.1.1) policy and I want to modify the snapvault label via powershell
I thought I could do this, but it fails
set-smpolicy -PolicyName "tier 1 daily sql full and log backup-servername" -SnapVaultLabel "scv_daily_servername"
Then I tried this,
set-smpolicy -PolicyName "tier 1 daily sql full and log backup-servername" -PluginPolicyType SMSQL -SnapVaultLabel "scv_daily_servername"
I also tried this,
set-smpolicy -PolicyName "tier 1 daily sql full and log backup-servername" -PluginPolicyType SCSQL -SnapVaultLabel "scv_daily_servername"
Whats the difference between SMSQL and SCSQL?
Anyone know the correct syntax to modify the -SnapVaultLabel?
Thanks in advance,
-n00b-