CannibalDuck
Contributor
Contributor

About

$RDMS = get-datacenter | Get-VM | Get-HardDisk -DiskType "RawPhysical","RawVirtual"

$RDMS | %{$rdmTable.add($_.parent, $_.scsicanonicalname)}

I just forgot, that the $_.key parameter must be equal. So

$RDMS | %{$rdmtab.add($_.scsicanonicalname, $_.parent)}

version is working.

More than 24h without sleeping is really bad. You can forgot all basics Smiley Happy

Reply
0 Kudos