Set-NetConnectionProfile -InterfaceAlias "Ethernet" -NetworkCategory Private


Enable-PSRemoting -Force


Set-Item WSMan:\localhost\client\TrustedHosts -Value "172.16.60.24" -Force


Enter-PSSession -ComputerName 172.16.60.24 -Credential (Get-Credential)