Collections:
Other Resources:
"Get-PSSession" Cmdlet in Windows PowerShell
What is the "Get-PSSession" cmdlet in Windows PowerShell?
✍: FYIcenter.com
You can use the "Get-PSSession" cmdlet to get the user-managed Windows PowerShell
sessions ("PSSessions") on local and remote computers.
Here is an example of using the "Get-PSSession" cmdlet:
PS C:\fyicenter> New-PSSession office-server Id Name ComputerName State ConfigurationName Availability -- ---- ------------ ----- ----------------- ------------ 1 Session1 office-server Opened Microsoft.PowerShell Available PS C:\fyicenter> new-pssession mail-server Id Name ComputerName State ConfigurationName Availability -- ---- ------------ ----- ----------------- ------------ 2 Session2 mail-server Opened Microsoft.PowerShell Available PS C:\fyicenter> get-pssession Id Name ComputerName State ConfigurationName Availability -- ---- ------------ ----- ----------------- ------------ 1 Session1 office-server Opened Microsoft.PowerShell Available 2 Session2 mail-server Opened Microsoft.PowerShell Available
As you can see from the test, "New-PSSession" cmdlet creates a new PSSession and keeps it in the background. "Get-PSSession" cmdlet displays all existing PSSessions in the background.
See the next tutorial on how to connect an existing PSSession.
⇒ Connect to Existing PSSession in Windows PowerShell
⇐ "Enter-PSSession" Cmdlet in Windows PowerShell
2016-10-15, ∼3756🔥, 0💬
Popular Posts:
What is Java Runtime Environment 1.4.2 - Download Program Files (DPF)? Java Runtime Environment 1.4....
What is the difference between a Web page and a Single File Web Page? Word 2007 supports 2 Web page ...
What is "@%SystemRoot%\ehome\ehs ched.exe,-101"in my Windows 7 service list? And how is "@%SystemRoo...
Can I disable Windows service "Portable Media Serial Number" to speedup my computer? Windows service...
What is "Lenovo Hotkey Client Loader" in my Windows 7 service list? And how is "Lenovo Hotkey Client...