-
Hey all - I am trying to get Remote PowerShell working so that I can connect to systems in a test domain from my prod domain, and I am getting an error related to the IP address issue. I have read about this a fair amount but I don't see a great solution or a good explanation of the issue with the...
Posted to
Remoting
(Forum)
by
virtuallynothere
on
04-03-2012
Filed under: Remoting, PowerShell, PowerShell v2, Remoting Options, PSSession Cmdlets, WS-Management, Workgroups, Remoting without Admin Permissions, powerShell v1, firewall exception, Enable-PSRemoting, remoting Options p
-
Hi, When I try to map a drive locally on "Client1", it works fine with this command: New-PSDrive U -PSProvider FileSystem -root \\Server1\C$ but when I try it remotely, it fails ($cred is a previously created credential): Invoke-Command -ComputerName "Client1" -Credential $cred -ScriptBlock...
Posted to
PowerShell Remoting
(Forum)
by
kevsor1
on
07-15-2010
Filed under: Remoting, enter-pssession, Powershell, PowerShell v2, Enable-WSManCredSSP, New-Object, PowerShell 1.0, New-PSDrive, PowerShell 2.0, Remote Commands, Enable-PSRemoting, Get-WSManCredSSP