You can use PowerShell to calculate the exact size of a specific folder in Windows (recursively, including all subfolders). This way you can quickly find out the size of the…
Using PowerShell for System Administration and Automation Tasks
- PowerShellWindows 10Windows 11Windows Server 2019
Using Credential Manager on Windows: Ultimate Guide
March 15, 2024Windows Credential Manager allows you to securely store credentials (usernames and passwords) used to access network resources, websites, and apps. You can use the credentials stored in Credential Manager to…
- PowerShellWindows 10Windows Server 2019
Kill a Windows Service That Stucks on Stopping or Starting
March 16, 2024How to manually kill a Windows service process that is stacked at “Stopping” or “Starting” state? Most Windows administrators have faced a problem when they try to start/stop/restart a service,…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Change Time Zone on Windows Server
March 11, 2024For your Windows device to display the correct time, the time zone set on the device must match the geographical location of your computer. This article explains how to set…
- Hyper-VPowerShellVirtualizationWindows 10Windows Server 2016
Hyper-V: Enabling Routing Between Internal Networks (Subnets)
August 2, 2021My task is to create multiple internal IP subnets and configure routing between them on my standalone Hyper-V stand. By default, Hyper-V doesn’t route traffic between networks on virtual switches.…
- PowerShellWindows 10Windows 11
How to Download Offline Installer (APPX/MSIX) for Microsoft Store App
March 12, 2024Universal Windows Platform (UWP) applications from the Microsoft Store require you to install them online. However, when you actually install a UWP application, the Microsoft Store client downloads and installs…
- PowerShellWindows Server 2016Windows Server 2019
Basic Commands to Configure and Manage Windows Server Core
March 16, 2024In this article, I tried to describe basic cmd and PowerShell commands used to configure and manage Windows Server Core. I think this guide will be useful both for beginners…
- PowerShellWindows 10Windows Server 2016
Checking Active TCP/IP Connections on Windows with PowerShell
March 17, 2024Many administrators usually use the netstat console tool or graphic TCPView to display information about active TCP/IP connections and open TCP ports in Windows. Instead of netstat, you can use…
- Hyper-VPowerShellVirtualizationWindows Server 2019
Import, Export and Clone Virtual Machines in Hyper-V
January 19, 2022Unlike VMWare, Hyper-V has not got a built-in feature to clone virtual machines (cloning is available only in Virtual Machine Manager). To create a full copy of an existing VM,…
- PowerShellWindows Server 2016Windows Server 2019
Using Windows Defender Antivirus on Windows Server
March 15, 2024Windows Defender Antivirus is Microsoft’s free built-in antivirus that comes installed by default on Windows Server 2016 and 2019 (since Windows 10 2004 the name Microsoft Defender is used). In…