NAME

Get-DcsLogStore

SYNOPSIS

Returns the logstore pool for a specified server.

SYNTAX

Get-DcsLogStore   -Server <Object>   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Returns the logstore pool for a specified server.

PARAMETERS

-Server<Object>
ServerHostData object, computer name or ID that identifies the server. The computer name must be unique or the name must be fully qualified.

Required: true
Position: 1
Default value:
Accept pipeline input: true (ByValue)
Accept wildcard characters: false

-Connection<String>
Alias of the connection to the server group. If not specified, the default connection is used.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-PipelineVariable<String>

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

INPUTS

ServerHostData : Object that identifies and describes the server.

OUTPUTS

DiskPoolData : Object that identifies and describes the pool.

NOTES

Also see Set-DcsServerProperties to set the logstore pool for a server.

EXAMPLES


-------------- Example 1 Returns the logstore pool for a specified server. --------------
Get-DcsLogStore -Server SSVVM04
		

The cmdlet Get-DcsLogStore is invoked to return the logstore pool for the server named "SSVVM04". The DiskPoolData object is returned.