Windows Server 2012 R2
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.…
How to Get all Active Directory Users Created in the Last 24 Hours using PowerShell
You may require in some cases to check an active directory for newly created users so you can send them…
How to Configure DHCP on Windows Server 2016
DHCP is used to dynamically assign IP addresses to client machines. This tutorial is written to help you to install…