Back to Browse

PowerShell 7 Tutorials for Intermediates #4 : Remoting

6.1K views
Nov 17, 2022
26:54

In this video I will go over how to use remoting in PowerShell 7, how to set up psremoting from a non domain computer to a domain controller, how to execute commands remotely and how to set up persistant sessions. To add a trusted hosts: Set-Item WSMan:\localhost\Client\TrustedHosts -Value 'hypv2016l.jacked.ca,172.30.123.5' To see trusted hosts: Get-Item WSMan:\localhost\Client\TrustedHosts Tags: PowerShell, jackedprogrammer, powershell 7, how to install powershell 7, powershell 7 on vs code, visual studio code

Download

1 formats

Video Formats

360pmp444.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

PowerShell 7 Tutorials for Intermediates #4 : Remoting | NatokHD