It's dead simple with the following lines:
Dim userName As String = System.Environment.UserName
Dim userDomain As String = System.Environment.UserDomainName
So if you ever look for how to find the information about the current user - here it is
Published by
on Last updated