PowerShellMafia / PowerSploit

PowerSploit - A PowerShell Post-Exploitation Framework
Other
11.68k stars 4.59k forks source link

Get-NetLoggedon and Get-NetSession data displayed incorrectly #361

Open davehouser1 opened 4 years ago

davehouser1 commented 4 years ago

PROBLEM: "Get-NetLoggedon" and "Get-NetSession" (Maybe others) display data in a listed format not as a pivot table.

The command I use works, however the actual output is unorganized and different from what is shown online.

Commands:

PS Import-Module .\PowerView.ps1
PS Get-NetLoggedon -ComputerName client251

What I am presented with is the following:

image

Trouble Shooting I tried:

Is this expected? What am I missing here?