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!
