We're running Commserver 11.22.9.
I have a couple of quick question regarding the Restore-CVSQLDatabase PowerShell module.
The command I'm testing is as follows (with parameters provided by caller)...
$RestoreObject = Get-CVSQLDatabase –ClientName $SourceClient -InstanceName $SourceInstance -Name $SourceDBName |
Restore-CVSQLDatabase -OutofPlace –OverwriteExisting -DestClientName $DestClient -DestInstanceName $DestInstance -DestDatabaseName $DestDBName -DataFilePath $DestDatafilePath -LogFilePath $DestLogFilePath -Force
Is documentation available that covers all available parameters? The doc site does not cover most of the parameters above.
Is there a parameter providing for changing the physical datafile name and the physical logfile name? This functionality is available through the CV Command Center.
Thanks for any help.