Collections:
Other Resources:
Connect to Existing PSSession in Windows PowerShell
How to connect to an existing PSSession in Windows PowerShell?
✍: FYIcenter.com
You can use the "Enter-PSSession" cmdlet to connect to an existing PSSession
in Windows PowerShell by using the "-id n" or "-name xxx" to specify the PSSession.
Here is an example of using the "Enter-PSSession" cmdlet to connect to existing PSSession:
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 PS C:\fyicenter> enter-pssession -id 1 [office-server]: PS C:\Users\fyicenter\Documents> [office-server]: PS C:\Users\fyicenter\Documents> query user USERNAME SESSIONNAME ID STATE IDLE TIME fyicenter rdp-tcp#0 2 Active . [office-server]: PS C:\Users\fyicenter\Documents> exit PS C:\fyicenter> PS C:\fyicenter> enter-pssession -name Session2 [mail-server]: PS C:\Users\fyicenter\Documents> [mail-server]: PS C:\Users\fyicenter\Documents> exit PS C:\fyicenter>
⇒ "Remove-PSSession" Cmdlet in Windows PowerShell
⇐ "Get-PSSession" Cmdlet in Windows PowerShell
2016-10-15, ∼4242🔥, 0💬
Popular Posts:
How to use .htaccess file with Apache server on Window systems? Assuming that you have installed the...
What is the scheduled task "\G2MUpdateTask-S-1-5-21 -..."on my Windows 7 computer? "\G2MUpdateTask-S...
What are default Installed Programs on a Windows 7 Home Premium computer? If you are running a Windo...
How to burn or record MP3 music files as audio tacks to audio CD (Compact Disk Digital Audio or CD-D...
What is "Net.Tcp Listener Adapter" in my Windows 7 service list? And how is "Net.Tcp Listener Adapte...