Update windows/deployment/do/mcc-enterprise-deploy.md

Co-authored-by: Meghan Stewart <33289333+mestew@users.noreply.github.com>
This commit is contained in:
Carmen Forsmann 2024-05-31 11:32:28 -06:00 committed by GitHub
parent 66a35a5c77
commit 1813e9abf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -409,7 +409,7 @@ To configure the device to work with your DNS, use the following steps:
Follow these steps if you see a DNS error when trying to resolve hostnames during the provisioning or download of container: Follow these steps if you see a DNS error when trying to resolve hostnames during the provisioning or download of container:
Run ``` Get-EflowVmEndpoint ``` to get interface name Run ``` Get-EflowVmEndpoint ``` to get interface name
Once you get the name Once you get the name:
```bash ```bash
Set-EflowVmDNSServers -vendpointName "interface name from above" -dnsServers @("DNS_IP_ADDRESS") Set-EflowVmDNSServers -vendpointName "interface name from above" -dnsServers @("DNS_IP_ADDRESS")