Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

RSAT tools

Basically mine installs all the .net dependencies, then all the RSAT Tools. There are a few more things in there, but you get the gist

http://www.microsoft.com/en-us/download/details.aspx?id=7887

http://www.microsoft.com/en-us/download/details.aspx?id=39296

here is the enabler scrip i have found:

call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-ServerManager /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-CertificateServices /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-CertificateServices-CA /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-CertificateServices-OnlineResponder /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS-SnapIns /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS-NIS /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-LDS /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-Powershell /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS-AdministrativeCenter /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-DHCP /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-DNS /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-FileServices /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-FileServices-Dfs /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-FileServices-Fsrm /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-FileServices-StorageMgmt /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-HyperV /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-RDS /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Features /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Features-BitLocker /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Features-Clustering /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Features-GP /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Features-LoadBalancing /Quiet
rem call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Features-SmtpServer /Quiet * Needs IIS to install*
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Features-StorageExplorer /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Features-StorageManager /Quiet
call dism.exe /online /enable-feature /featurename:RemoteServerAdministrationTools-Features-Wsrm /Quiet
call dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All /Quiet




RSATPlus.xml
7

Comments

0 comments