MVP Module - Backing up all your contributions
In this post I’ll describe how to quickly retrieve your contributions and back them up into a file (Json format)
In this post I’ll describe how to quickly retrieve your contributions and back them up into a file (Json format)
I recently developed an interest for cryptocurrencies. I created a PowerShell module to interact with CoinMarketCap, a website where you can explore coins in...
Septembre 2016 represente le premier anniversaire du French PowerShell User group. Pour cette occasion nour organisons un evenement le Samedi 16 Septembre 20...
If you have a function, a module’s function and a Cmdlet with the same exact name, which command will answer first ? This is the role of Command Precedence i...
As requested by some of the User Group members, here are some of the variables that store state information for PowerShell. These variables are created and m...
In this article we’ll see how to remove a property from a Powershell Object
The MVP PowerShell module allow you to interact with the Microsoft MVP portal to maintain and update a profile
Prochaine rencontre du French PowerShell User Group, le 11 Avril 2017 a 19h avec Pascal Sauliere (Microsoft France)
Tool to manage your Terminal Session using a PowerShell user interface (Windows Form)
Passing multiple arguments to a scriptblock is sometimes a bit complexe, but not with this approach…