Blog Post

Enterprise Data Services Community Blog
1 MIN READ

Powershell Scripting support in SSR 2013

Kaustubh_Taleka's avatar
12 years ago

Symantec system recovery 2013 supports powershell based scripting. There are 25 powershell scripts which will help user in automating their environment. These scripts are located on the install media at the following location :

\DOCS\AUTOMATION\POWERSHELLSCRIPTS

The powershell scripts provides ways to automate various operations. Operations are divided into following categories :

  • Backup :
    • AddImageJob
    • CreateBaseImageNow
    • CreateImageNow
    • CreateIncrementalImage
  • Restore :
    • RestoreImage
    • Delayed_Restore
  • Virtual :
    • CreateVirtual
    • CreateVirtualConversionForESXServer
    • CreateVirtualMachineFromSv2i
  • Install :
    • SilentInstall
    • InstallLicense
    • Lights Out Restore Install
  • Utility Scripts :
    • Cancel_A_Scheduled_Job
    • ConsolidateRecoveryPoints
    • CopyToDestination
    • CopyVolume
    • DeleteRecoveryPoints
    • MountV2iVolume
    • MoveDestination
    • Query_History
    • QueryJobStatus
    • RemoveAllJobs
    • UnMountV2iVolume
    • RunJobNow

All scripts are well documented and Also having these scripts in powershell allows easy customization. You can check the API's in scripts and use it as per your need in your automated scripts.

 

Published 12 years ago
Version 1.0
No CommentsBe the first to comment