C:\>powershell PS C:\>Enter-PSSession -ComputerName MACHINE1
For this to work, you need to have proper credentials on MACHINE1 (I have only tried with users members of domain admins).
C:\>powershell PS C:\>Enter-PSSession -ComputerName MACHINE1
netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...
No comments:
Post a Comment