< Back

Get-LinaGlobalStats

Fri Jan 10, 2020 9:18 pm

NAME Get-LinaGlobalStats



SYNOPSIS

Retrieves the global stats and configuration of the current Lina server.





SYNTAX

Get-LinaGlobalStats [<CommonParameters>]





DESCRIPTION

Retrieves the global stats and configuration of the current Lina server such as the server version deduplication

ratio, volume stored etc





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

LinaStats Object





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



PS C:\\>Get-LinaGlobalStats



Retrieve global infos of current Lina Server









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



PS C:\\>$lina_version = (Get-LinaGlobalStats).ALNVersion



Get current installed version of Lina sofware.











RELATED LINKS