Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Get Author Information about PowerShell Session Configuration

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>