Skip to content

HpotsirhcH/TSTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TSTools

Tasksequence Tools

Some Tools and Dlls for SCCM/MDT Tasksequences

TSTools.TSEnv

This DLL interact with the Tasksequnce

Implemented Features

Get Set TS Variable

Usage:
using TSTools.TSEnv;

private static string GETTSValue(string tsvalue) => TSEnv.GetTSVariable(tsvalue);

Remove Progress Window and Open it again

Usage:
using TSTools.TSEnv;

try { TSEnv.CloseTSProgressUI(); } catch { } // close the Progress Gui

try { TSEnv.ShowTSProgressUI(); } catch { } // Show it again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages