< Back

Get-OMPLoadedFunction

Sat Jan 18, 2020 5:41 pm

NAME Get-OMPLoadedFunction



SYNOPSIS

Shows OhMyPsh sourced functions that have been loaded to this session.





SYNTAX

Get-OMPLoadedFunction [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

Shows OhMyPsh sourced functions that have been loaded to this session.





PARAMETERS

-Name <String>

The function name. If nothing is passed all sourced functions are listed.



Required? false

Position? 1

Default value *

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES









-------------------------- EXAMPLE 1 --------------------------



Get-OMPLoadedFunction



Shows all OhMyPsh plugin functions that have been exported to this session.



RELATED LINKS

https://www.github.com/zloeber/OhMyPsh https://www.github.com/zloeber/OhMyPsh