PowerShell

Cannot login to Microsoft Whiteboard? Read how to fix error CAA20002

I’ve encountered an issue where Microsoft Whiteboard showed me the error code CAA20002. I did the usual troubleshooting, I tried to repair, reset, and to re-install the app but it didn’t help, every time I got the same error when I tried to log in. I tried to open the Whiteboard app on a different

Cannot login to Microsoft Whiteboard? Read how to fix error CAA20002 Read More »

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