- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, this initiates a shutdown through the guest OS.
For a cluster you could do
Get-Cluster -Name <your-clustername> | Get-VM | Shutdown-VMGuest -Confirm:$false
____________
Blog: LucD notes
Twitter: lucd22
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference