Get-WssFileHistoryManagementStatus

Get-WssFileHistoryManagementStatus

Gets the File History managed status of a computer.

Syntax

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

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

Parameters

-ComputerName<String>

Specifies the name of a computer.

Aliases

cn

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

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

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

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

Set-WssFileHistoryManagementStatus

Get-WssFileHistoryConfiguration