|
This script permanently removes all saved backup image jobs by connecting to the
Veritas System Recovery service on the local computer and removing each saved ImageJob object.
Steps:
- Create a new instance of the ProtectorAuto
object.
- Use the Connect method of the ProtectorAuto
object to initiate a connection to the agent on a specific computer.
Although this script connects to the agent on the local computer, any
computer that has the agent installed can be connected to by
providing that computer's name or IP address.
- Enumerate the saved backup image jobs, removing each
saved job using the RemoveImageJob method. Alternatively, the
properties of each job could be displayed or saved for reporting
purposes.
|