PowerTip: Find Out From Whence a Command Comes
Summary: Find out information about where a Windows PowerShell command comes from by looking at the module information. I need to find out who authored a cmdlet. How do I go about finding out this information? The first thing you need to do is to find the module that supplies the cmdlet. You can use the Get-Command cmdlet...