< Back
Get-LinaGlobalStats
Post
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
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