Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Automate set tape free script

0 views
Skip to first unread message

Daniel

unread,
Nov 25, 2009, 1:41:01 PM11/25/09
to
I have the set tape free script working in the DPM shell where I can pick 1
tape in my autoloader and set the tape free manually. How can I automate
this script so it will automate the script for all of the tapes in my
autoloader, I have 8 tapes.

Thanks.

Mukul Shekhawat [MSFT]

unread,
Nov 26, 2009, 1:29:46 AM11/26/09
to
Hi Daniel,

You can do it by two foreach statement

For each library

Example foreach($lib in $libList)

And for each Tape

foreach($tape in $tapeList)

--
Thanks and Regards
Mukul

This posting is provided "AS IS" with no warranties, and confers no rights.

"Daniel" <Dan...@discussions.microsoft.com> wrote in message
news:2FF8449C-E561-410E...@microsoft.com...

0 new messages