Powershell Tip #11: Get the definition of a function By powershellgu | July 12, 2015 0 Comment Tip: You can display the code (definition) of a function (or of a module for example): (Get-Command psedit).Definition