- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ![]()