Ah - one more idea.
I need to install a whole bunch of Windows Update files - .msu files.
I really don't much relish having to add the same command entry for each file.
It would be really nice if Splat had a batch command so I could run the same command on *each* file in a folder.
Then I could just have a single commandline entry and use a filemask like *.msu to run the command on all the files.
Something like:
Action: Batch Run
Target: c:\windows\system32\wusa.exe
Batch Directory: G:\WindowsUpdates\Security Updates
Batch Target: *.msu
Arguments: /quiet /norestart
Working Directory:
Log Each Batch Run: true
It would display execution of each command in the log.
Right now I have to write scripts and have splat execute a script - but then I have to program something to get confirmation they were all executed....
(if anyone needs to do this, I wrote a
simple application that will run wusa on every .msu file in a directory and its subdirectories)