PowerTip: Easily See the Content of Your Function
Summary: Use the Get-Content cmdlet to read the content of your Windows PowerShell function. How can I see the content of a function that is on on my system, which I did not write? Use the Get-Content cmdlet and point it to the Function: PowerShell drive. The following example gets the content of the m...