Using PowerShell to add windows features on Windows 7
On server 2008r2 you can do import-module servermanager & then add-windowsfeature to configure features etc.. from PowerShell, this doesn’t exist out of the box on 7, however if you install this: http://code.msdn.microsoft.com/PSClientManager you have an equivalent set of modules
Handy eh!
Rob
Categories: Uncategorized


