December 6th, 2015

PowerTip: Get Author Information about PowerShell Session Configuration

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to get session owner information.

Hey, Scripting Guy! Question How can I get more information about which Windows PowerShell session configurations came with
           my system and which were set up by another administrator?

Hey, Scripting Guy! Answer Use Get-PssessionConfiguration and target the Name and Author properties, for example:

Get-PssessionConfiguration | Select-Object –Property Name,Author | Format-Table -autosize

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback