Quantcast
Channel: VMware Communities: Message List - vSphere™ Storage
Viewing all articles
Browse latest Browse all 5826

Re: Cannot unmount datastore in vSphere Web Client

$
0
0

Mware articles outlining the correct procedure for removing datastores in a vSphere environment:



$vcServer = "vCenter01"

$cluster = "CL01"

$esxCred = Get-Credential

Connect-VIServer $vcServer | Out-Null

#Connect to ESX hosts in cluster

foreach ($esx in Get-Cluster $cluster | Get-VMHost) {

Connect-VIServer $esx -Credential $esxCred | Out-Null

Get-VMHostAdvancedConfiguration -Name "ScratchConfig.ConfiguredScratchLocation"

}


Viewing all articles
Browse latest Browse all 5826

Trending Articles



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