Get-LoadedAssembly¶
SYNOPSIS¶
Get all assemblies loaded in PowerShell.
SYNTAX¶
DESCRIPTION¶
Get all assemblies loaded in PowerShell.
EXAMPLES¶
EXAMPLE 1¶
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¶
Object[]¶
NOTES¶
To Do: Add -Name parameter to get a specific one.