Windows Vista Forums
Vista Forums Home Join Vista Forums Webcasts Windows 7 Forum Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

PSJob+WinRM=Connection attempt failed.

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 03-11-2008   #1 (permalink)
ajax76
Guest


 

PSJob+WinRM=Connection attempt failed.

Please help me to deside, where is error:

PS C:\> $job=Start-PSJob -command 'ls -rec c:\'

PS C:\> $job.JobStateInfo.state
Failed

PS C:\> $job.ChildJobs[0].JobStateInfo.Reason
Connection attempt failed.

PS C:\> Get-ExecutionPolicy
Unrestricted

PS C:\> (Get-Service -name 'winrm').status
Running

PS C:\> winrm id
IdentifyResponse
ProtocolVersion = http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd
ProductVendor = Microsoft Corporation
ProductVersion = OS: 5.1.2600 SP: 2.0 Stack: 1.1

PS C:\> netsh firewall show portopening

Port Protocol Mode Name
-------------------------------------------------------------------
80 TCP Enable HTTP
443 TCP Enable HTTPS

PS C:\> (winrm e wmi/root/cimv2/win32_operatingsystem)|
?{$_ -match '(caption|version)'}
Caption = Microsoft Windows XP Home Edition
CSDVersion = Service Pack 2
PlusVersionNumber = null
ServicePackMajorVersion = 2
ServicePackMinorVersion = 0
Version = 5.1.2600

PS C:\> $PSVersionTable

Name Value
---- -----
CLRVersion 2.0.50727.1433
BuildVersion 6.1.6480.1
PSVersion 2.0
PSCompatibleVersions {1.0, 2.0}

My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
A connection attempt failed... Ellebrius Gaming 6 07-14-2008 06:18 AM
winrm connection to custom web service Simon PowerShell 4 05-02-2008 09:48 AM
PSJob+WinRM=Connection attempt failed. ajax76 PowerShell 27 03-12-2008 06:23 PM
psjob - Connection attempt failed. / Server execution failed Robin Moffatt PowerShell 10 02-06-2008 06:38 AM
Logon Attempt Failed /w Remote Desktop Connection Curtis M. Vista General 3 09-09-2007 03:01 PM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51