Forum Discussion
trsisko unknown
Nov 09, 2023Copper Contributor
how to tell how many printers are installed on the vm servers ?
hi there we have 15 servers hosting our printers all though azure UP obviously, just curious to know if there's a way we can run a script to see how many printers are installed on each server, i just...
Saurabh_Bansal
Microsoft
Nov 21, 2023trsisko unknown If printers are registered with Universal Print, you can also use the Microsoft Graph PowerShell module to create a script.
Some APIs that may help:
- List printConnectors - Microsoft Graph v1.0 | Microsoft Learn
- List printers - Microsoft Graph v1.0 | Microsoft Learn
For printer, if it's registered via a Connector, then you can get its connector information from the printer object.