NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

Snapcenter Policy via powershell

moonman2013
2,749 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
2,634 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