Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


hamish225

1418 posts

Uber Geek

ID Verified

#129345 11-Sep-2013 22:19
Send private message

Hi, so i'd like to remotely manage my server from my desktop, i can do this via remote desktop connection but i would like to see it working via the remote server administration tools app on windows 8.

I've installed it and managed to get it running, but now when i add the server to the list of servers i want to manage it comes up with an error that looks like this

 

server2012error
i found some pages on google that suggest i run this command "Set-Item wsman:\localhost\Client\TrustedHosts [COMPUTERNAME] -Concatenate -Force"

I tried that and it made no difference, just to be sure i ran it on both the server and my desktop, still not working. haaaalp

just to note the server has a GUI since i've got no idea how a command prompt works beyond doing pings and tracerts




*Insert big spe*dtest result here*


Create new topic
nathan
5695 posts

Uber Geek
Inactive user


  #894508 11-Sep-2013 22:32
Send private message

Are you on the same network and domain etc?

 
 
 

Move to New Zealand's best fibre broadband service (affiliate link). Note that to use Quic Broadband you must be comfortable with configuring your own router.
hamish225

1418 posts

Uber Geek

ID Verified

  #894511 11-Sep-2013 22:41
Send private message

nathan: Are you on the same network and domain etc?


there is no domain, just workgroup. all the computers on my network are on 'workgroup' all on the same ip range (192.168.1.xxx)




*Insert big spe*dtest result here*


nathan
5695 posts

Uber Geek
Inactive user


  #894515 11-Sep-2013 22:47
Send private message



To add remote workgroup servers to Server Manager



1.On the computer that is running Server Manager, add the workgroup server name to the TrustedHosts list. This is a requirement of NTLM authentication. To add a computer name to an existing list of trusted hosts, add the Concatenate parameter to the command. For example, to add the Server01 computer to an existing list of trusted hosts, use the following command.





Copy


Set-Item wsman:\localhost\Client\TrustedHosts Server01 -Concatenate -Force



2.Determine whether the workgroup server that you want to manage is in the same subnet as the computer on which you are running Server Manager.

If the two computers are in the same subnet, or if the workgroup server’s network profile is set to Private in the Network and Sharing Center, go on to the next step.

If they are not in the same subnet, or if the workgroup server’s network profile is not set to Private, on the workgroup server, change the inbound Windows Remote Management (HTTP-In) setting in Windows Firewall to explicitly allow connections from remote computers by adding the computer names on the Computers tab of the setting’s Properties dialog box.

3.


securitySecurity Note

Running the cmdlet in this step overrides User Account Control (UAC) measures that prevent elevated processes from running on workgroup computers unless the built-in Administrator or the System account is running the processes. The cmdlet lets members of the Administrators group manage the workgroup server without logging on as the built-in Administrator. Allowing additional users to manage the workgroup server can reduce its security; however, this is more secure than providing built-in Administrator account credentials to what might be multiple people who are managing the workgroup server.



To override UAC restrictions on running elevated processes on workgroup computers, create a registry entry called LocalAccountTokenFilterPolicy on the workgroup server by running the following cmdlet.





Copy


New-ItemProperty -Name LocalAccountTokenFilterPolicy -path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -propertyType DWord -value 1



4.On the computer on which you are running Server Manager, open the All Servers page.


5.If the computer that is running Server Manager and the target workgroup server are in the same workgroup, skip to the last step. If the two computers are not in the same workgroup, right-click the target workgroup server in the Servers tile, and then click Manage as.


6.Log on to the workgroup server by using the built-in Administrator account for the workgroup server.


7.Verify that Server Manager is able to connect to and collect data from the workgroup server by refreshing the All Servers page, and then viewing the manageability status for the workgroup server.




To add remote servers when Server Manager is running on a workgroup computer



1.On the computer that is running Server Manager, add remote servers to the local computer’s TrustedHosts list in a Windows PowerShell session. To add a computer name to an existing list of trusted hosts, add the Concatenate parameter to the command. For example, to add the Server01 computer to an existing list of trusted hosts, use the following command.





Copy


Set-Item wsman:\localhost\Client\TrustedHosts Server01 -Concatenate -Force



2.Determine whether the server that you want to manage is in the same subnet as the workgroup computer on which you are running Server Manager.

If the two computers are in the same subnet, or if the workgroup computer’s network profile is set to

Private in the Network and Sharing Center, go on to the next step.

