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

Re: Remove detached device using powershell scripts.

$
0
0

1) All the LUNs in the text file

$luns = Get-Content luns.txt
$luns | %
{   $e01.storage.core.device.detached.remove($_) }


This one works fine.


Viewing all articles
Browse latest Browse all 170134

Trending Articles



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