This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Description
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:

Trouble Shooting I tried:
- Tried the commands on Windows 2016 server and Windows10
- Rebooted and tried running the script as administrator.
- Tried the commands as different users with different privledges.
- Read the comments in code.
Is this expected? What am I missing here?