< Back

Get-OMPPlugin

Sat Jan 18, 2020 5:41 pm

NAME Get-OMPPlugin



SYNOPSIS

Shows plugins and their load state.





SYNTAX

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





DESCRIPTION

Shows plugins and their load state.





PARAMETERS

-Name <String>

The plugin name. If nothing is passed all plugins are listed.



Required? false

Position? 1

Default value None

Accept pipeline input? True (ByValue)

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

OMP.PluginStatus







NOTES





Author: Zachary Loeber



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



Get-OMPPlugin



Shows all OhMyPsh plugins and if they are loaded or not.

-------------------------- EXAMPLE 2 --------------------------



Get-OMPPlugin qod | select *



Shows all the plugin properties of the qod plugin.



RELATED LINKS

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