rchaganti / DSCResources

Custom DSC resource modules by PowerShell Magazine
http://www.powershellmagazine.com
62 stars 26 forks source link

cVMSwitch: should support single adapter embedded teams #22

Open dcuomo opened 5 years ago

dcuomo commented 5 years ago

In the Test-TargetResource, SET is only enabled if there is -gt 1 adapter specified. There are a few reasons why customers would enable embedded teaming on a single adapter

Proposal: Add a new param (EmbeddedTeamingEnabled) to specify that this should be a SET team rather than the number of adapters.

if ($switch.EmbeddedTeamingEnabled)...