Get-WssFileHistoryManagementStatus
Gets the File History managed status of a user.
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.
PS C:\> Get-WssFileHistoryManagementStatus -UserName "DaveB"
This command gets the File History managed status of a user named DaveB.
Specifies the user name of an account.
Type: | String |
Aliases: | un |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
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.