My imposter “Ah-ha” moment of the day is finally realizing that you can invoke-webrequest for a specific hostname without setting a host entry by using the invoke-webrequest cmdlet with the host header. Ie: invoke-webrequest 172.16.43.5 -Headers @{Host = “mydomain.com”}