Copy-ready commandRestart-VMGuest
Restart-VMGuest -VM vm01 -Confirm:$falseProduction warning
Snapshot, power, move, and removal operations affect virtual machines.
Requirements and permissions
- Requirements
- VMware PowerCLI or ESXi shell
- Permissions
- vCenter or ESXi permissions vary
- Last reviewed
- 2026-07-31
Examples
Basic example
Request a guest operating system restart.
Restart-VMGuest -VM vm01 -Confirm:$falseCommon errors
Command not found
Confirm VMware PowerCLI or ESXi shell is installed and available in your current shell.