Last active
November 13, 2019 13:04
-
-
Save marckassay/a0b11e37d7fe14b6eac9ebafd7099d84 to your computer and use it in GitHub Desktop.
(2 of 2) Shell output for: https://github.com/MicrosoftDocs/PowerShell-Docs/issues/5089
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
E:\> Get-Module -All | fl | |
Name : Microsoft.PackageManagement | |
Path : C:\Users\marck\OneDrive\Documents\PowerShell\Modules\PackageManagement\1.4.5\coreclr\netstandard2.0\Microsoft.PackageManagement.dll | |
Description : | |
ModuleType : Binary | |
Version : 3.0.0.1 | |
NestedModules : {} | |
ExportedFunctions : | |
ExportedCmdlets : | |
ExportedVariables : | |
ExportedAliases : | |
Name : Microsoft.PowerShell.Commands.Management | |
Path : C:\Program Files\PowerShell\6\Microsoft.PowerShell.Commands.Management.dll | |
Description : | |
ModuleType : Binary | |
Version : 6.2.2.0 | |
NestedModules : {} | |
ExportedFunctions : | |
ExportedCmdlets : {Add-Content, Clear-Content, Clear-ItemProperty, Join-Path…} | |
ExportedVariables : | |
ExportedAliases : {gin, gtz, stz} | |
Name : Microsoft.PowerShell.Commands.Utility | |
Path : C:\Program Files\PowerShell\6\Microsoft.PowerShell.Commands.Utility.dll | |
Description : | |
ModuleType : Binary | |
Version : 6.2.2.0 | |
NestedModules : {} | |
ExportedFunctions : | |
ExportedCmdlets : {Add-Member, Add-Type, Compare-Object, ConvertTo-Html…} | |
ExportedVariables : | |
ExportedAliases : {fhx, ral} | |
Name : Microsoft.PowerShell.Management | |
Path : C:\program files\powershell\6\Modules\Microsoft.PowerShell.Management\Microsoft.PowerShell.Management.psd1 | |
Description : | |
ModuleType : Manifest | |
Version : 6.1.0.0 | |
NestedModules : {Microsoft.PowerShell.Commands.Management} | |
ExportedFunctions : | |
ExportedCmdlets : {Add-Content, Clear-Content, Clear-Item, Clear-ItemProperty…} | |
ExportedVariables : | |
ExportedAliases : {gin, gtz, stz} | |
Name : Microsoft.PowerShell.PackageManagement | |
Path : C:\Users\marck\OneDrive\Documents\PowerShell\Modules\PackageManagement\1.4.5\coreclr\netstandard2.0\Microsoft.PowerShell.PackageManagement.dll | |
Description : | |
ModuleType : Binary | |
Version : 3.0.0.0 | |
NestedModules : {} | |
ExportedFunctions : | |
ExportedCmdlets : {Find-Package, Find-PackageProvider, Get-Package, Get-PackageProvider…} | |
ExportedVariables : | |
ExportedAliases : | |
Name : Microsoft.PowerShell.PSReadLine2 | |
Path : C:\program files\powershell\6\Modules\PSReadLine\Microsoft.PowerShell.PSReadLine2.dll | |
Description : | |
ModuleType : Binary | |
Version : 2.0.0.0 | |
NestedModules : {} | |
ExportedFunctions : | |
ExportedCmdlets : {Get-PSReadLineOption, Set-PSReadLineOption, Set-PSReadLineKeyHandler, Get-PSReadLineKeyHandler…} | |
ExportedVariables : | |
ExportedAliases : | |
Name : Microsoft.PowerShell.Utility | |
Path : C:\program files\powershell\6\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psd1 | |
Description : | |
ModuleType : Manifest | |
Version : 6.1.0.0 | |
NestedModules : {Microsoft.PowerShell.Commands.Utility} | |
ExportedFunctions : | |
ExportedCmdlets : {Add-Member, Add-Type, Clear-Variable, Compare-Object…} | |
ExportedVariables : | |
ExportedAliases : fhx | |
Name : PackageManagement | |
Path : C:\Users\marck\OneDrive\Documents\PowerShell\Modules\PackageManagement\1.4.5\PackageManagement.psm1 | |
Description : PackageManagement (a.k.a. OneGet) is a new way to discover and install software packages from around the web. | |
It is a manager or multiplexor of existing package managers (also called package providers) that unifies Windows package management with a single Windows PowerShell | |
interface. With PackageManagement, you can do the following. | |
- Manage a list of software repositories in which packages can be searched, acquired and installed | |
- Discover software packages | |
- Seamlessly install, uninstall, and inventory packages from one or more software repositories | |
ModuleType : Script | |
Version : 1.4.5 | |
NestedModules : {Microsoft.PackageManagement, Microsoft.PowerShell.PackageManagement} | |
ExportedFunctions : | |
ExportedCmdlets : {Find-Package, Find-PackageProvider, Get-Package, Get-PackageProvider…} | |
ExportedVariables : | |
ExportedAliases : | |
Name : posh-git | |
Path : C:\Users\marck\OneDrive\Documents\PowerShell\Modules\posh-git\0.7.3\posh-git.psm1 | |
Description : Provides prompt with Git status summary information and tab completion for Git commands, parameters, remotes and branch names. | |
ModuleType : Script | |
Version : 0.7.3 | |
NestedModules : {} | |
ExportedFunctions : {Add-PoshGitToProfile, Add-SshKey, Enable-GitColors, Expand-GitCommand…} | |
ExportedCmdlets : | |
ExportedVariables : GitPromptScriptBlock | |
ExportedAliases : ?? | |
Name : PSReadLine | |
Path : C:\program files\powershell\6\Modules\PSReadLine\PSReadLine.psm1 | |
Description : Great command line editing in the PowerShell console host | |
ModuleType : Script | |
Version : 2.0.0 | |
NestedModules : {Microsoft.PowerShell.PSReadLine2} | |
ExportedFunctions : PSConsoleHostReadLine | |
ExportedCmdlets : {Get-PSReadLineKeyHandler, Get-PSReadLineOption, Remove-PSReadLineKeyHandler, Set-PSReadLineKeyHandler…} | |
ExportedVariables : | |
ExportedAliases : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment