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
In this guide, I will show you how to get details of your operating system using PowerShell on Windows platforms.…
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 get uncompressed size of a .tar.gz file without actually extracting it
Archives come in really handy when you want to share large amount of data over the Internet or through removable…
Partitions in Active Directory
The active directory database is stored in a single NTDS.dit file which is logically separated into the following partitions: Schema…