Automation

PowerShell Interactive Menu – fun with System.Console class

UI in Powershell In the previous post, I finished short series about custom protocol handlers. Today I will focus on a different topic. I’ll describe how to use one of the most basic .net classes: System.Console to create a console-based, PowerShell Interactive Menu. It’s a fun, old-school experience – but it still might be useful […]

PowerShell Interactive Menu – fun with System.Console class Read More »

Custom Protocol Handler and PowerShell (Part 1)

When trying to search for the “Custom Protocol Handler” phrase in Google, we will most probably find some articles on how to allow running a local application from a website. It’s quite interesting. Normally a website doesn’t have access to execute commands or applications on a local (client) computer. But there is an ability to

Custom Protocol Handler and PowerShell (Part 1) Read More »

Scroll to Top