Active Directory mit der Powershell installieren # Active Directory Rolle installieren Install-WindowsFeature -name AD-Domain-Services –IncludeManagementTools # Active Directory Domain Services Deployment $pwdSS = ConvertTo-SecureString -String
WeiterlesenSchlagwort: Install-WindowsFeature
Windows Server 2012 Core Powershell
Windows Feature entfernen (WINSxS) Get Windows-Feature Uninstall-WindowsFeature -Name xps-viewer -Remove Auf einer Core Installation GUI nachinstallieren vom Image Get Windows-Feature Get Windows-Feature -Name Server-Gui-Shell |
Weiterlesen