Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 986 Bytes

Get-LoadedAssembly.md

File metadata and controls

49 lines (34 loc) · 986 Bytes
external help file Module Name online version schema
PSPreworkout-help.xml
PSPreworkout
2.0.0

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

System.Array

NOTES

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

Author: Sam Erde Version: 0.0.2 Modified: 2024/10/12

RELATED LINKS