Start a Conversation

Unsolved

This post is more than 5 years old

ID

865

October 8th, 2018 12:00

SC5020 Volumes in Replay Profile Powershell

Hi all,

 I'm writing a powershell script, to create replays and map them to a backup-server.

I create the replays via a replay profile with "New-DellScReplayProfileReplay" and want to know
via powershell, which volumes are included in this replay profile (I know the number - 5, but not the names).

I don't find any command to do that.

Can anyone help me?

Regards

 

2 Intern

 • 

230 Posts

October 12th, 2018 09:00

I am guessing you are using PowerShell SDK 3.5.1 The command you are using is New-DellScReplayProfileReplay SYNOPSIS Creates a Replay on all the Volumes in the Replay Profile Get-DellScReplayProfileRule - check the information of that profile Get-DellScReplayProfile - check the rules of that profile Get-DellScReplayProfileVolumeListAssociation SYNOPSIS Returns a list of Volumes using the Replay Profile Use the InstanceID of the profile to see all volume associated To see the InstanceID you can run this command: Get-DellScReplayProfileRule | Select-Object Name, InstanceID
No Events found!

Top