Net Sessions is a tool I use frequently when working on client systems to find IP addresses of machines connected to servers. However, with IPv6 addresses the net sessions command truncates the address rendering it useless.
Below is a powershell command I found to get the full IPv6 address:
gwmi win32_serversession | ft –Property ComputerName,UserName
No comments:
Post a Comment