This is a cool little device/geek toy that I had a chance to review. See my full review
Related Posts

Checking list of software from Command Line
Posted on 08 December 2021I needed to check software installs on multiple machines. One thing I found was to utilize WMI (Windows Management Instrumentation). The command is simple: wmic product where 'name like '%%Office%%'' get name Above searches the installed programs ...

How to use wildcards with rd command in Windows
Posted on 04 August 2021Deleting folders using wildcards When doing manual/batch cleanups, I ran into an issue. The rmdir / rd command alone doesn't support wildcard characters (that is, * and ?). However, I found a workaround that uses a ...

Stopping and Disabling All Exchange 2013 Services in one swoop via Powershell
Posted on 23 July 2021I love automation, quick scripts and these are fitting the bill. Considering Exchange 2013 has bazillion services, if you need to stop them quickly and/or disable them, the scripts come handy. Open PowerShell using Run as Administrator and then: ...
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Leave a Reply