In the latest Windows 10 builds, you can automatically add static routes when establishing a VPN connection. When the VPN connection is terminated, the route is automatically removed from the Windows routing table. To add an IPv4 or IPv6 route for a VPN connection, the Add-VpnConnectionRoute PowerShell cmdlet is used.
In this article, we’ll look at how to install the AzureAD PowerShell module, connect to your Azure Active Directory tenant and get some information from Azure. Microsoft currently allows you…
- ExchangeMicrosoft 365Office 365OutlookPowerShell
Export Exchange or Office 365 Global Address List (GAL) to CSV
December 6, 2021Let’s consider some ways of exporting the Exchange Global Address List (GAL) or Offline Address Book to a text CSV file. GAL contains all email addresses of your on-prem Exchange…
- Windows 10Windows Server 2016Windows Server 2019
High Non-Paged Pool Memory Usage (Leak) in Windows
August 30, 2021Windows computers and servers may experience troubles with memory overflow caused by a leak of a certain system driver that stores its data in the system’s non-paged memory pool. Non-paged…
I have noticed an annoying feature in the VMWare Workstation hypervisor. If you don’t use a virtual machine for some time, it is automatically suspended by the built-in Auto-Suspend feature.…
- Active DirectoryPowerShellWindows Server 2016Windows Server 2019
Windows Server Core: Installing Active Directory Domain Controller
September 7, 2023Windows Server Core is a good platform to host the Active Directory domain controller role due to fewer resource requirements, increased stability and security (due to less code and updates).…
There is a 20 MB limit on the maximum attachment size in the Outlook email client (including the latest versions of Outlook for Office 365 and Office 2019/2016). It doesn’t…
- Windows 10Windows Server 2012 R2Windows Server 2016
Fix: Windows Stuck at “Preparing to Configure Windows”
August 23, 2021It is not the first time when I have encountered the following issue on Windows Server 2016 (2012 R2 or 2008 R2): after the installation of updates or some roles/features,…
- Hyper-VPowerShellVirtualizationWindows Server 2016
Hyper-V: Configuring Automatic Startup and Boot Order of VMs
March 15, 2022In Hyper-V, you can configure automatic startup and shutdown options for your virtual machines when you boot or restart your host OS. In this article, we’ll show how to configure…
- PowerShellWindows Server 2016Windows Server 2019
How to Manually Import (Add) Update into WSUS from Microsoft Update Catalog?
May 10, 2023Not all fixes, patches, and updates for Microsoft products are available for installation in the Windows Server Update Services (WSUS) console. For example, you might have disabled update synchronization for…