PowerTip: Get Author Information about PowerShell Session Configuration

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon