PowerShell script exchange
Post Reply
DanielLee
Lurker
Posts: 1
Liked: never
Joined: Jun 18, 2022 8:23 am
Full Name: Daniel Lee
Contact:

How to use powershell to get replica status?

Post by DanielLee »

Does anyone know how to get the replica status with powershell?
The status circled in the following capture screen:

Image


Thanks.
oleg.feoktistov
Veeam Software
Posts: 1912
Liked: 635 times
Joined: Sep 25, 2019 10:32 am
Full Name: Oleg Feoktistov
Contact:

Re: How to use powershell to get replica status?

Post by oleg.feoktistov »

Hi Daniel,

Try this:

Code: Select all

$replica = Get-VBRReplica 
$rp = Get-VBRRestorePoint -Backup $replica
Get-VBRReplicaStatus -RestorePoint $rp
Best regards,
Oleg
Post Reply

Who is online

Users browsing this forum: No registered users and 16 guests