Question : Win7 unable to remotely manage Win2k8 Full Server

I currently have a Windows 2008 DC. My workstation is a Windows 7 Professional ( retail - not beta ) and I've installed the Remote Administration Tool Set on the Windows 7 machine. I'm currently trying to connect to my Win2k8 Server via Server Manager on my Win7 machine. Unsuccessfully I might add. Both machines are in the same domain. I've configured WinRM on the Win2k8 Server via Local Group Policy, the service is started and running. I've attached the 'winrm get winrm/config' output for you to see. I've disabled the firewall on the Win2k8 DC too.  

I start up Server Manager on my Win7 machine and right click 'Server Manager' on the left hand side. I enter the server name when asked and press connect. After about 15 second, I get an error response saying 'Server manager cannot connect to .".

My username on the Win7 machine is part of the Domain Admins group, along with Administrators group. I have full Admin rights on the network to do anything.

Any help someone can give is greatly appreciated! :)
Code Snippet:
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:
52:
C:\Users\Administrator.XXXXX>winrm get winrm/config
Config
    MaxEnvelopeSizekb = 150
    MaxTimeoutms = 60000
    MaxBatchItems = 32000
    MaxProviderRequests = 4294967295
    Client
        NetworkDelayms = 5000
        URLPrefix = wsman
        AllowUnencrypted = true [Source="GPO"]
        Auth
            Basic = true [Source="GPO"]
            Digest = true
            Kerberos = true
            Negotiate = true
            Certificate = true
            CredSSP = false
        DefaultPorts
            HTTP = 5985
            HTTPS = 5986
        TrustedHosts = fgjr-pc.XXXXX.org, fgpc.XXXXX.org [Source="GPO"]
    Service
        RootSDDL = O:NSG:BAD:P(A;;GA;;;BA)S:P(AU;FA;GA;;;WD)(AU;SA;GWGX;;;WD)
        MaxConcurrentOperations = 4294967295
        MaxConcurrentOperationsPerUser = 15
        EnumerationTimeoutms = 60000
        MaxConnections = 25
        MaxPacketRetrievalTimeSeconds = 120
        AllowUnencrypted = true [Source="GPO"]
        Auth
            Basic = true [Source="GPO"]
            Kerberos = true
            Negotiate = true
            Certificate = false
            CredSSP = false
            CbtHardeningLevel = Relaxed
        DefaultPorts
            HTTP = 5985
            HTTPS = 5986
        IPv4Filter [Source="GPO"]
        IPv6Filter [Source="GPO"]
        EnableCompatibilityHttpListener = true [Source="GPO"]
        EnableCompatibilityHttpsListener = false
        CertificateThumbprint
    Winrs
        AllowRemoteShellAccess = true
        IdleTimeout = 180000
        MaxConcurrentUsers = 5
        MaxShellRunTime = 2147483647
        MaxProcessesPerShell = 15
        MaxMemoryPerShellMB = 150
        MaxShellsPerUser = 5

Answer : Win7 unable to remotely manage Win2k8 Full Server

Random Solutions  
 
programming4us programming4us