Skip to content

Commit

Permalink
correct type in d$
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreenegit committed Aug 2, 2016
1 parent bf22db9 commit cdb925f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Msft Virtual Disk (scsi) 145GB /dev/sdb
```

Passing the variable down the pipeline to *Get-Member* reveals available methods and properties.
This is because the value of *d$* is not just text output.
This is because the value of *$d* is not just text output.
The value is actually an array of .Net objects with methods and properties.
The properties include Device, Friendly Name, and Total Size.

Expand Down

0 comments on commit cdb925f

Please sign in to comment.