Tasksequence Tools
Some Tools and Dlls for SCCM/MDT Tasksequences
This DLL interact with the Tasksequnce
using TSTools.TSEnv;
private static string GETTSValue(string tsvalue) => TSEnv.GetTSVariable(tsvalue);
using TSTools.TSEnv;
try { TSEnv.CloseTSProgressUI(); } catch { } // close the Progress Gui
try { TSEnv.ShowTSProgressUI(); } catch { } // Show it again.