Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

Get-DfsrBacklog for an individual Replication Group using Powershell

$
0
0

I am attempting to get the backlog count of an individual replication group using powershell. I have found several examples but none of them are working. I have attempted the following:

1. Get-DfsrBacklog -Folder "Kalamazoo"

Error: Get-DfsrBacklog : Cannot process argument transformation on parameter 'Folder'. Cannot convert the "Kalamazoo" value
of type "System.String" to type "Mwcc.Management.Dfs.DfsrFolder".
At line:1 char:25
+ Get-DfsrBacklog -Folder "Kalamazoo"
+                         ~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (:) [Get-DfsrBacklog], ParameterBindingArgumentTransformationException
    + FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-DfsrBacklog


Viewing all articles
Browse latest Browse all 15028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>