mirror of
https://github.com/MLBZ521/MacAdmin.git
synced 2026-02-03 14:03:26 +00:00
Miscellaneous SQL Queries
Miscellaneous SQL Queries
This commit is contained in:
13
Jamf Pro/Reporting/Query_Miscellaneous.sql
Normal file
13
Jamf Pro/Reporting/Query_Miscellaneous.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
# Queries on Miscellaneous Configurations
|
||||
# Most of these should be working, but some may still be a work in progress.
|
||||
# These are formatted for readability, just fyi.
|
||||
|
||||
##################################################
|
||||
## Printers
|
||||
|
||||
# Unused Printers
|
||||
select distinct printers.printer_id, printers.display_name
|
||||
from printers
|
||||
where printers.printer_id not in ( select printer_id from policy_printers );
|
||||
|
||||
# Another Query to check configuration profiles would likely be useful
|
||||
Reference in New Issue
Block a user