PowerShell script exchange
Post Reply
jesse_2000
Lurker
Posts: 2
Liked: never
Joined: Mar 17, 2017 7:24 pm
Full Name: Jesper Vestergaard
Contact:

MediaPool -enablemultistreaming

Post by jesse_2000 »

Hi

I am looking for a way to change the multistream options on a mediapool in Veeam 9,5

i have this for enabling the mulitstream
PS C:\Users\> $mediapool = Get-VBRTapeMediaPool -Name TEST
PS C:\Users\> $Library = Get-VBRTapeLibrary
PS C:\Users\> Set-VBRTapeMediaPool -MediaPool $mediapool -Library $library -EnableMultiStreaming

But now i also need a way of disabling the multistream - i have tried with "-EnableMultiStreaming $FALSE" but it does not work

how can this be done

BR
Jesper
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: MediaPool -enablemultistreaming

Post by veremin »

I've tried to run the following script against VB&R 9.5 U1 and everything seems to have worked properly:

Code: Select all

asnp VeeamPssnapin
$Library = Get-VBRTapeLibrary -Name "Name of your tape library"
$Mp = Get-VBRTapeMediaPool -Library (Get-VBRTapeLibrary) -name "Name of media pool"
Set-VBRTapeMediaPool -MediaPool $MP -EnableMultiStreaming:$false -Library $Library
Thanks.
jesse_2000
Lurker
Posts: 2
Liked: never
Joined: Mar 17, 2017 7:24 pm
Full Name: Jesper Vestergaard
Contact:

Re: MediaPool -enablemultistreaming

Post by jesse_2000 »

Thank you
works like a charm.
Post Reply

Who is online

Users browsing this forum: No registered users and 14 guests