GithubHelp home page GithubHelp logo

ironmansoftware / ud-powershellexplorer Goto Github PK

View Code? Open in Web Editor NEW
41.0 41.0 6.0 505 KB

PowerShell Explorer shows information about the PowerShell environment on your machine.

License: MIT License

PowerShell 100.00%
dashboard powershell web

ud-powershellexplorer's People

Contributors

adamdriscoll avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ud-powershellexplorer's Issues

Start-PowerShellExplorer function exported, but not exported

Environment:

PS C:\Users\corbob> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.17134.228
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.17134.228
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

After Importing PowerShellExplorer, Start-PowerShellExplorer is available, but is not listed when doing Get-Command -Module PowerShellExplorer:

PS C:\Users\corbob> ipmo PowerShellExplorer
PS C:\Users\corbob> get-command -Module PowerShellExplorer
PS C:\Users\corbob> get-command Start-PowerShellExplorer

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Function        Start-PowerShellExplorer

this also happens when using pwsh 6.0.4:

C:\WINDOWS\system32> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      6.0.4
PSEdition                      Core
GitCommitId                    v6.0.4
OS                             Microsoft Windows 10.0.17134
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0


C:\WINDOWS\system32> install-module powershellexplorer
C:\WINDOWS\system32> ipmo PowerShellExplorer
C:\WINDOWS\system32> get-command -Module PowerShellExplorer
C:\WINDOWS\system32> get-command Start-PowerShellExplorer

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Function        Start-PowerShellExplorer

I looked at the code both in GitHub and locally on my system. I see the command explicitly being exported. It's there and works... I don't understand why it's not discoverable ๐Ÿ˜ข

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.