Get-WssFileHistoryManagementStatus

Get-WssFileHistoryManagementStatus

Gets the File History managed status of a user.

Sintaxis

Parameter Set: Default
Get-WssFileHistoryManagementStatus [-UserName] <String> [ <CommonParameters>]

Descripción detallada

The Get-WssFileHistoryManagementStatus cmdlet gets the File History managed status of a user. The cmdlet returns $True if the File History setting of the user is managed by the server.

Parámetros

-UserName<String>

Specifies the user name of an account.

Alias

un

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue)

¿Aceptar caracteres comodín?

false

<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.

  • System.Boolean

    This cmdlet generates the file history managed status for a user, which is $True if the user's file history setting is managed by the server.

Ejemplos

Example 1: Get the File History managed status of a user

This command gets the File History managed status of a user named DaveB.

PS C:\> Get-WssFileHistoryManagementStatus -UserName "DaveB"

Temas relacionados

Set-WssFileHistoryManagementStatus

Get-WssFileHistoryConfiguration