diff --git a/Examples/NanoExample.ps1 b/Examples/NanoExample.ps1 index 9b2a66c7..217a1620 100644 --- a/Examples/NanoExample.ps1 +++ b/Examples/NanoExample.ps1 @@ -25,7 +25,7 @@ Configuration NanoExample { IPAddress = $node.IPAddress; InterfaceAlias = $node.InterfaceAlias; - PrefixLength = $node.PrefixLength; + #PrefixLength = $node.PrefixLength; AddressFamily = $node.AddressFamily; }