I found this script for naming wimfiles during ztibackup but I cant get it to run. Get lots of errors, even after removing all the "'s. Can someone help me?
—script begin—
set env = CreateObject(“Microsoft.SMS.TSEnvironment”)
Set ProgressUI = CreateObject(“Microsoft.SMS.TsProgressUI”)
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
I found this script for naming wimfiles during ztibackup but I cant get it to run. Get lots of errors, even after removing all the "'s. Can someone help me?
—script begin—
set env = CreateObject(“Microsoft.SMS.TSEnvironment”)
Set ProgressUI = CreateObject(“Microsoft.SMS.TsProgressUI”)
ProgressUI.CloseProgressDialog
BackupFile = InputBox(“Name of wim file”)
env(“BackupFile”) = BackupFile
—script end—
Share this post
Link to post
Share on other sites