How to Configure Windows Server Backup on Windows Server 2016
Windows Server Backup is a feature (not a role) in Windows Server 2016. You need to install it before you can…
How to trigger system shutdown in Ubuntu from Unity launcher
While shutting down (or other similar operations like restarting and logging-out) aren't difficult to launch in Ubuntu (you can find…
How to Delete Multiple DHCP Scopes Using PowerShell
You can remove multiple scopes from your DHCP server by using this simple script which uses the Remove-DhcpServerv4Scope PowerShell cmdlet. The…
How to enable/disable ‘Recent’ option in nautilus sidebar in Ubuntu 16.04
Sometimes, it helps save precious time if you can quickly access recently-opened files. In Ubuntu, the file explorer that ships…
How to Add an IPv4 Scope in DHCP Server 2016
A scope is a range of IP addresses that DHCP leases out to clients when they make a DHCP request. You…
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…
How to Configure DHCP Failover in Windows Server 2016
DHCP failover is used to load balance client requests among two DHCP servers and provides fault tolerance. If one of the DHCP servers…
How to set audio notification for a specific contact in Gmail for Android
Like me, I am sure most of you'd be receiving a lot of email on daily basis. Some are important,…
How to Get Operating System Details with PowerShell on Windows
This article shows you how to get the details of your operating system with PowerShell. These commands will work on…
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…