If they are not in the same subnet, or if the workgroup computer’s network profile is not set to Private, on the workgroup computer that is running Server Manager, change the inbound Windows Remote Management (HTTP-In) setting in Windows Firewall to explicitly allow connections from remote computers by adding the computer names on the Computers tab of the setting’s Properties dialog box.


3.On the computer on which you are running Server Manager, open the All Servers page.


4.Verify that Server Manager is able to connect to and collect data from the remote server by refreshing the All Servers page, and then viewing the manageability status for the remote server. If the Servers tile still displays a manageability error for the remote server, go on to the next step.


5.Log off of the computer on which you are running Server Manager, and then log on again by using the built-in Administrator account. Repeat the preceding step, to verify that Server Manager is able to connect to and collect data from the remote server.


If you have followed the procedures in this section, and you continue to have problems managing workgroup computers, or managing other computers from workgroup computers, see about_Remote_Troubleshooting on the Microsoft website



nathan
5695 posts

Uber Geek
Inactive user


  #894516 11-Sep-2013 22:49
Send private message

hamish225: Hi, so i'd like to remotely manage my server from my desktop, i can do this via remote desktop connection but i would like to see it working via the remote server administration tools app on windows 8.

I've installed it and managed to get it running, but now when i add the server to the list of servers i want to manage it comes up with an error that looks like this server2012error
i found some pages on google that suggest i run this command "Set-Item wsman:\localhost\Client\TrustedHosts [COMPUTERNAME] -Concatenate -Force"

I tried that and it made no difference, just to be sure i ran it on both the server and my desktop, still not working. haaaalp

just to note the server has a GUI since i've got no idea how a command prompt works beyond doing pings and tracerts


also, can you ping the name and it resolves OK?  Did you try the IP address instead of [COMPUTERNAME] above?

hamish225

1418 posts

Uber Geek

ID Verified

  #894520 11-Sep-2013 23:08
Send private message

nathan:
hamish225: Hi, so i'd like to remotely manage my server from my desktop, i can do this via remote desktop connection but i would like to see it working via the remote server administration tools app on windows 8.

I've installed it and managed to get it running, but now when i add the server to the list of servers i want to manage it comes up with an error that looks like this server2012error
i found some pages on google that suggest i run this command "Set-Item wsman:\localhost\Client\TrustedHosts [COMPUTERNAME] -Concatenate -Force"

I tried that and it made no difference, just to be sure i ran it on both the server and my desktop, still not working. haaaalp

just to note the server has a GUI since i've got no idea how a command prompt works beyond doing pings and tracerts


also, can you ping the name and it resolves OK?  Did you try the IP address instead of [COMPUTERNAME] above?


followed those instructions again and for some reason it worked this time, i have no clue what i did wrong last time maybe i entered the computer name wrong but it works now! 




*Insert big spe*dtest result here*


Create new topic





News and reviews »

Synology DS925+ Review
Posted 23-Apr-2025 15:00


Synology Announces DiskStation DS925+ and DX525 Expansion Unit
Posted 23-Apr-2025 10:34


JBL Tour Pro 3 Review
Posted 22-Apr-2025 16:56


Samsung 9100 Pro NVMe SSD Review
Posted 11-Apr-2025 13:11


Motorola Announces New Mid-tier Phones moto g05 and g15
Posted 4-Apr-2025 00:00


SoftMaker Releases Free PDF editor FreePDF 2025
Posted 3-Apr-2025 15:26


Moto G85 5G Review
Posted 30-Mar-2025 11:53


Ring Launches New AI-Powered Smart Video Search
Posted 27-Mar-2025 16:30


OPPO RENO13 Series Launches in New Zealand
Posted 27-Mar-2025 05:00


Sony Electronics Announces the WF-C710N Truly Wireless Noise Cancelling Earbuds
Posted 26-Mar-2025 20:37


New Harman Kardon Portable Home Speakers Bring Performance and Looks Together
Posted 26-Mar-2025 20:30


Data Insight Launches The Data Academy
Posted 26-Mar-2025 20:21


Oclean AirPump A10 Portable Water Flosser Wins iF Design Award 2025
Posted 20-Mar-2025 12:05


OPPO Find X8 Pro Review
Posted 14-Mar-2025 14:59


Samsung Galaxy Ring Now Available in New Zealand
Posted 14-Mar-2025 13:52









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.







Backblaze unlimited backup