Hi Don,
On page 175 in the 2nd paragraph, you state 'The variable itself has a property that lets you see how many objects are in it:'
PS C:\> $computers.count <enter>
3
When I do a PS C:\> $computer | gm <enter>, I do not see the count property displayed. Why?
Thanks in advance.
It's actually some PowerShell trickery. Also, GM is showing the CONTENTSnof the variable not the variable itself.