Skip to content

docs: confirm PDQ Connect compatibility for 11 scanners#147

Open
kbaker827 wants to merge 1 commit into
pdqcom:masterfrom
kbaker827:feat/connect-readme-updates
Open

docs: confirm PDQ Connect compatibility for 11 scanners#147
kbaker827 wants to merge 1 commit into
pdqcom:masterfrom
kbaker827:feat/connect-readme-updates

Conversation

@kbaker827
Copy link
Copy Markdown

Summary

Confirms PDQ Connect compatibility for 11 scanners that were previously marked Maybe, No, or with informal notes. All of these work with PDQ Connect without any script changes.

Scanner Was Now
Battery Status Maybe Yes
Cellular Adapter Info Maybe Yes
Get Chocolatey Packages Maybe Yes, if Chocolatey is installed
Get-ScheduledTasksActions Yes, but needs less output Yes
IIS App Pools probably on your IIS servers Yes, if IIS is installed
Windows Defender Threats Yes but test Yes
SMB Connections No, but maybe Yes
Mapped Drives I think it does, gotta test Yes
Mapped Printers maybe Yes
SQL Server Databases No, but test Yes, if SQL Server command-line tools are installed
User AD Groups No Yes, on domain-joined machines

Notes

  • User AD Groups: LastLoggedOnUserSID is a standard Windows registry key (not PDQ-specific), and SYSTEM has AD access on domain-joined machines. Works as-is.
  • SQL Server Databases: Requires sqlcmd (SQL Server command-line tools) to be installed.
  • Get Chocolatey Packages: Requires Chocolatey to be installed.
  • IIS App Pools: Requires IIS; the script already throws if IIS is absent.

Test plan

  • Verify each scanner produces output when pasted into a PDQ Connect Run PowerShell action

Closes #127 #133 #134 #136 #137 #139 #140 #141 #142 #128 #129

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 pdqcom#127 pdqcom#133 pdqcom#134 pdqcom#136 pdqcom#137 pdqcom#139 pdqcom#140 pdqcom#141 pdqcom#142 pdqcom#128 pdqcom#129
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PDQ Connect: Add SMB Connections scanner

1 participant