Skip to main content

VMware: vSphere ESXi Notes

Keep playing with VMware vSphere ESXi. It is free to download and use in production environment with some limitations of course.

Keep updating

April 2nd, 2020: ESXi 7.0 released.

The official VMware vSphere Blog

Enable ESXi Shell and SSH

Just for learning, practicing, playing around with vSphere ESXi, you definitely should enable ESXi Shell and SSH, which are disabled by default.

Press F2 at the console, enter username and password to login, then go to Troubleshooting Options to enable or disable them.

vSphere ESXi: Troubleshooting Options
vSphere ESXi: Enable ESXi Shell and SSH

Popular posts from this blog

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...

Windows command: icacls

Icacls is a command-line utility that can be used to display or modify discretionary access control lists (DACLs) on specified files, and apply stored DACLs to files in specified directories.

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.