As you develop more and more scripts/start doing more things with code, you can maintain this menu as a handy directory of different functions uniquely useful to you.
Check my github repo of this project for more examples.
Tag: PowerShell
Building a basic CLI in PowerShell
You can build apps in PowerShell that have their own GUI- with clickable buttons, calendar views and dropdown menus etc… But I’m going to keep it simple with an example of how to build your own CLI-type app. I’ll also cover the absolute fundamentals of programming, so you don’t require any experience- just a little common sense.
So you’re curious. I getcha. There’s probably a million “Getting started with PowerShell” tutorials out there on the internet; and now there’s a million and one. I’m hopeful the ideas in here will help even the non-tech-minded person come around to understanding what PowerShell is and how it is used. I’ve written an even more […]
A Casual Introduction to PowerShell
When I talk about what I do at my job, people will generally have heard of ‘Javascript’ or ‘Python’, but ‘PowerShell’ seems to be a bit more obscure. When asked, “What’s ‘PowerShell’?” I will generally respond, “Oh, it’s kind of like… an ‘in-built’ programming language for Windows.” And that usually ends the conversation; because the […]