When a remote session is created via the New-PSsession cmdlet, the PSSession persists until the current PowerShell session ends.
Meaning that, by default, the PSSession and all associated resources will continue to be used until the current PowerShell session ends.
Multiple active PSSessions can b...