Share via

-Name [ReplicationGroupName]

Arox 1 Reputation point
2020-11-12T14:07:02.55+00:00

Hello All,

I have problem with find parameter [ReplicationGroupName] in below cmdlet:

Set-SRGroup -ComputerName [ComputerName] -Name [ReplicationGroupName] -AllowVolumeResize $true

Someone told me to use Get-DfsReplicationGroup -GroupName * , but I get four group names and I don't know which one to use.
Also I use cmdlet Get-SRGroup, but all info I get regards to clustred disk L:
I need to expand clustered disk H:
Storage team allocate space for me and I have to use Set-SRGroup (otherwise cannot be extended from DiskMgmt) and I don't know how to find proper ReplicationGroupName regards to disk H:

Many thanks for answers
Arox

Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Server | Storage high availability | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2020-11-13T04:02:14.023+00:00

    Hi,

    You can add the volume H: to a replication group if no group contains it.

    Set-SRGroup -Name "YourReplicationGroup" -AddVolumeName "H:"  
    

    Best Regards,
    Ian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

  2. Rich Matheisen 48,116 Reputation points
    2020-11-12T15:45:01.083+00:00

    Perhaps there is no replication group that uses the volume "H:"? In that case you may need to create a new group. Why not ask whoever it is in your organization that is responsible this for assistance?

    Was this answer helpful?

    0 comments No comments

Your answer

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