Tag

#Windows Server

Windows Server 2025 Installation Screenshots

November 7, 2024

Windows Server 2025 went Generally Available (GA) a few days ago. I grabbed a copy from the Microsoft Evaluation Center and installed on my ESXi 8 server. Here…

Server 2019 Error 0x800f0950

February 1, 2024

Documenting a resolution to the error received when attempting a DISM /restorehealth as well as .NET 3.5 repair. Uninstall .NET 3.5 via DISM dism /online /disable-feature /featurename:NetFX3 Add…

Server 2019 DC Dying

January 30, 2024

Running in to all sorts of problems on a 2019 DC. Here's my action plan. dcdiag / repadmin tools to verify health correcting all errors found before starting any further operations. stand…

Join a Computer or Server to a Domain

November 5, 2018

Using the following command, a computer can be joined to an existing Active Directory Domain. netdom join %computername% /domaind:DOMAIN /userd:username /passwordd:password PowerShell it can be accomplished with the…

RDSH Fair Share (CPU, Disk, Network)

October 29, 2018

As IT professionals, we know that managing resources in multi-user environments is essential for ensuring a consistent and high-quality experience for all users. In Windows Server Remote Desktop…