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 :
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 :