严重性:
重大功能
状态:
正在建设中
技术说明:
212516
Using the 'Set-BEFullBackupTask' command in a Backup Exec Management Command Line Interface (BEMCLI) script, will generate the below error and not process correctly.
Set-BEFullBackupTask : A parameter called DeleteSelectedFilesAfterSuccessfulBackup with type BackupExec.Management.CLI.BEDeleteFilesAfterSuccessfulBackup was not found in the parameter set called BackupJobDefaultsParameterSet
At line:1 char:59
+ Get-BEBackupJobDefault BackupToDisk | Set-BEFullBackupTask <<<< -Name * -Storage "Any disk storage" | Save-BEBackupJobDefault
+ CategoryInfo : NotSpecified: (:) [Set-BEFullBackupTask], ArgumentException
+ FullyQualifiedErrorId : UnhandledClientException,BackupExec.Management.CLI.Commands.SetBEFullBackupTaskCommand