I want to get the Full display name of user current logged in . I am on Active Directory login so usually I get username easily but I am looking for User's Display name.
path = os.path.join('..','Documents and Settings',getpass.getuser(),'Desktop') os.getlogin()
This does not works as it gives username not display name.