A quick post on something that’s not overly technical. I was editing a SCCM task sequence and I wanted to run multiple commands on the task sequence ‘Run Command Line’ step without using a batch file. I remember that Command Processor allows the & character to join commands together. I tested this out in the [...]