I’m currently working on lots of PowerShell stuff after an half of year at a customer.
And I want to share some nice stuff to you.
Some stuff will be nice to have and some stuff will not be.
But maybe It will be an opener for something better.
First out is a WMI, Print a test page to your Default Printer.
(Get-WmiObject -Class Win32_printer -Filter “Default = ‘True’”).PrintTestPage()
You need to run PowerShell as an Administrator to be able to do this…
It’s a simple oneliner.
Have a nice summer and have a great PowerShell time!
Pingback: Fredrik Wall
Pingback: Poweradmse