Skip to main content

Posts

Showing posts with the label Windows Server

Microsoft Windows: Software License Manager - slmgr

Open DOS Prompt or Powershell as Administrator, otherwise we get the following erof slmgr.vbs /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

Powershell: Install BITS

Install-WindowsFeature BITS-IIS-Ext

Powershell: Install IIS

Run Powershell as Administrator, then run the command below to install IIS. Install-WindowsFeature Web-WebServer Check after installing Get-WindowsFeature *Web*

Powershell: Install WSUS Administration Console

Running SCCM Installation Prerequisites Check warns about WSUS on Site Server. Run Powershell as Administrator and run the following command to install WSUS Administration Console Install-WindowsFeature -Name UpdateServices-UI

Powershell: Install Windows Server Backup Feature

Install-WindowsFeature Windows-Server-Backup

Install GUI for Windows Server 2012 R2

Install PowerShell One of our servers lost GUI after removing some roles. Install Powershell using this command: dism /online /enable-feature /featurename:MicrosoftPowershell /all Run Start Powershell to start Powershell, then run this command to install GUI Add-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra Install GUI

Install Backup Feature on Microsoft Windows Server 2008 R2

servermanagercmd -i Backup-Features

Microsoft Windows Server: Notes from the field

Who is currently logged on? Who is currently logged on server Enable Network Level Authentication for Remote Desktop connection Enable Network Level Authentication for Remote Desktop connection