Get-LoadedAssembly¶
SYNOPSIS¶
Get all assemblies loaded in PowerShell.
SYNTAX¶
__AllParameterSets¶
ALIASES¶
This cmdlet has the following aliases, {{Insert list of aliases}}
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, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS¶
OUTPUTS¶
Object¶
{{ Fill in the Description }}
NOTES¶
To Do: Add -Name parameter to get a specific one.
RELATED LINKS¶
{{ Fill in the related links here }}