We already have Exchange 2010 SP2 RU7 running on a server. We would like to automate deploying the management tools to the Windows 7 workstations of admins that use the console.
Would a batch file with these commands work when run on a Windows 7 SP1 workstation?
dism /online /enable-feature /featurename:IIS-WebServerRole
dism /online /enable-feature /featurename:IIS-WebServerManagementTools
dism /online /enable-feature /featurename:IIS-IIS6ManagementCompatibility
dism /online /enable-feature /featurename:IIS-Metabase
dism /online /enable-feature /featurename:IIS-LegacySnapIn
Setup /r:MT
How can we deploy the management tools to the workstations with SP2 and RU7 already installed so we don't have to do a separate step of installing the service pack and rollup after doing the base install?