Get-WssFileHistoryManagementStatus

Get-WssFileHistoryManagementStatus

Gets the File History managed status of a user.

構文

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

詳細説明

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.

パラメーター

-UserName<String>

Specifies the user name of an account.

エイリアス

un

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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

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"

関連トピック

Set-WssFileHistoryManagementStatus

Get-WssFileHistoryConfiguration