param(
[scriptblock]$command=$(throw "A script block is required..."), $timer=5 )
while ($true)
{
clear-host
&$command | format-table start-sleep $timer > $null }
topit { }
topit { get-logonstatistics } -timer 10