I'm able to assign ipv4 ips to all VMs using "Set-VMGuestNetworkInterface -VMGuestNetworkInterface $GuestInterface -HostCredential $HostCred -GuestCredential $GuestCred -IP $ipaddr -Netmask $subnet -Gateway $gateway" command
Is there any way i can assign IPv6 ips to my VMs using ""Set-VMGuestNetworkInterface"