Modify DNS servers on ESXi hosts: Revision history

From VVCWiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 November 2013

  • curprev 15:4915:49, 29 November 2013Vvc talk contribs 252 bytes +252 Created page with " <source lang="powershell"> $hosts = get-vmhost foreach ($server in $hosts ) { Write-Host $server $currentnet = Get-VMHostNetwork -VMHost $server Set-VMHostNetwork -Netw..."