VMware Cloud Community
vmk2014
Expert
Expert
Jump to solution

ESXI hosts has Hyperthreading disabled or enabled ?

Hi All,

Is it possible to find for multiple  ESXI hosts in a vcenter or cluster has Hyper-threading disabled or enabled status  through power cli ?

thanks

vmk2014

Tags (2)
Reply
0 Kudos
1 Solution

Accepted Solutions
rcporto
Leadership
Leadership
Jump to solution

Try: get-vmhost | select-object name, HyperthreadingActive | export-csv c:\hostsHTstatus.csv -NoTypeInformation

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto

View solution in original post

Reply
0 Kudos
3 Replies
rcporto
Leadership
Leadership
Jump to solution

Try the following: get-vmhost | format-table name, HyperthreadingActive

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
Reply
0 Kudos
vmk2014
Expert
Expert
Jump to solution

Hi Richard,

I want to export in csv format. what will be the command ?

thanks

vm2014

Reply
0 Kudos
rcporto
Leadership
Leadership
Jump to solution

Try: get-vmhost | select-object name, HyperthreadingActive | export-csv c:\hostsHTstatus.csv -NoTypeInformation

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
Reply
0 Kudos