CCCaroline Chiariinblog.carolinechiari.com·Aug 26, 2022 · 4 min readA better PowerShell Console MenuI was looking to add a console-based menu to give the users of my scripts choices. I have worked with PowerShell for years, and most of the time, I needed to give users a choice; I either added it as an argument when running the script or used the cl...00
CCCaroline Chiariinblog.carolinechiari.com·Feb 19, 2022 · 2 min readWhat's in my PowerShell profile again?I know I'm not the only one who encountered this issue before: You write some helper functions in your PowerShell profile, but can't remember what there are. So you have to go back in your profile to see what's in there. I've been trying to find a so...00