An open API service indexing awesome lists of open source software.

https://github.com/mikemadeja/piholeshell

A PowerShell module for PiHole
https://github.com/mikemadeja/piholeshell

pihole pihole-adblocker-list pihole-ads-list pihole-api pihole-blocklists piholeblocklist powershell powershell-module

Last synced: 3 months ago
JSON representation

A PowerShell module for PiHole

Awesome Lists containing this project

README

          

# PiHoleShell
A PowerShell module for PiHole v6 API.

## Installation

It is recommended to install this from https://www.powershellgallery.com/packages/PiHoleShell

## Contributions

I am in the beginning stages of developing this. I am open to suggestions or contributors and am learning as I go. I hope this will bring some value to people :-).

## How to use

Generate an app password by logging into your PiHole server.

Click Web Interface / Api

Click Configure app password

drawing

Copy your password, then click Enable new app password.

drawing

```
PS Install-Module -Name PiHoleShell

PS Get-PiHoleDnsBlockingStatus -PiHoleServer http://PIHOLESERVER.DOMAIN.COM -Password "APPPASSWORD"

Blocking Timer
-------- -----
enabled 0
```