Powershell Tip #11: Get the definition of a function

By | July 12, 2015

Tip: You can display the code (definition) of a function (or of a module for example):

(Get-Command psedit).Definition

psedit-function-definition


previous-buttonnext-button

Leave a Reply

Your email address will not be published.