PowerShell script exchange
-
DanielLee
- Lurker
- Posts: 1
- Liked: never
- Joined: Jun 18, 2022 8:23 am
- Full Name: Daniel Lee
-
Contact:
Post
by DanielLee »
this post
Does anyone know how to get the replica status with powershell?
The status circled in the following capture screen:
Thanks.
-
oleg.feoktistov
- Veeam Software
- Posts: 2021
- Liked: 673 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
-
Contact:
Post
by oleg.feoktistov »
this post
Hi Daniel,
Try this:
Code: Select all
$replica = Get-VBRReplica
$rp = Get-VBRRestorePoint -Backup $replica
Get-VBRReplicaStatus -RestorePoint $rp
Best regards,
Oleg
Users browsing this forum: Google [Bot] and 46 guests