
esxcli on ESXi: syntax, output formatters and remote execution
esxcli is the primary command set on an ESXi host. Almost every configuration and diagnostic action that has a command-line form lives…
Step-by-step guides: how a command or feature works and how to use it on real Windows, Active Directory, VMware and Linux systems.

esxcli is the primary command set on an ESXi host. Almost every configuration and diagnostic action that has a command-line form lives…

powercfg.exe is the command-line front end for the Windows power subsystem. It reads and writes power plans, reports which sleep states the…

Test-NetConnection is the built-in PowerShell cmdlet that answers the three questions a sysadmin asks when something on the network stops working: can…

net use maps a network share to a drive letter, lists what is already mapped, and disconnects it again. That part takes…

Administrator rights do not grant access to a file. They grant the ability to take ownership of it, and ownership is what…

Kerberos fails quietly. When a ticket cannot be issued, Windows falls back to NTLM or simply returns access denied, and nothing on…

schtasks is the command line interface to the Windows Task Scheduler. It creates, queries, runs, stops and deletes scheduled tasks, on the…

w32tm is the command line front end to the Windows Time service. It reports where a machine gets its time, how far…

repadmin is the tool that answers one question no GUI answers quickly: is every domain controller in this forest actually receiving the…

How to use sc.exe to query, configure and control Windows services from the command line: start types, recovery actions, dependencies and remote servers.