I need to set the scsi:1.0=multi-writer flag on a disk via PowerCLI.
I can read the setting:
$disk.ExtensionData.Backing.Sharing
But how can I set it????
We are using VMware ESXi 6.7.0
William Lam wrote a nice blog on this ,
https://www.virtuallyghetto.com/2015/10/new-method-of-enabling-multiwriter-vmdk-flag-in-vsphere-6-0-update-1.htmland the PowerCli codehttps://github.com/lamw/vghetto-scripts/blob/master/powershell/configureMultiwriterVMDKFlag.ps1
Moderator: Moved to PowerCLI Discussions