Re: Need help using Powershell to create custom backup commands

2020-09-27 Thread Schaub, Steve
11:22 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Need help using Powershell to create custom backup commands Because you have the volume list variable quoted, I think that part of the command actually translates to the single string "G: H: I: J:" rather than a list of drive lette

Re: Need help using Powershell to create custom backup commands

2020-09-23 Thread David Bronder
Because you have the volume list variable quoted, I think that part of the command actually translates to the single string "G: H: I: J:" rather than a list of drive letters. Which I think would be interpreted as G:"\ H: I: J:". On 9/23/20 8:21 AM, Schaub, Steve wrote: > I'm using PS to kick off

Need help using Powershell to create custom backup commands

2020-09-23 Thread Schaub, Steve
I'm using PS to kick off custom backups and having trouble passing a list of volumes to the incremental backup command in dsmc. Here is what the powershell statement looks like, the "$myBackupVolumeList" variable is a string derived from an array: & .\DSMC.exe Incremental "$myBackupVolumeList" "