Jos Koelewijn
Blogs, Articles, and Posts
Ten ways of contributing to PowerShell on GitHub
(joskw.gitbook.io)
I found the documentation on how to contribute to PowerShell/PowerShell a bit daunting. The more
By: Jos Koelewijn submitted:Jun 15 2022
I found the documentation on how to contribute to PowerShell/PowerShell a bit daunting. The more
links I followed, the more detailed and complex everything got. At that point I felt I was not ready to contribute. But eventually, I did. And I realized there may be more people willing to contribute to PowerShell, but don't know where to start, and there does not seem to be a guide of how to do so in an easy way. Also, there are ways to contribute apart from writing C# code.
By: Jos Koelewijn submitted:Jun 15 2022
Using the PowerShell formatting system to your advantage
(joskw.gitbook.io)
Format data is completely centered around how a certain Type should be displayed. Type data is all
By: Jos Koelewijn submitted:Jun 16 2022
Format data is completely centered around how a certain Type should be displayed. Type data is all
about defining extra properties and methods, but also accomodates a DefaultDisplayProperty and DefaultDisplayPropertySet property that can be set.
By: Jos Koelewijn submitted:Jun 16 2022