When I do "runas /noprofile /user:domain\xxxx cmd" for example, the session created by the command is gone once I close the cmd.
But for /user:domain\Administrator, the session stays forever even after I close the cmd.
So Get-CMIInstance win32_loggedonuser will return the number of domain administrator sessions that I created with "runas"
Is this error or expected behavior?
If it is a expected behavior how do I clean up those zombie sessions?

