Firstly sorry I'm new at Powerscript
I need a few reports that shows the current connections
Get-Counter“\MSExchange RpcClientAccess\User Count”,“\MSExchange OWA\Current Unique Users”,“\RPC/HTTP Proxy\Current Number of Unique Users"-ComputerNameblabla|ft
this works fine but I have been trying to format it in HTML and remove default heading and change it to something better
when is use | ConvertTo-HTML |out-file c:\xyx..htm the format is unreadable
thanks