From e15a848cdac614ac09e3a6583766918fa67a134c Mon Sep 17 00:00:00 2001 From: goofoo Date: Wed, 20 May 2026 09:11:02 -0400 Subject: [PATCH] docs: confirm PDQ Connect compatibility for 11 scanners Battery Status, Cellular Adapter Info, Get Chocolatey Packages, Get-ScheduledTasksActions, IIS App Pools, Windows Defender Threats, SMB Connections, Mapped Drives, Mapped Printers, SQL Server Databases, and User AD Groups all work in PDQ Connect without modification. Closes #127 #133 #134 #136 #137 #139 #140 #141 #142 #128 #129 --- PowerShell Scanners/Battery Status/README.md | 2 +- PowerShell Scanners/Cellular Adapter Info/README.md | 2 +- PowerShell Scanners/Get Chocolatey Packages/README.md | 2 +- PowerShell Scanners/Get-ScheduledTasksActions/README.md | 2 +- PowerShell Scanners/IIS App Pools/README.md | 2 +- PowerShell Scanners/Mapped Drives/README.md | 2 +- PowerShell Scanners/Mapped Printers/README.md | 2 +- PowerShell Scanners/SMB Connections/README.md | 2 +- PowerShell Scanners/SQL Server Databases/README.md | 2 +- PowerShell Scanners/User AD Groups/README.md | 2 +- PowerShell Scanners/Windows Defender Threats/README.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/PowerShell Scanners/Battery Status/README.md b/PowerShell Scanners/Battery Status/README.md index 75b1448..e720bdb 100644 --- a/PowerShell Scanners/Battery Status/README.md +++ b/PowerShell Scanners/Battery Status/README.md @@ -11,7 +11,7 @@ Retrieves information about each battery's capacity and calculates health from t ## Compatibility * **PDQ Inventory**: Yes -* **PDQ Connect**: Maybe +* **PDQ Connect**: Yes ## Author diff --git a/PowerShell Scanners/Cellular Adapter Info/README.md b/PowerShell Scanners/Cellular Adapter Info/README.md index 83056c0..c0cbfe8 100644 --- a/PowerShell Scanners/Cellular Adapter Info/README.md +++ b/PowerShell Scanners/Cellular Adapter Info/README.md @@ -15,7 +15,7 @@ Must be run as administrator ## Compatibility * **PDQ Inventory**: Yes -* **PDQ Connect**: Maybe +* **PDQ Connect**: Yes ## Author diff --git a/PowerShell Scanners/Get Chocolatey Packages/README.md b/PowerShell Scanners/Get Chocolatey Packages/README.md index d467a4f..361179c 100644 --- a/PowerShell Scanners/Get Chocolatey Packages/README.md +++ b/PowerShell Scanners/Get Chocolatey Packages/README.md @@ -15,7 +15,7 @@ A version of choco to be installed on the workstation/server ## Compatibility * **PDQ Inventory**: Yes -* **PDQ Connect**: Maybe +* **PDQ Connect**: Yes, if Chocolatey is installed ## Parameters diff --git a/PowerShell Scanners/Get-ScheduledTasksActions/README.md b/PowerShell Scanners/Get-ScheduledTasksActions/README.md index 9749723..8318d10 100644 --- a/PowerShell Scanners/Get-ScheduledTasksActions/README.md +++ b/PowerShell Scanners/Get-ScheduledTasksActions/README.md @@ -12,7 +12,7 @@ Run `Get-Help Get-ScheduledTasksActions.ps1` for more information and examples. ## Compatibility * **PDQ Inventory**: Yes -* **PDQ Connect**: Yes, but Connect version probably needs ot output less +* **PDQ Connect**: Yes ## Parameters diff --git a/PowerShell Scanners/IIS App Pools/README.md b/PowerShell Scanners/IIS App Pools/README.md index 5a29fa6..f3e6de2 100644 --- a/PowerShell Scanners/IIS App Pools/README.md +++ b/PowerShell Scanners/IIS App Pools/README.md @@ -15,7 +15,7 @@ Runs `Get-IISAppPool` and returns app pool names and their status. ## Compatibility * **PDQ Inventory**: Yes -* **PDQ Connect**: probably on your IIS servers +* **PDQ Connect**: Yes, if IIS is installed ## Author diff --git a/PowerShell Scanners/Mapped Drives/README.md b/PowerShell Scanners/Mapped Drives/README.md index 5d90bb3..cca38c1 100644 --- a/PowerShell Scanners/Mapped Drives/README.md +++ b/PowerShell Scanners/Mapped Drives/README.md @@ -11,7 +11,7 @@ This scanner looks at the HKEY_USERS registry hive to find the mapped drives of ## Compatibility * **PDQ Inventory**: Yes -* **PDQ Connect**: I think it does, gotta test +* **PDQ Connect**: Yes ## Parameters diff --git a/PowerShell Scanners/Mapped Printers/README.md b/PowerShell Scanners/Mapped Printers/README.md index f1effec..be4f545 100644 --- a/PowerShell Scanners/Mapped Printers/README.md +++ b/PowerShell Scanners/Mapped Printers/README.md @@ -11,7 +11,7 @@ This scanner query wmi and looks for default printer and mapped printers ## Compatibility * **PDQ Inventory**: Yes -* **PDQ Connect**: maybe +* **PDQ Connect**: Yes ## Parameters diff --git a/PowerShell Scanners/SMB Connections/README.md b/PowerShell Scanners/SMB Connections/README.md index 2bb999d..d6f86c0 100644 --- a/PowerShell Scanners/SMB Connections/README.md +++ b/PowerShell Scanners/SMB Connections/README.md @@ -13,7 +13,7 @@ Compatible with Windows 8 or later. ## Compatibility * **PDQ Inventory**: Yes -* **PDQ Connect**: No, but maybe +* **PDQ Connect**: Yes ## Author diff --git a/PowerShell Scanners/SQL Server Databases/README.md b/PowerShell Scanners/SQL Server Databases/README.md index 6c5be5a..c43433d 100644 --- a/PowerShell Scanners/SQL Server Databases/README.md +++ b/PowerShell Scanners/SQL Server Databases/README.md @@ -17,7 +17,7 @@ Internally the script uses sqlcmd.exe. ## Compatibility * **PDQ Inventory**: Yes -* **PDQ Connect**: No, but test +* **PDQ Connect**: Yes, if SQL Server command-line tools are installed ## Parameters diff --git a/PowerShell Scanners/User AD Groups/README.md b/PowerShell Scanners/User AD Groups/README.md index 08aea1c..d4df3e4 100644 --- a/PowerShell Scanners/User AD Groups/README.md +++ b/PowerShell Scanners/User AD Groups/README.md @@ -21,7 +21,7 @@ Returns the following Group Information: ## Compatibility * **PDQ Inventory**: Yes -* **PDQ Connect**: No +* **PDQ Connect**: Yes, on domain-joined machines ## Author diff --git a/PowerShell Scanners/Windows Defender Threats/README.md b/PowerShell Scanners/Windows Defender Threats/README.md index 2c7457f..3269ba8 100644 --- a/PowerShell Scanners/Windows Defender Threats/README.md +++ b/PowerShell Scanners/Windows Defender Threats/README.md @@ -16,7 +16,7 @@ Gather active and past malware threats that Windows Defender detected in the sys ## Compatibility * **PDQ Inventory**: Yes -* **PDQ Connect**: Yes but test +* **PDQ Connect**: Yes ## Author