Get-WssFileHistoryManagementStatus

Gets the File History managed status of a computer.

Syntax

Get-WssFileHistoryManagementStatus
   [-ComputerName] <String>

Description

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

Examples

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

PS C:\> Get-WssFileHistoryManagementStatus -ComputerName "Workstation071"

This command gets the File History managed status of a computer named Workstation071.

Parameters

-ComputerName

Specifies the name of a computer.

Type:String
Aliases:cn
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False