Using polymorphism in PowerShell Classes
Powershell version 5 has introduced classes. Polymorphism brings a great deal of flexibility. Learn here what it is, how to use it, and how to implement it.
Powershell version 5 has introduced classes. Polymorphism brings a great deal of flexibility. Learn here what it is, how to use it, and how to implement it.
Regex is cool! It is true! Regex allows you to [...]
Read the windowsUpdate.log file using PowerShell and regex and find out which updates have been installed, and which errors have occured.
Get the netsh advfirewall rules as objects on systems prior Windows Server 2012 / Windows 8 using this powershell function and regex parsing
Learn how to write pester test in 3 blog posts: Part 3 tackles the 'advanced' concepts of Pester we talk about 'code coverage', 'mocking' and much more!
Writing powershell scripts is one thing. Making sure they answer all your requirements, and that they survive bug fixing is the next step using pester.
Make sure you write high quality code by writing PowerShell Pester tests. Learn in 3 blog posts how to write your own Powershell Pester Tests.
Powershell is now available on mac os x and linux. Learn in this article the first steps to take to get you started with powershell mac os x.
In this blog post part of the powershell classes series, learn how to use powershell static methods & integrate them into your powershell classes & scripts.
In this blog post part of the powershell classes series, learn how to use a powershell enum & integrate it into your powershell classes & scripts.