Tag: PowerTip: Find Default Session Config Connection in PowerShell Summary: Find the default session configuration connection in Windows PowerShell. How can I determine what default session configuration
This is an archived blog.
The “Hey, Scripting Guys!” blog has been retired. There are many useful posts in this blog, so we keep the blog here for historical reference. However, some information might be very outdated and many of the links might not work anymore.
New PowerShell content is being posted to the PowerShell Community blog where members of the community can create posts by submitting content in the GitHub repository.
Showing results for PowerTip: Find Default Session Config Connection in PowerShell Summary: Find the default session configuration connection in Windows PowerShell. How can I determine what default session configuration - Scripting Blog [archived]
Summary: Find the default session configuration connection in Windows PowerShell.
How can I determine what default session configuration I can connect to?
Use the $PSSessionConfigurationName automatic variable to view the default session configuration:
PS C:\Users\Administrator> $PSSessionConfigurat...