ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    WSL - Using Powershell how would you create multiple sessions

    IT Discussion
    wsl windows ubuntu terminal
    2
    2
    555
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DustinB3403D
      DustinB3403
      last edited by

      So I have WSL installed on my work-device, makes life easier for a lot of the Unix administrative stuff I've been doing lately, and one thing that I would love to have is multiple sessions like with any standard linux distro with a key combo like Ctrl+Alt+F1 which doesn't appear to work on WSL.

      How can I get this functionality through powershell?

      1 Reply Last reply Reply Quote 0
      • black3dynamiteB
        black3dynamite
        last edited by

        New-PSSession -ComputerName Host1
        New-PSSession -ComputerName Host2

        Get-PSSession will show all sessions you created.

        Use Enter-PSSession to enter one of your opened session

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post