Windows Credential Manager allows saving credentials (usernames and passwords) to access network resources, websites, and apps. With Windows Credential Manager, you can connect to remote resources automatically without entering your…
PowerShell
- PowerShellWindows 10Windows Server 2019
Kill a Windows Service That Stucks on Stopping or Starting
August 5, 2021How to manually kill a Windows service process that is stack at “Stopping” or “Starting” state? Most Windows administrators have faced a problem when they try to start/stop/restart a service,…
- PowerShellWindows 10
How to Repair and Reinstall Microsoft Store on Windows 10 After Removal?
August 4, 2021When uninstalling built-in modern apps, many Windows 10 users accidentally uninstall Microsoft Store as well. Most often it occurs when thoughtlessly running third-party tools or PowerShell scripts like Get-AppXProvisionedPackage -online…
- PowerShellWindows 10Windows Server 2019
Changing Time Zone Settings in Windows via CMD, PowerShell, and GPO
August 4, 2021Time zone, along with time and date, is one of the critical parameters of a computer. For Windows and applications to work correctly, the time zone must be set in…
- 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.…
- AzureExchangeMicrosoft 365Office 365OutlookPowerShell
Regional Mailbox Settings (Language, TimeZone) in Outlook, Exchange, and Microsoft 365
April 27, 2022You can use different regional settings for user mailboxes in on-prem Exchange and Exchange Online (Microsoft 365). The mailbox regional settings define the time and date format, time zone, language…
- PowerShellWindows Server 2016Windows Server 2019
How To Install and Configure DHCP Server on Windows Server 2019/2016?
April 3, 2023RIn this guide, we’ll walk you through how to install and configure a DHCP server based on Windows Server 2019. We’ll cover both the usual way to configure DHCP server…
- PowerShellWindows Server 2016Windows Server 2019
Basic Commands to Configure and Manage Windows Server Core
June 7, 2023In 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
January 19, 2022Many 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,…