File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,7 @@ A PowerShell module for PiHole v6 API.
33
44## Installation
55
6- 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
7-
8- To import this module, you can do ``` Import-Module .\PiHoleShell.psm1 ``` in the directory of PiHoleShell
9-
10- To remove the module, you can do ``` Remove-Module PiHoleShell ```
6+ It is recommended to install this from https://www.powershellgallery.com/packages/PiHoleShell
117
128## Contributions
139
@@ -28,13 +24,11 @@ Copy your password, then click Enable new app password.
2824<img src =" docs\images\configure_app_password.png " alt =" drawing " width =" 450 " />
2925
3026```
31- PS CD D:\ PiHoleShell
27+ PS Install-Module -Name PiHoleShell
3228
33- PS Import-Module .\PiHoleShell.psm1
34-
35- PS D:\PiHoleShell> Get-PiHoleDnsBlockingStatus -PiHoleServer http://PIHOLESERVER.DOMAIN.COM -Password "APPPASSWORD"
29+ PS Get-PiHoleDnsBlockingStatus -PiHoleServer http://PIHOLESERVER.DOMAIN.COM -Password "APPPASSWORD"
3630
3731Blocking Timer
3832-------- -----
3933enabled 0
40- ```
34+ ```
You can’t perform that action at this time.
0 commit comments