Windows Server 2012 R2
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 Setup Windows Deployment Services with Separate DHCP Server on Windows Server 2012 R2
In this post, I'll show you how to setup WDS when there is a separate DHCP server running on the…
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.…