PowerStigScan
PowerStigScan copied to clipboard
Move mof creation to parallel processing.
Is your feature request related to a problem? Please describe. The mof generation portion of the script currently takes an excessive amount of time at scale, roughly 30-60 seconds per computer target. Moving this to a parallel process would be a massive improvement in runtime.
Describe the solution you'd like Create a holder function that can be ran in a job to create the mofs necessary for each server.