Advertisement Header

Monday, 28 June 2010

How do I put Count Line numbers on an output

Command:
(get-vmhost).count

Output will be like this:
51

(or)

Command : get-vmhost | measure-object

Output will be:
Count : 51
Average :
Sum :
Maximum :
Minimum :
Property :

No comments:

Post a Comment