Over the last week and a few days of February 2022, I have been ensuring that content I wrote on another site, that was lost, has been republished here on tommymaynard.com. I am now, half of the way done! In arriving at this midpoint, I wanted to include a table of contents for these old posts with a corresponding link and explanation about each post.
Top of the Next Hour – February 7, 2022
Determine the “top” of the next hour and create a ScriptMethod for this purpose.
CIDR Notation Host Count – February 8, 2022
Determine the number of available hosts in a CIDR IP address range.
Return Only the Fixed Disks – February 9, 2022
Filter out optical drives and network mapped drives regardless of the count of either.
Clear Host Deconstructed – February 10, 2022
Learn how the Clear-Host
function does what it does.
Looking Busy with PowerShell – February 11, 2022
Make PowerShell appear that you are busy.
Really, Remove the Module – February 12, 2022
Make a self-deleting PowerShell module.
Linux Prompt X – February 13, 2022
Create a Unix/Linux prompt on Windows.
Build-in Measure-Command – February 14, 2022
Make built-in commands measure their own execution time.
Get-History Modified – February 15, 2022
Get Get-History
to return the time a command took to run.
Switch-Prompt – February 16, 2022
Create a Unix/Linux prompt on Windows, but better.