Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion PowerShell Scanners/Battery Status/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion PowerShell Scanners/Cellular Adapter Info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Must be run as administrator
## Compatibility

* **PDQ Inventory**: Yes
* **PDQ Connect**: Maybe
* **PDQ Connect**: Yes

## Author

Expand Down
2 changes: 1 addition & 1 deletion PowerShell Scanners/Get Chocolatey Packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion PowerShell Scanners/Get-ScheduledTasksActions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion PowerShell Scanners/IIS App Pools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion PowerShell Scanners/Mapped Drives/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion PowerShell Scanners/Mapped Printers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion PowerShell Scanners/SMB Connections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Compatible with Windows 8 or later.
## Compatibility

* **PDQ Inventory**: Yes
* **PDQ Connect**: No, but maybe
* **PDQ Connect**: Yes

## Author

Expand Down
2 changes: 1 addition & 1 deletion PowerShell Scanners/SQL Server Databases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion PowerShell Scanners/User AD Groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Returns the following Group Information:
## Compatibility

* **PDQ Inventory**: Yes
* **PDQ Connect**: No
* **PDQ Connect**: Yes, on domain-joined machines

## Author

Expand Down
2 changes: 1 addition & 1 deletion PowerShell Scanners/Windows Defender Threats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down