Powershell-Tricks/ListPrinters.md
2023-03-02 15:59:26 -05:00

5 lines
57 B
Markdown

# List Printers CMD
```shell
wmic printer list brief
```