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.
PS C:\Users\vmuser>$detach = @{device = $_.DeviceUID }
PS C:\Users\vmuser> echo $detach
Name Value
---- -----
device
PS C:\Users\vmuser>
thanks