IHi,
I would like it if the Veeam PowerShell worked like typical PowerShell cmdlets, e.g.right now I have to do:
Get-VBRJob | where {$_.Name –eq $name}
I should be able to do
Get-VBRJob $name
or
$name |Get-VBRJob
or
Get-VBRJob -name $name
Thanks!
-
- Influencer
- Posts: 23
- Liked: 1 time
- Joined: Jun 15, 2009 7:00 pm
- Contact:
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: PowerShell Request
Well...I've thought that we are already working as typical PS cmdlets Not sure about extending this functionality in the short term though. Thanks!
-
- Chief Product Officer
- Posts: 31807
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: PowerShell Request
It is true that -name parameter is not supported in this cmdled. Worths implementing. Thanks.
-
- Chief Product Officer
- Posts: 31807
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: PowerShell Request
-name parameter was added in v6chamdor wrote: Get-VBRJob -name $name
Who is online
Users browsing this forum: Google [Bot] and 17 guests