Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 225804

Re: Can I view and manipulate an ESXi host system partition using PowerCLI

$
0
0

Yes, that would require SSH to be enabled. Is it ?

You can enable it with

Get-VMHost -Name MyEsx | Get-VMHostService |

        where {$_.Key -eq "TSM-SSH"} |

        Start-VMHostService -Confirm:$false


Viewing all articles
Browse latest Browse all 225804

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>