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.

Using PowerShell credentials without being prompted for a password

I'd like to restart a remote computer that belongs to a domain. I have an administrator account but I don't …

powershell powershell-remoting
Powershell remoting with ip-address as target

I successfully enabled PSRemoting on my Server 2008 R2. I'm able to do a remote-pssession from within the same network using …

powershell remoting powershell-remoting
Stop Powershell from exiting

I know that there is that little -noexit switch for PowerShell. Is there anyway of staying in the shell without …

powershell powershell-2.0 powershell-remoting
PowerShell Remoting giving "Access is Denied" error

I am trying to use PowerShell Remoting to check some disk sizes from a Server in a remote domain, but …

powershell powershell-2.0 remoting powershell-remoting
Run my third-party DLL file with PowerShell

I am not sure if this is possible or not with PowerShell. But basically I have a Windows Forms program …

powershell powershell-2.0 powershell-remoting
How to execute a powershell script available in remote machine?

I was trying to execute a script in remote computer. I did "Enable-PSremoting" in the remote machine. I placed a …

powershell powershell-2.0 powershell-remoting
WinRM cannot process the request - fails only over a specific domain

Some of ours servers (W2K8 R2) were moved to the cloud last week, once done that my powerswhell script …

powershell powershell-2.0 powershell-remoting winrm
Invoke-command -ArgumentList parameter syntax

I'm trying to add multiple csv-imported lists to a remote executed PS script. It works fine when I pass only …

powershell powershell-remoting
"Access denied" on Remote winrm

I created a Windows VM on Windows Azure with winrm over SSL set. But, I can't connect it using a …

powershell azure powershell-remoting winrm
"Access Is Denied" error when attempting to remote to Exchange server on localhost

I am attempting to establish a PowerShell session to run several Exchange commands against an Exchange server on the localhost. …

powershell windows-server-2012 access-denied powershell-remoting exchange-server-2013