PoshPiHole

0.2.0

PowerShell module for interacting with the Pi-hole v6 API

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PoshPiHole -RequiredVersion 0.2.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PoshPiHole -Version 0.2.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2025 Patrick Morris

Package Details

Author(s)

  • Patrick Morris

Tags

Windows PiHole PowerShell Pi-Hole API

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

### PoshPiHole 0.1.0
* Initial Release of PoshPiHole
 * PowerShell module for interacting with the Pi-hole v6 API!
  * Get-PiHoleBlocking       get /auth/sessions
  * Enable-PiHoleBlocking    post /auth/sessions
  * Disable-PiHoleBlocking   post /auth/sessions
  * Get-PiHoleHistory        get /history
  * Get-PiHoleSummary        get /stats/database/summary
---
### PoshPiHole 0.2.0
* Initial Release of PoshPiHole
 * Get-PiHoleDomain          get /domains
 * Get-PiHoleStats           get /stats/summary

FileList

Version History

Version Downloads Last updated
0.5.0 5 5/28/2025
0.4.0 8 5/23/2025
0.3.0 10 5/11/2025
0.2.2 6 5/10/2025
0.2.1 6 5/9/2025
0.2.0 (current version) 5 5/9/2025
0.1.0 6 5/8/2025
Show less