Get-DfsrState
Get-DfsrState
Gets the DFS Replication state for a member.
Sintassi
Parameter Set: Default
Get-DfsrState [[-ComputerName] <String> ] [ <CommonParameters>]
Descrizione dettagliata
The Get-DfsrState cmdlet gets the overall DFS Replication state for a computer in regard to its replication group partners. The cmdlet returns both inbound and outbound file replication information, such as files currently replicating and files immediately queued to replicate next.
Parametri
-ComputerName<String>
Specifies an array of names of computers. The cmdlet adds these computers to the replication group specified by the GroupName parameter. You can use a comma separated list and the wildcard character (*).
Alias |
Member,Mem |
Obbligatorio? |
false |
Posizione? |
1 |
Valore predefinito |
[local computer] |
Accetta input da pipeline? |
True (ByValue, ByPropertyName) |
Accetta caratteri jolly? |
false |
<CommonParameters>
Questo cmdlet supporta i parametri comuni: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Per altre informazioni, vedere about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Input
Il tipo di input è il tipo degli oggetti che è possibile reindirizzare al cmdlet.
- string
Output
Il tipo di output corrisponde al tipo di oggetti generati dal cmdlet.
- microsoft.distributedfilesystemreplication.dfsrupdate
Esempi
Example 1: Get the DFS Replication state for a member
This command gets the list of files currently replicating or queued inbound and outbound from the computer named SRV01.
PS C:\> Get-DfsrState -ComputerName "SRV01" | Format-Table filename,updatestate,inbound,source* -auto -wrap