Jump to content

Recommended Posts

Posted

Good afternoon,

 

Ive inherited a school which is using RM and im looking to install the Remote Server administration Tool on my device.

 

But eveytime i attempt to add the apps, they fail, i presumt this is RM issue, I have full admin permissons.

 

Im just wondering if anyone can offer any assistance?

 

Thank you

Posted

It could be because your workstations are looking at WSUS for the RSAT tools and therefore aren't able to install it.

Try this in PowerShell

 

# Modify WSUS Registry value on Workstation
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name 'UseWUServer' -Value '0'

# Restart Windows Update service
Restart-Service -Name 'Windows Update'

# Install RSAT Tools
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online

# Change Registry value to its original value on Workstation
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name 'UseWUServer' -Value '1'

# Restart Windows Update service
Restart-Service -Name 'Windows Update'

Posted

Installing Microsoft Remote Server Administration Tools (RSAT)

Published Date : 05 Sep 2012 Last Updated : 01 Mar 2023 Content Ref: TEC2831587

 

Should be able to access in rm.com

  • 1 month later...
Posted
Installing Microsoft Remote Server Administration Tools (RSAT)

Published Date : 05 Sep 2012 Last Updated : 01 Mar 2023 Content Ref: TEC2831587

 

Should be able to access in rm.com

 

sorry, basic question but how would i access that?

 

thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...