< Back

Get-GlpiToolsPlugins

Mon Jan 13, 2020 10:09 pm

NAME Get-GlpiToolsPlugins



SYNOPSIS

Function to get GLPI Plugin list.





SYNTAX

Get-GlpiToolsPlugins [-Raw] [<CommonParameters>]





DESCRIPTION

Function is getting Plugin list from GLPI.

You can choose for Raw list, or list with translated status.





PARAMETERS

-Raw [<SwitchParameter>]

Switch parameter, you can use this parameter to get raw Plugin list.

Raw I mean, as that as it is from original object from GLPI.



Required? false

Position? named

Default value False

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

None





OUTPUTS

Function returns PSCustomObject with property's of Plugins from GLPI





NOTES





PSP 04/2019



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



PS C:\\>Get-GlpiToolsPlugins



Gets Plugin list from GLPI, with translated status from number to Enabled etc...









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



PS C:\\>Get-GlpiToolsPlugins -Raw



Gets Plugin list from GLPI, object isn't translated. Original as it comes from GLPI.











RELATED LINKS