244 Part IV: Classes
wscript.echo "IdleTime: " & objItem.IdleTime
wscript.echo "InstallDate: " & objItem.InstallDate
wscript.echo "Name: " & objItem.Name
wscript.echo "ResourcesOpened: " & objItem.ResourcesOpened
wscript.echo "SessionType: " & objItem.SessionType
wscript.echo "Status: " & objItem.Status
wscript.echo "TransportName: " & objItem.TransportName
wscript.echo "UserName: " & objItem.UserName
wscript.echo
" "
next
Starting with the Start Menu
The Start menu group of classes contains four instance classes and three association classes.
The Win32_ProgramGroup class, one of the instance classes, is deprecated and is not recom-
mended for use by scripters. The Win32_LogicalProgramGroup is designed to take the place of
the Wi ...