Skip to content

Show-LoadedAssembly

SYNOPSIS

Show all assemblies loaded in PowerShell.

SYNTAX

Show-LoadedAssembly [-GridView] [<CommonParameters>]

DESCRIPTION

Show all assemblies loaded in PowerShell.

EXAMPLES

EXAMPLE 1

Show-LoadedAssembly

Shows a simple list of all loaded assemblies.

EXAMPLE 2

Show-LoadedAssembly -GridView

Shows a list of all loaded assemblies in a grid view.

PARAMETERS

-GridView

Show the results in a grid view.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

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