- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am trying to remove all non-accessible datastore and found this discussion. could you explain the following line in the script
$detach = @{
device = $_.DeviceUID
}
I have executed the following and found no outcome.
- what is _.DeviceUID
- How its defines and removed Datastore/inaccessible data store ?
PS C:\Users\vmuser>$detach = @{device = $_.DeviceUID }
PS C:\Users\vmuser> echo $detach
Name Value
---- -----
device
PS C:\Users\vmuser>
thanks