Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Latest posts

Doctor Scripto
Doctor Scripto
Jul 24, 2019

Reporting on Digitally Signed Files with PowerShell

Summary: Using the Get-AuthenticodeSignature cmdlet to show if a file is Digitally Signed Q: Hey, Doctor Scripto! I was curious, since many new files are ...

1
0
Doctor Scripto
Doctor Scripto
Jul 17, 2019

Clean up Domain Controller DNS Records with Powershell

Summary: Using Windows PowerShell to remove Stale / Dead Domain Controller records. Q: Hey, Doctor Scripto! How can I quickly clean up all my dead Domain ...

1
3
Kory Thacher
Kory Thacher
Nov 13, 2018

PowerShell PowerTip: Customizing your prompt

I've been taking a break from the blog for a while due to some personal reasons, but I had a few people ask me about my PowerShell prompt recently...

0
1
Doctor Scripto
Doctor Scripto
Sep 15, 2018

PowerTip: Use PowerShell to pick a random name from a list

Using the Get-Random Cmdlet to select a random list of names instead of numbers

2
0
Doctor Scripto
Doctor Scripto
Sep 15, 2018

Using PowerShell to create a folder of Demo data

Creating sample files with random sizes and dates for use in a Lab

2
2
Kory Thacher
Kory Thacher
Aug 21, 2018

PowerShell PowerTip: searching and installing modules on the command line

PowerShell 5+ ships with the module PowerShellGet, which lets us search and install modules from cmdlets. The default nuget repository is the PowerShell Gallery...

0
1
Kory Thacher
Kory Thacher
Aug 14, 2018

Regular Expressions (REGEX): Grouping & [RegEx]

Welcome back to the RegEx crash course. Last time we talked about the basic symbols we plan to use as our foundation. This week, we will be learning a new way ...

1
2
Kory Thacher
Kory Thacher
Aug 7, 2018

PowerShell PowerTip: History of commands with PSReadline

One of the really cool things PSReadline provides (module shipping on v5+) isn't as immediately obvious as the syntax highlighting. It offers a persistent ...

0
0
Kory Thacher
Kory Thacher
Jul 31, 2018

Regular Expressions (REGEX): Basic symbols

Welcome back to the RegEx guide. Last post we talked a little bit about the basics of RegEx and its uses. I mentioned the most important thing is to understand ...

0
2

Feedback