1 | initial version |
Hello.
From what I can tell, you are using Windows Hyper-V / Server 2012, not 2012 R2, by the fact that you are trying to Get-VMNetworkAdapterAcl
, instead of Get-VMNetworkAdapterExtendedAcl
.
Security Groups is fully supported only on Windows Hyper-V / Server 2012 R2, while it only has partial support on Windows Hyper-V / Server 2012 (no ports, no protocols, only sourceaddress / destinationaddress).
Best regards,
Claudiu Belu