<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Values on Anything About IT</title><link>https://www.verboon.info/tags/values/</link><description>Recent content in Values on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 21 Dec 2012 13:31:36 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/values/index.xml" rel="self" type="application/rss+xml"/><item><title>List Task Sequence Variables and Values Script</title><link>https://www.verboon.info/2012/12/list-task-sequence-variables-and-values-script/</link><pubDate>Fri, 21 Dec 2012 13:31:36 +0000</pubDate><guid>https://www.verboon.info/2012/12/list-task-sequence-variables-and-values-script/</guid><description>&lt;p&gt;For years I have been using the following script from &lt;a href="http://www.myitforum.com/articles/42/view.asp?id=11729"&gt;myITforum&lt;/a&gt; to list Task Sequence Environment Variables and Values&lt;/p&gt;
&lt;p&gt;Set oTSEnv = CreateObject(&amp;ldquo;Microsoft.SMS.TSEnvironment&amp;rdquo;) &lt;br&gt;
For Each oVar In oTSEnv.GetVariables &lt;br&gt;
WScript.Echo oVar &amp;amp; &amp;ldquo;=&amp;rdquo; &amp;amp; oTSEnv(oVar) &lt;br&gt;
Next&lt;/p&gt;
&lt;p&gt;Because there are so many variables, the only useful way to use the script is to pipe the output into a file, then open that file and search for the variable and its value.&lt;/p&gt;
&lt;p&gt;So I have created the created the script below that can do the following:&lt;/p&gt;</description></item></channel></rss>