Fixed, Dynamically Expanding, and Differencing Disks in Hyper-V
There are three types of virtual hard disks in Hyper-V. Those three types are: Fixed size Dynamically expanding Differencing I…
How to Get a List of Windows PowerShell Modules that can be Imported
Modules are collections of cmdlets that are stored in the path %WINDIR%\System32\WindowsPowerShell\. Get a List of Windows PowerShell Modules Now…
Error when Executing a PowerShell Script for the First Time
When you are executing a PowerShell script for the first time you may encounter the following error: .... cannot be loaded…
How to open new Web browser tab from command line in Linux
Launching a Web browser isn't a big deal - all you have to do is to click its icon. Alternatively,…
How to Extract Original Files from a Windows System Image
System image backups are used to restore an entire system. However, there is a workaround that you can use to…
How to Check if Processor Supports SLAT (Second Level Address Translation)
If you want to run Hyper-V on newer Windows operating systems (Like Windows 8 or Windows Server 2016), your processor…
VMWare: You Cannot Make a Clone of a Virtual Machine or Snapshot that is Powered on or Suspended
When you clone a virtual machine from any existing snapshot in VMware and you get the following error in VMWare, the…
How to Fix WinRm Firewall Exception Rule When Enabling PS Remoting
When you are enabling PowerShell remoting using the command Enable-PSRemoting, you may get the following error because your system is…
How to quickly access your Gmail Inbox from your Android phone’s home screen
Gmail is no doubt one of the most popular web-based email services available today. For people like me, who use…
How to Install DNS and Configure DNS Records on Windows Server 2016
There are two methods for configuring DNS on Windows Server 2016. One is using PowerShell and the other method is…