Looking to have application recognize current system user
0
Hello Developers, I'm looking for a way to have my application recognize the current system user (example: domain\sysuser). I know I can call $CurrentUser within the application; however, that only pulls in Anonymous-(string of characters). I haven't been able to find anything that allows me to do this without creating some kind of creds within the application. Summary: Looking to display current system user (domain\sysuser) instead of current application user (anonymous- ....)