i am trying to run the following command to get the IP of a hostname, the host is a virtual machine.
[System.Net.DNS]::GetHostAddresses("virtualservername")
running this in powershell console i get the address fine, however when i run it by calling the command from a ps1 file. i get the error "No such host is known"