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