Skip to content

Instantly share code, notes, and snippets.

@kskilling
Created May 27, 2019 17:34
Show Gist options
  • Select an option

  • Save kskilling/bd7095268bbb4a96dbed53fec69e76ee to your computer and use it in GitHub Desktop.

Select an option

Save kskilling/bd7095268bbb4a96dbed53fec69e76ee to your computer and use it in GitHub Desktop.
Code to retrieve the names of the protection group and recovery plan created within SRM
protectionGroupName = protectionGroup.name;
recoveryPlanName = recoveryPlan.name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment