Skip to content

Commit

Permalink
Merge pull request #15106 from djberg96/scvmm_templates
Browse files Browse the repository at this point in the history
[SCVMM] Remove -All from Get-SCVMTemplate call
(cherry picked from commit b8b922b)

https://bugzilla.redhat.com/show_bug.cgi?id=1458947
  • Loading branch information
blomquisg authored and simaishi committed Jun 5, 2017
1 parent 40eedfb commit e24e89e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $vnets = Get-SCVirtualNetwork -VMMServer localhost |
Select -Property ID,Name,LogicalNetworks,VMHostNetworkAdapters,
@{name='VMHostName';expression={$_.VMHost.Name -As [string]}}

$images = Get-SCVMTemplate -VMMServer localhost -All |
$images = Get-SCVMTemplate -VMMServer localhost |
Select -Property CPUCount,Memory,Name,ID,VirtualHardDisks,VirtualDVDDrives,
@{name="CPUTypeString";expression={$_.CPUType.Name}},
@{name="OperatingSystemString";expression={$_.OperatingSystem.Name}},
Expand Down

0 comments on commit e24e89e

Please sign in to comment.