Software Development Kit (SDK) and API Discussions

Snapcenter Policy via powershell

moonman2013
1,697 Views

Hello,

 

When I run this command from powershell

get-smpolicy | Select-Object SnapVaultLabel, PolicyType, SqlBackupType

 

My results return the SQLBackupType field as empty for all my policies.  Is that good or bad?

 

I'm trying to modify a policy via powershell like this, but it fails.

set-smpolicy -PolicyName "tier 1 daily sql full and log backup-servername" -SnapVaultLabel "scv_daily_servername"

 

Does anyone have an example on how I can set the -snapvaultlabel via powershell?

 

Thanks,

-n00b-

1 REPLY 1

donny_lang
1,582 Views

It looks like the property that contains the backup type is actually called "SmSqlBackupType" and not "SqlBackupType", so that could explain why that property is empty (because it doesn't exist).

 

What error is generated when you try to run the "Set-SmPolicy" cmdlet to try to specify the SnapVault label?  

Public