Closed igorchernysh closed 5 years ago
Hi, I believe there typo in:
$template = @{ipv4addrs=@(${ipv4addr='1.1.1.2'})}
, correct value will be:
$template = @{ipv4addrs=@(@{ipv4addr='1.1.1.2'})}
Thanks, Igor.
Nice catch! Thanks. Fixed.
Hi, I believe there typo in:
create a template to change the IP address
$template = @{ipv4addrs=@(${ipv4addr='1.1.1.2'})}
, correct value will be:
$template = @{ipv4addrs=@(@{ipv4addr='1.1.1.2'})}
Thanks, Igor.