Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ A PowerShell module for PiHole v6 API.

## Installation

It is recommended to pull this down as a git and pull down updates from main as this is activly developed before it becomes released

To import this module, you can do ```Import-Module .\PiHoleShell.psm1``` in the directory of PiHoleShell

To remove the module, you can do ```Remove-Module PiHoleShell```
It is recommended to install this from https://www.powershellgallery.com/packages/PiHoleShell

## Contributions

Expand All @@ -28,13 +24,11 @@ Copy your password, then click Enable new app password.
<img src="docs\images\configure_app_password.png" alt="drawing" width="450"/>

```
PS CD D:\PiHoleShell
PS Install-Module -Name PiHoleShell

PS Import-Module .\PiHoleShell.psm1

PS D:\PiHoleShell> Get-PiHoleDnsBlockingStatus -PiHoleServer http://PIHOLESERVER.DOMAIN.COM -Password "APPPASSWORD"
PS Get-PiHoleDnsBlockingStatus -PiHoleServer http://PIHOLESERVER.DOMAIN.COM -Password "APPPASSWORD"

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