Top "Powershell-remoting" questions

The ability to create a remote connection, in an other way than using WMI, is the most important difference between PowerShell v 1.0 and 2.0.

maximum data size in a remote command

my powershell script sends a file to several clients within customised session using following code (code is shortened) function DoCopyFile { …

powershell powershell-remoting
Powershell, remote script access denied to network resources

I am trying to execute powershell script remotely using invoke-command. The script relies on a configuration file which is available …

powershell powershell-remoting
Powershell's Invoke-Command won't take in a variable for -ComputerName parameter?

I'm pulling my hair out here, because I just can't seem to get this to work, and I can't figure …

powershell powershell-2.0 powershell-remoting
New-PSSession to localhost fails

I have a script that opens a remote session to the localhost. I need this to install NuGet on some …

powershell powershell-remoting
powershell remoting Win2008R2 "The WSMan service could not launch a host process to process the given request"

I've recently upgraded a number of servers from 2003 to 2008R2. Since the upgrade I've started to see the following error: […

powershell windows-server-2008 powershell-2.0 powershell-remoting
How do I pass a local variable to a remote `Invoke-Command`?

I'm trying to retrieve the hash of a file located on remote server using Invoke-Command. It works fine when I …

powershell powershell-remoting powershell-4.0
How to get an variable output from remote pssession

I have a script to get virtual harddisk info from vmm, im executing it remotely from a server, currently im …

arrays powershell powershell-remoting
Get Java version from PowerShell of remote server

I am trying to write a script in PowerShell that will use the invoke command with credentials on a remote …

java powershell version powershell-remoting invoke-command
Starting a .exe file on a remote computer using powershell

Hey everyone I'm attempting to start a exe file on remote systems, we have an agent that runs to connect …

windows powershell powershell-remoting
How to run interactive commands in another application window from powershell

I have another command line program which I invoke from my powershell script and would like to run some interactive …

powershell powershell-2.0 powershell-remoting