donkeymusic Posted May 19, 2023 Posted May 19, 2023 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
networkmangler Posted May 22, 2023 Posted May 22, 2023 One thing to try it to make sure your running the installation file from your home directory, N:\ drive If you are running it from a local hard drive or external drive it may fail
Chuckster Posted May 22, 2023 Posted May 22, 2023 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'
Fazza Posted May 22, 2023 Posted May 22, 2023 Try logging on as the local administrator on the computer and then install the RSAT tools.
atcoates Posted May 22, 2023 Posted May 22, 2023 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
donkeymusic Posted July 4, 2023 Author Posted July 4, 2023 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
atcoates Posted July 4, 2023 Posted July 4, 2023 Just visit here and sign in https://support.rm.com/ your school would need some sort of active rm contract to get access to this. Feel free to PM me if you need a hand with anything
donkeymusic Posted July 4, 2023 Author Posted July 4, 2023 Thanks I dont have access as we only have an RM Unify support contract which casuing me all sorts of issues at the moment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now