< Back

Get-GlpiToolsConfig

Mon Jan 13, 2020 9:13 pm

NAME 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.





PARAMETERS

<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 creates PSCustomObject





NOTES





PSP 12/2018



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



PS C:\\Users\\Wojtek>Get-GlpiToolsConfig



Running script like that, shows you current config data.











RELATED LINKS