If you’re looking to export your DHCP leases on your Windows Server into a readable format, then the following article will help. http://theadminguy.com/2009/10/14/export-dhcp-leases-to-html-using-powershell/ You can also simply run the following command and copy and paste it into excel and it should match the columns correctly.
— Previous article
How to Access CrashPlan on Command Line Only Linux Server (Headless Client)
Next article —
Export DHCP Leases to HTML or CSV in Windows Server 2003/2008
You May Also Like
How to flash Ubiquiti Bullet M2 with OpenWRT
- byJordan
- January 24, 2011
This article will guide you through the steps of flashing your newly purchased Ubiquiti Bullet M2 with OpenWRT.…
Searching WordPress MySQL Dump Files
- byJordan
- May 30, 2019
From time to time, you’ll need to look at data within MySQL dump files, specifically I do it…
macOS Setup iTerm2 + Homebrew + ZSH
- byJordan
- May 19, 2021
This guide is my setup on my macOS laptop with iTerm + Homebrew + ZSH. Step 1 –…
WP-CLI Cheat Sheet
- byJordan
- August 12, 2019
WooCommerce wp wc update – Updated WooCommerce database from command line. LiteSpeed wp lscache-purge all – Purge all…
Apache Error Log mod_fcgid: can’t apply process slot for /usr/local/cpanel/cgi-sys/php5 (cPanel/CloudLinux)
- byJordan
- April 4, 2013
I was getting the following error message in apaches error log on a cPanel machine with CloudLinux mod_fcgid:…
Creating Users and Databases in MySQL 8 and Percona 8
- byJordan
- May 30, 2019
If you’ve started using MySQL 8, you’ll notice your usually commands for creating a user no longer function.…