Windows 7 equivalent of "Add-WindowsFeature"
Posted
by
L.Moser
on Server Fault
See other posts from Server Fault
or by L.Moser
Published on 2011-01-14T19:50:38Z
Indexed on
2011/01/14
19:55 UTC
Read the original article
Hit count: 193
I'm wanting to script the "Turn Windows Features On of Off" functionality for my development group so that we'll have a means of ensuring that everyone is running on the same configurations. We are running Windows 7. Is this possible without DISM.exe?
It doesn't necessarily have to be scripting. Windows Features is just one of serveral configurations that developers are responsible for modifying personally. It would also be nice to ensure (for example) that IIS and certain services are configured properly on a given developer's machine. If there's a larger scale tool that could give us this functionality, I would be interested in that too.
© Server Fault or respective owner