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.
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.