This article explains how to install and configure the Remote Desktop Session Host terminal server role on a standalone Windows Server 2022/2019 in a workgroup (without an Active Directory domain)…| Windows OS Hub
Modern versions of Windows and Windows Server allow you to increase the size of any disk volume (partition) at the expense of unused (unallocated) disk space without shutting down the…| Windows OS Hub
This article explains how to create and configure a Windows virtual machine on a Proxmox VE hypervisor. We will examine the key recommendations and best practices for configuring optimal virtual…| Windows OS Hub
The read-only domain controller (RODC) feature was first introduced in Windows Server 2008. The main purpose of the RODC is the secure installation of the own domain controller in remote…| Windows OS Hub
This post will cover how to manage disks, partitions, and volumes using the PowerShell command line. All disk and partition management tasks that are typically performed using the Disk Management…| Windows OS Hub
You can access the data in an Excel file directly from within PowerShell. Although PowerShell has built-in cmdlets for importing (Import-CSV) and exporting (Export-CSV) tabular data from/to CSV files, the…| Windows OS Hub
Once you have installed Windows Server or a Windows 10 desktop machine, you will need to change the default name of the computer (hostname). It is usually recommended to include…| Windows OS Hub
This article describes how to join a Windows 10/11 or Windows Server 2022/2019/2016 computer to an on-premises Active Directory domain. Contents: Before You Join Windows to an AD Domain Add…| Windows OS Hub
You can use the PSWindowsUpdate PowerShell module to manage Windows Updates from the command line. PSWindowsUpdate module is available for download from the PowerShell Gallery and allows administrators to scan,…| Windows OS Hub
The Out-GridView cmdlet allows displaying data as an interactive graphical table that can be filtered or sorted based on different criteria. You can use the Out-Gridview cmdlet in scripts where…| Windows OS Hub