Skip to content

Get-LoadedAssembly

SYNOPSIS

Get all assemblies loaded in PowerShell.

SYNTAX

Get-LoadedAssembly [<CommonParameters>]

DESCRIPTION

Get all assemblies loaded in PowerShell.

EXAMPLES

EXAMPLE 1

Get-LoadedAssembly

Returns a list of all loaded assemblies.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

To Do: Add -Name parameter to get a specific one.