Perhaps something like this might work.
Haven't been able to test it though
$AdditionalConfiguration.Keys|
where {$_-like"*ipConfig.IpAddressPolicy.address"} |%{ $AdditionalConfiguration[$_] = "10.10.10.10"
}
Perhaps something like this might work.
Haven't been able to test it though
$AdditionalConfiguration.Keys|
where {$_-like"*ipConfig.IpAddressPolicy.address"} |%{ $AdditionalConfiguration[$_] = "10.10.10.10"
}