Get-GlpiToolsConfig

SYNOPSIS

Get GLPI Configuration File.

SYNTAX

Get-GlpiToolsConfig [<CommonParameters>]

DESCRIPTION

This function getting data inside GLPI config file, to use it with other functions and show stored values.

EXAMPLES

EXAMPLE 1

Get-GlpiToolsConfig

Running script like that, shows you current config data.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Function creates PSCustomObject

NOTES

PSP 12/2018

Updated: