Summary: Easily find the path to a Windows PowerShell module.
How can I easily find the location where a Windows PowerShell module is installed?
Use the Path property from the PSModuleInfo object that returns from the Get-Module cmdlet, for example:
(Get-Module Microsoft.PowerShell.Utility).path