Skip to content

Instantly share code, notes, and snippets.

@AdamNaj
Created February 29, 2016 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamNaj/293c8e6bb74258d68381 to your computer and use it in GitHub Desktop.
Save AdamNaj/293c8e6bb74258d68381 to your computer and use it in GitHub Desktop.
List Active Functions
[Cognifide.PowerShell.Core.Modules.ModuleManager]::GetFeatureRoots([Cognifide.PowerShell.Core.Modules.IntegrationPoints]::FunctionsFeature) |
Initialize-Item |
%{ $_.ProviderPath } |
%{ Get-ChildItem -Path $_ } |
?{ $_.TemplateName -eq "PowerShell Script" } |
ft Database, Name, @{Label="Parent"; Expression={ $_.Parent.Name}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment