About Me

SharePoint Architect with over 17 years of IT Experience in various roles as SharePoint Architect, Administrator, Technical Architect, IT Analyst, Application Developer, CRM Consultant, BI Developer, Microsoft Solution Architect in Client/Server, Web and Enterprise CRM Applications in E-Commerce, Financial, Healthcare, Insurance, Telecom, Outsourcing and Technology Services.
MCITP (Pro): Microsoft Certified IT Professional: SharePoint 2010 Administrator.
MCTS: Microsoft Certified Technology Specialist, SharePoint 2010 Configuration.

Saturday, October 29, 2011

gacutil, assembly, Check dll


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:
$ref=[psobject].assembly.location



No comments:

Post a Comment