Intro How many times are you using IF-ELSE statements with more than 4 ELSEIF conditions? I want to show you comparison SWITCH vs IF statements in Powershell. Why should you consider to use the SWITCH statement? Check this out. Firstly, let’s check, what is Powershell SWITCH Statement. What is Powershell Switch statements Sometimes you have …
I don’t know what category assign to this article. In my opinion, the knowledge I wrote about is something between basics and medium level. I’m sure that sometimes you need to compare more than two variables. Powershell as any programming language will help you with this. It’s time to explain Powershell logical operators. Before you …
I understand that Powershell beginners have problems with writing Powershell modules. I had the same a few years ago. Now it’s time to tell everyone that it’s not mission impossible. First of all, you should learn about Powershell module types. When I read my Powershell scripts which I wrote nine years ago, who wrote this. …
Hi, It’s a pleasure to have you here. For 10 month I wrote this blog. You can find here 49 articles about Powershell. Almost all Mondays I was publishing a new post about Powershell. I was thinking about what can I give you in my 50th article, so I decided that it will be an …
Our friends and coworkers complete hundreds of tasks every day. Everyone is using a few main application to work. Often, it’s repeatable tasks. Creating worksheets, reports, data analysis, fill timesheets, make presentations and many others. I believe that these tasks limit real creative work. It’s time to change it. One of the command in Powershell …
3 reasons why you should use Powershell modules The modules are one of the keys to productive usage of Powershell. In this article, I would like to list X reasons why you should write and use your own modules. If you don’t know what is the Powershell module or you don’t need to write your …
Sometimes it’s better to prepare user interface for Powershell scripts. In the post ‘3 scenarios when you should add GUI to Powershell script‘ I wrote when you should think about this. In this post, I want to show you more technical knowledge about basics GUI elements in Powershell. If you have never programmed, you can …
Poshland Blog is not only for Windows Users? Powershell Core on MacOS. I’m so excited to publish a new post for You. Since few months I was planning to install and try Powershell Core on MacOS. If you follow my profile on the instagram, you know that I did this a few days ago. Maybe …
Hi, Damian Garbus here and this is the next post about the basics of PowerShell. It’s time to write about PowerShell Logical Operators. It’s an important topic when you start using PowerShell conditions. If you check out the Powershell basics for everyone, you should also know comparison operators. What are PowerShell Logical Operators? When you …
Hi, Damian Garbus here and this is next Poshland blog post. Did you read my post about Powershell comparison operators? I have used there an example with Powershell wildcard symbol. In this post, I want to explain what are wildcard and how you can use it What is it the Powershell wildcard? The wildcard lets …