by Admin | Nov 14, 2011 | Windows |
Sure, you can use the GUI Servermanager to add/remove/list roles, but for the hardcode sysadmin, Powershell is the way to go. Start Powershell as admin and run: Import-Module ServerManager Get, list roles and features and status: Get-WindowsFeature Add, install a role...
by Admin | Nov 8, 2011 | Windows |
I often create GPO:s which Assign a certain software and make sure that I have a domain group which contain the computer where I want the software installed and then I make sure Security Filtering of the GPO doesn’t contain Authenticated Users but only the...
by DeploymentSwede | Sep 14, 2011 | Deployment, Windows |
Creating an unattended installation of Windows 8 Developer Preview with MDT, can it be done? The answer is yes! However, you will have to make some small changes since MDT is not designed to deploy Windows 8. This guide is written using Windows Server 2008 R2, MDT...