Summary: Identify the location of Windows PowerShell providers.
How can I find where the Windows PowerShell providers on my system come from?
Use the Get-PSProvider Windows PowerShell cmdlet, and select the Name and the ModuleName properties:
Get-PSProvider | select name, modulename