Pages

8/02/2013

Managing Windows Servers with Powershell

Powershell:  install a windows feature

This is so much simpler than clicking around and waiting for screens to refresh:

import-module -name servermanager
add-windowsfeature -name GPMC

No comments: