Assembly Location:
get-pssnapin | select assemblyName | export-csv test.csv
check the GAC using something like gacutil /l "System.Management.Automation"
Finding an assembly:
Here's a trick to find it from within PowerShell:
Finding an assembly:
Here's a trick to find it from within PowerShell:
$ref=[psobject].assembly.location
No comments:
Post a Comment