How To Print Test Pages on All Printers

Other than open every single installed printer to print test pages, here is a much better way that you can do it all at once. Get-CimInstance Win32_Printer | Invoke-CimMethod -MethodName PrintTestPage If you only want to certain printers, use the -Filter switch. Get-CimInstance Win32_Printer -Filter “Name LIKE ‘*name*’ | Invoke-CimMethod -MethodName PrintTestPage You can even use Get-Printer cmdlet to pick […]

SAM-SD

The backup storage was running low on the server. While I was doing some research on which NAS device would work for my needs out of the box, the concept of SAM-SD pops out as an alternative way of building a reliable storage system at enterprise level. Rather than a terminology or a product widely recognized in tech, it’s a […]

Password Manager

Speaking of using a system that automatically manages your endless passwords for endless places that need them, I’ve been keeping it as simple as I can, simply letting my default browser, which happens to be Google Chrome, take care of it. It’s been simple and straightforward. Credentials saved in Chrome on one computer automatically get synced to other computers and […]

Paper Airplane

I love paper airplanes but I only know a couple ways to make them, i.e. the basic dart. But, there are actually many ways to make them with different types. And if you are interested, check out Paper Airplane Designs, a database of paper airplanes with easy to follow folding instructions. It’s going to be fun going through every single […]