Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1000 Bytes

Get-GacAssemblyInstallReference.md

File metadata and controls

31 lines (26 loc) · 1000 Bytes

Get-GacAssemblyInstallReference

Gets the InstallRefernence of assemblies in the GAC. InstallRefernence shows if an assembly is referenced by an installer.

SYNTAX

Get-GacAssemblyInstallReference [-AssemblyName] <AssemblyName[]> [<CommonParameters>]

PARAMETERS

-AssemblyName <AssemblyName[]>

Specifies the assembly name. Must be fully qualified. See Test-AssemblyNameFullyQualified.

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable.

EXAMPLES

C:\PS>Get-GacAssembly -Name System | Get-GacAssemblyInstallReference

Type Identifier Description
---- ---------- -----------
Opaque {71F8EFBF-09AF-418D-91F1-52707CDFA274} .NET Framework Redist Setup
Opaque {71F8EFBF-09AF-418D-91F1-52707CDFA274} .NET Framework Redist Setup

This example returns the InstallReferences from the System assemblies in the GAC.