Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Invoke-Command -ComputerName someone-desk2 -ScriptBlock {Get-Process}
Invoke-Command -Computer someone-DESK2 -Scriptblock {python.exe 'C:\Python_Test\Remote_Access\rem-Exec-01.py'}
Test-WsMan someone-desk2
test-wsman DESKTOP-MSV1KLP
Invoke-Command -ComputerName DESKTOP-MSV1KLP -ScriptBlock {Get-Process} -credential user
Enter-PSSession -ComputerName DESKTOP-MSV1KLP -Credential user