SpiderZebra
Blogs, Articles, and Posts
Generate a DHCP Report Via PowerShell
(spiderzebra.com)
Today we are going to look at how to generate a DHCP scope statistics HTML report by using
By: SpiderZebra submitted:Jun 16 2022
Today we are going to look at how to generate a DHCP scope statistics HTML report by using
PowerShell. This report will give you one location to see all of your DHCP scope statistics across all of your Windows DHCP servers. It will dynamically pull the DHCP servers and associated DHCP scopes within your Active Directory domain. This report will help you keep an eye on the usage of all of your DHCP scopes so you can prevent scopes from filling up. With this PowerShell script there is no need to import a list of DHCP servers or hard code them in a variable. I recommend setting this up as a recurring scheduled task so that the report runs without the need for manual intervention.
By: SpiderZebra submitted:Jun 16 2022
Media Sync: Organize Your Photos and Videos with PowerShell
(spiderzebra.com)
Do you have photos and videos that you have taken over the years that are scattered all over the
By: SpiderZebra submitted:Jun 16 2022
Do you have photos and videos that you have taken over the years that are scattered all over the
place? Do you want to have all your photos and videos organized? Do you want all your photos and videos to have a standardized naming scheme? If you answered YES to these questions, then this is the post for you.
By: SpiderZebra submitted:Jun 16 2022
NetNeighbor Watch: The PowerShell Alternative To Arpwatch
(spiderzebra.com)
In this post, we are going to setup NetNeighbor Watch on a Raspberry Pi. NetNeighbor Watch can keep
By: SpiderZebra submitted:Jun 16 2022
In this post, we are going to setup NetNeighbor Watch on a Raspberry Pi. NetNeighbor Watch can keep
an eye on your network and send you an email when a new host is discovered. NetNeighbor Watch is done completely in PowerShell. The results are very similar to those of arpwatch. NetNeighbor Watch is for anyone that wants more visibility into the wireless or wired devices on their network. We will also setup a weekly email report with all of the known hosts on your network. In this post, I will walk you through the entire process of setting this up from scratch on a Raspberry Pi, lets get started!
By: SpiderZebra submitted:Jun 16 2022