Tag Archives: Printer

Get-Printer

I think Out-Printer is a very handy cmdlet, and one that doesn’t get used much. Pipe any cmdlet to it and the output will be printed to your default printer. You use it the same way you would Out-File except … Continue reading

Posted in PowerShell, Registry, Scripting | Tagged , , , | 10 Comments

Printing from PowerShell

PowerShell has a slick feature that allows you to send the output from a cmdlet or expression directly to a printer. Pipe the output to the Out-Printer cmdlet and it will print out on the default printer: get-process | out-printer … Continue reading

Posted in PowerShell, Scripting | Tagged , , | 1 Comment