Enable/Disable IE on Server 2008R2
To install (requires a restart):
dism /online /Enable-Feature /FeatureName:Internet-Explorer-Optional-amd64
To uninstall (doesn’t require a restart):
dism /online /Disable-Feature /FeatureName:Internet-Explorer-Optional-amd64