Get the source code of the PowerShell cmdlets

Hello All,

Have you ever had the curiosity to know how the PowerShell cmdlets are implemented?

PowerShell is built on top of the .NET Framework extending the .NET Framework. That means that its commands (cmdlets) are compiled into managed DLLs (.NET Framework). As result, is pretty easy to make a reverse engineering to get the source-code.

If you would like more details, please visit the complete article at:

Get the source code of the PowerShell cmdlets