Skip to main content

Posts

Showing posts from January, 2019

Microsoft Hyper-V vmguest.iso

vmguest.iso is removed from Microsoft Windows Hyper-V Server 2016. vmguest.iso from Windows Server 2012 R2 Evaluation Checksum: SHA1: 415d62038cf28c39af2ca63076a7df91a4524314

Windows 10 1809 'Redstone 5'

Debian: Install NASM - The Netwide Assembler

sudo apt install nasm Check NASM Version nasm -v Find out more about NASM at https://nasm.us/doc/nasmdoc0.html

Microsoft Windows 10: Install Debian

Open Microsoft Store Search for 'debian' and then click Debian GNU/Linux Click Get to start installing Click Launch Enter a new username and password

MSSQL: Fix error 'Consistency validation for SQL Server registry keys'

While installing Microsof SQL Server 2012, I ran into the following error. "The SQL Server registry keys from a prior installation cannot be modified. To continue, see SQL Server Setup documentation about how to fix registry keys." How to fix Replace the D:\x64\FixSqlRegistryKey_x86.exe file with the original file from the ENU\SQLFULL_ENU.iso file downloading from Microsoft Download Center. This ISO file is 4.2GB. So you can click FixSqlRegistryKey_x86.exe to download this file only. After replacing that file, press Re-run to check. All rules are passed.

Windows 10: Install OpenSSH

Want to try OpenSSH Client? You must run at least Windows 10 Version 1809 to install OpenSSH.

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*

SCCM: Install Windows PE Add-on for ADK

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

How to Join Computer to Domain

Example: Join server named WSUS to ipractice domain netdom join wsus /domain:ipractice /UserD:install1 /PasswordD:* Using Powershell to join server named EX1 to ipractice domain Add-Computer -NewName EX1 -Domain ipractice -Credential ipractice\install1 -Restart

Microsoft System Configuration Manager Setup

Three servers: SCCM-DB SCCM-MP WSUS Minimum memory settings on MS SQL Server is 8GB