Windows Server 2016
How to Share Files between Windows and Linux
We have covered in one of our articles already how to share a folder and access it from another Windows…
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 Create a Hyper-V Virtual Machine using PowerShell
You can create a new VM by using one of the following two methods: Using Windows GUI. Using PowerShell commands.…
How to Run VBScript on Windows
To run VBScript file, follow these steps. I have tested on my Windows Server 2016 but it should run on…
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…
How to Create a Function in PowerShell
If you have worked with other programming languages, you have may used functions for code reusability. You can also create functions in PowerShell.…
Four Ways to Create a Directory with PowerShell
This tutorial shows you for different methods to create a directory with the help of PowerShell. First, open the PowerShell…