Storage Replica - Block Copy to destination

Peter M 1 Reputation point
2022-05-20T16:24:56.677+00:00

When our storage replica has an issue and we recover it. It will go into a status of "Block Copy to destination".
In WAC you can see how far its got, and what percentage its completed.

204150-sr.jpg

But does anyone know how to get this figure or info using powershell at all?

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | Storage high availability | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jimit Gohel 1 Reputation point
    2022-10-31T09:08:38.637+00:00

    This command will give number of bytes pending replication on an admin PowerShell window on secondary server. It can be wrapped around a math calculation with total disk space to get percentage or GB remaining if needed.
    (Get-srgroup).Replicas.NumofBytesRemaining

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.