< Back

Get-GraylogSidecarVersion

Tue Jan 14, 2020 12:20 am

NAME Get-GraylogSidecarVersion



SYNOPSIS

Get the installed Graylog Sidecar version.





SYNTAX

Get-GraylogSidecarVersion [<CommonParameters>]





DESCRIPTION

Scan the MSI Uninstall registry key to detect, if the Graylog Sidecar is

installed. Return the installed version or an empty string, if not

installed.





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



OUTPUTS

System.String





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



PS C:\\>Get-GraylogSidecarVersion



This will return the current intalled version.











RELATED LINKS