

I've added the commands to install from the ISO. You should be able to install from ISO too.


I ended up downloading the 2004/H2 Feature on Demand ISO, creating a network repo and installing from there using PDQ Deploy. ::EDIT:: Didn't mean to make the code-viewing annoying Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "UseWUServer" -Value $UseWUServer Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "UseWUServer" -Value 0 $UseWUServer = Get-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "UseWUServer" | Select-Object -ExpandProperty UseWUServer Perhaps the extra step of the disabling of the Windows update server will work for you? Get-WindowsCapability -Name "RSAT*" -Online | Add-WindowsCapability –Online I see you already have it, but it worked for me with an extra set of quotes around the name value: When you are asked if you are sure you want to uninstall the update, click Yes.I'm sure you're using Admin powershell, but just a reminder to use Admin powershell :D.Right-click Update for Microsoft Windows (KB2693643), and then click Uninstall.Under Programs, click Uninstall a program.On the desktop, click Start, click All Apps, click Windows System, and then click Control Panel.To uninstall RSAT for Windows 10 (prior to the October 2018 Update) Remote administration tools unavailable for macOS or Linux Start > Settings > Apps > Apps & features > Optional Features > Add A Feature Windows 10 v1809 and newer have RSAT is pre-installed as a feature. Windows 10 changed how RSAT tools are installed in October 2018. Remote Server Administration Tools - Windows Server | Microsoft Docs Organizational Unit management is performed by using Microsoft's Server Administration Tools on a machine joined to the campus active directory domain. The Campus Active Directory Service prohibits Remote Desktop Connections to its domain controllers.
