Skip to content

Show-LoadedAssembly

SYNOPSIS

Show all assemblies loaded in PowerShell.

SYNTAX

__AllParameterSets

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

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

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: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Object

{{ Fill in the Description }}

NOTES

{{ Fill in the related links here }}