Get-WssFileHistoryConfiguration

Get-WssFileHistoryConfiguration

Gets the File History configurations settings for the server.

Sintaxis

Get-WssFileHistoryConfiguration [ <CommonParameters>]

Descripción detallada

The Get-WssFileHistoryConfiguration cmdlet gets the File History configuration settings for the server. You can use the Set-WssFileHistoryConfiguration cmdlet to change the File History configuration settings.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.DataProtection.FileBackup.ConfigurationSet

    This cmdlet generates file history configuration settings.

Ejemplos

Example 1: Get the File History configurations settings

This command gets the File History configuration settings for the server.

PS C:\> Get-WssFileHistoryConfiguration

Temas relacionados

Set-WssFileHistoryConfiguration

Get-WssFileHistoryManagementStatus