PowerShell function Get-QUser will parse results of “query user” into an array

This PowerShell function will help Windows administrators use the output of “query user” or “quser” as a PowerShell array. query user: raw output “query user” or “quser” output in Windows looks like this: 1 2 3 USERNAME SESSIONNAME ID STATE IDLE TIME LOGON TIME username1 1 Disc 19:12 9/22/2023 8:38 AM username2 console 2 Active …

Use PowerShell’s Invoke-WebRequest to report if a website is up or down

If Internet Control Message Protocol (ICMP) — a protocol used to communicate problems with data transmission — is disabled, PowerShell’s Invoke-WebRequest can be a helpful alternative to use to monitor of a website is up or down. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 …

Booe North Carolina genealogy books

My grandmother Sarah Alexander Pearce enjoyed genealogy. She most enjoyed researching the Booe surname (mostly from North Carolina), and created four books on the Booe surname. They feature her ancestors: Naomi Booe (b: 1 Dec 1889, m: 25 Jun 1917, d: 14 Sep 1965) James Cheshire Booe (b: 9 Sep 1859, m: 2 Mar 1887, …

Keyboard Shortcuts for InPrivate, Incognito, and Private browsers on Windows

Most browsers have a mode you may use that will not remember your history or cookies when closed. For a Windows machine, these are their keyboard shortcuts. Ctrl + Shift + N for a Microsoft Edge InPrivate browser Ctrl + Shift + N for a Google Chrome Incognito browser Ctrl + Shift + P for …