Windows OS Hub
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux

Windows Server 2019: Installation and Configuration Tutorials

What Others Are Reading in Windows Server 2019

How to Repair EFI/GPT Bootloader on Windows 10...

March 16, 2024

How to Restore Deleted EFI System Partition in...

March 11, 2024

How to Run Program without Admin Privileges and...

June 8, 2023

How to Install Remote Server Administration Tools (RSAT)...

March 17, 2024

Fix: Remote Desktop Licensing Mode is not Configured

August 24, 2023

Refresh AD Groups Membership without Reboot/Logoff

March 15, 2024

How to Repair Windows Boot Manager, BCD and...

March 11, 2024

PowerShell: Get Folder Size on Windows

April 2, 2024

How to Convert (Upgrade) Windows Server Evaluation to...

March 15, 2024

How to Find the Source of Account Lockouts...

March 12, 2024

Fix: Can’t Extend Volume in Windows

March 11, 2024

Fix: BSOD Error 0x0000007B (INACCESSABLE_BOOT_DEVICE) on Windows

March 17, 2024
Invoke-WebRequest get webpage content using powershell
PowerShellWindows 10Windows Server 2019

Invoke-WebRequest: Perform HTTP Requests, Download Files, Parse Web with PowerShell

July 13, 2022

The Invoke-WebRequest cmdlet can be used to request HTTP/HTTPS/FTP resources directly from the PowerShell console. You can use this command to send HTTP requests (GET and POST), download files from…

5 Facebook Twitter Google + Pinterest
change port forwarding rule netsh portproxy
PowerShellWindows 10Windows Server 2016Windows Server 2019

Configuring Port Forwarding in Windows

July 13, 2022

You can configure network port forwarding in all Windows versions without using third-party tools. Using a port forwarding rule, you can redirect an incoming TCP connection (IPv4 or IPv6) from…

12 Facebook Twitter Google + Pinterest
run powershell script at windows startup via group policy
Group PoliciesPowerShellWindows 10Windows Server 2019

Running PowerShell Startup (Logon) Scripts Using GPO

July 8, 2022

Windows Group Policy allows you to run various script files at a computer startup/shutdown or during user logon/logoff. You can use GPOs not only to run classic batch logon scripts…

9 Facebook Twitter Google + Pinterest
nltest DSGETDC
Active DirectoryWindows 10Windows Server 2019

Find Domain Controller (Logon Server) You Authenticated to

July 8, 2022

Sometimes you may want to find out which domain controller your computer is authenticated to (your Logon Server). This can come in handy when there are issues applying Group Policies…

5 Facebook Twitter Google + Pinterest
can't connect to the Internet from PowerShell over the authenticated proxy server
PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022

Using PowerShell Behind a Proxy Server

July 1, 2022

If your computer is on a corporate network behind a proxy server, by default you won’t be able to access external web resources from your PowerShell CLI. For example, you…

12 Facebook Twitter Google + Pinterest
PowerShell function to check Windows activation on computers in Active Directory domain
Active DirectoryPowerShellWindows 10Windows Server 2019

Checking Windows Activation Status on Active Directory Computers

June 27, 2022

In this article, we’ll show how to make sure your Windows copy is activated on the computer and check the Windows activation status from all computers in your Active Directory…

6 Facebook Twitter Google + Pinterest
add a new VLAN on Windows using Intel PROSet Adapter Configuration Utility
PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022

Configuring Multiple VLAN Interfaces on Windows

June 24, 2022

In this article, we’ll show how to configure a tagged VLAN interface on Windows 10/11 and Windows Server 2019 (2022/2016/2012R2). The VLAN (Virtual LAN) specification is described in the IEEE…

8 Facebook Twitter Google + Pinterest
gpo to disable usbstor driver on domain computers
Active DirectoryGroup PoliciesPowerShellWindows 10Windows 11Windows Server 2019

How to Disable or Enable USB Drives in Windows using Group Policy

June 24, 2022

When you connect a new USB device to your computer, Windows automatically detects the device and installs the appropriate driver. As a result, the user can use the connected USB…

1 Facebook Twitter Google + Pinterest
add user to admiinstrators group in windows manually with Local Users and Groups console (lusrmgr.msc)
Active DirectoryGroup PoliciesWindows 10Windows 11Windows Server 2019

Adding Domain Users to the Local Administrators Group in Windows

June 23, 2022

To grant local administrator permissions on domain computers to technical support personnel, the HelpDesk team, certain users, and other privileged accounts, you must add the necessary Active Directory users or…

5 Facebook Twitter Google + Pinterest
enable public key authetication in openssh on windows
Windows 10Windows 11Windows Server 2019Windows Server 2022

Configuring SSH Public Key Authentication on Windows

June 15, 2022

In this article, we will show how to configure SSH authentication in Windows using RSA or EdDSA keys.  Let’s see how to generate public and private key pair on Windows…

14 Facebook Twitter Google + Pinterest
  • 1
  • …
  • 13
  • 14
  • 15
  • 16
  • 17
  • …
  • 30
join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Recent Posts

  • Windows Stucks at ‘Getting Windows Ready, Don’t Turn Off Computer ‘

    September 15, 2025
  • Clean Up ETL Log Files in ProgramData

    September 9, 2025
  • Fix: Slow Startup of PowerShell Console and Scripts

    September 3, 2025
  • DPI Scaling and Font Size in RDP (RDS) Session

    August 27, 2025
  • Proxmox: Share a Host Directory with VMs via VirtioFS

    August 18, 2025
  • How to Find AD Users with Blank Passwords (Password-Not-Required)

    July 24, 2025
  • Run Elevated Commands with Sudo on Windows 11

    July 16, 2025
  • Find a Process Causing High Disk Usage on Windows

    July 15, 2025
  • Fix: Microsoft Defender Not Updating Automatically in Windows

    July 8, 2025
  • Create a Windows Server VM on Proxmox (Step-by-Step)

    July 7, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • Install and Manage Windows Updates with PowerShell (PSWindowsUpdate)
  • How to Download Offline Installer (APPX/MSIX) for Microsoft Store App
  • Fix: Remote Desktop Licensing Mode is not Configured
  • How to Delete Old User Profiles in Windows
  • Configuring Port Forwarding in Windows
  • How to Install Remote Server Administration Tools (RSAT) on Windows
  • Start Menu or Taskbar Search Not Working in Windows 10/11
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top