PowerShell script exchange
Post Reply
baatch
Enthusiast
Posts: 30
Liked: 4 times
Joined: May 16, 2013 12:52 am
Full Name: Alexander
Contact:

Start tape job with powershell possible?

Post by baatch »

Is it possible to start tape job with powershell?
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Start tape job with powershell possible?

Post by veremin »

Yep, in order to do it you should use the Start-VBRJob commandlet:

Code: Select all

Get-VBRTapeJob -name "Name of your Tape Job" | Start-VBRJob 
Or

Code: Select all

$TapeJob = Get-VBRTapeJob -name "Name of your Tape Job"
Start-VBRJob –Job $TapeJob
Thanks.
baatch
Enthusiast
Posts: 30
Liked: 4 times
Joined: May 16, 2013 12:52 am
Full Name: Alexander
Contact:

Re: Start tape job with powershell possible?

Post by baatch »

Thanks for the help, it works :) !
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Start tape job with powershell possible?

Post by veremin »

You’re welcome. Should any other questions arise, don’t hesitate to let us know. Thanks.
Post Reply

Who is online

Users browsing this forum: Max93 and 19 guests