Is there a way to use PowerShell to view the contents of the GAC?
|
|
|
|
|
|
|
Another option is that the PowerShell Community Extensions installs a GAC provider, so you can do this:
If you are on PowerShell V2, be sure to grab the 1.2 Beta. |
||
|
|
|
To list entries in the GAC;
In powershell you could parse the text output of the above. I don't know of a managed interface to inspect the GAC. |
||
|
|
|
|
You can do it just from a command prompt:
The GAC has a specific directory structure, and you should not go moving or deleting things in there using the command prompt - rather use windows explorer (gui) or gacutil (cli) |
||
|
|
