Windows Server Core
- Server Configuration |
- .NET Framework |
- Accessories |
- Domain Management |
- Firewall |
- Hardware Drivers |
- Hyper-V |
- MSI |
- Product Key and Activation |
- Session Management
Server Core Administration
Starting the Server Configuration Utility
Joining/Removing the Server from a Domain
Renaming the Server
Adding a User to the Local Administrators Group
Enabling or Disabling Remote Management (MMC, Server Manager MMC Snap-in and PowerShell)
Configure Windows Update Settings
Downloading and Installing Updates
Enabling or Disabling Remote Desktop
Configuring Network Settings
Configuring Date and Time Settings (Date/Time, Time Zone and Internet Time Server Synchronization)
.NET Framework
Installing and Enabling .NET 2.0 (x64)
Installing and Enabling .NET 3.5 (x64)
Installing and Enabling Server Core Features (x86)
Installing and Enabling .NET 2.0 (x86)
Installing and Enabling .NET 3.5 (x86)
Accessories
Open a New Command-Line Window
Open a Text File with Notepad
Open Task Manager
Open the Registry Editor
Domain Management
Promoting a Domain Controller (DC) and Creating a New Domain and Forest
/newDomain:forest /safeModeAdminPassword:VerySafe*123*Password /rebootOnCompletion:yes
Promoting a Domain Controller (DC) to an Existing Domain
/safeModeAdminPassword:VerySafe*123*Password /userDomain:domain.local /userName:Administrator
/password:Super@Admin*Password /rebootOnCompletion:yes
Forcefully Removing a Computer from the Domain
Firewall
Disabling the Local Firewall
Hardware Drivers
Listing Installed Hardware Drivers
Adding and Installing Hardware Drivers
Hyper-V (PowerShell Commands)
1) Find a Specific Virtual Machine and Return all the Properties as an Object
[String] $VirtualMachineName = "VM_NAME";
$VM = get-wmiobject -query "SELECT * FROM Msvm_ComputerSystem WHERE ElementName=’$VirtualMachineName’"
-namespace "root\virtualization" -computername ".";
2.a) Starting or Powering On the Virtual Machine
2.b) Stopping or Shutting Down the Virtual Machine
2.c) Restarting the Virtual Machine
MSI
Install an MSI package using Windows Installer
Uninstall an MSI package using Windows Installer
Product Key and Activation
Registering the Windows Product Key
Activating the Server Operating System
Session Management
Logging the Current User Off
Restarting the Server
Shutting Down the Server
Custom Search
