VMware Cloud Community
TheVMinator
Expert
Expert
Jump to solution

List custom DNS suffixes using PowerCLI

If I have 4 custom DNS suffixes configured on my ESXi hosts,  how can I list them using powerCLI? 

Reply
0 Kudos
1 Solution

Accepted Solutions
julienvarela
Commander
Commander
Jump to solution

Hi,

Try this :

Get-VMhost [ESX] | Get-VMHostNetwork

or

Get-VMhost [ESX] | Get-VMHostNetwork |  Select SearchDomain


Regards,

Julien

Regards, J.Varela http://vthink.fr

View solution in original post

Reply
0 Kudos
2 Replies
julienvarela
Commander
Commander
Jump to solution

Hi,

Try this :

Get-VMhost [ESX] | Get-VMHostNetwork

or

Get-VMhost [ESX] | Get-VMHostNetwork |  Select SearchDomain


Regards,

Julien

Regards, J.Varela http://vthink.fr
Reply
0 Kudos
TheVMinator
Expert
Expert
Jump to solution

ok great thanks

Reply
0 Kudos