I forget where I deployed my Powershell cmdlet to

Just a quick post.

I was looking to update some source for a Powershell CmdLet and couldn’t remember where I had deployed the DLL to and hence wanted to find it’s location.

Get-Command -Name <yourcomdlet> | Format-List

i.e. might be Get-MyCmdLet