Nope, that wouldn't change the content :) That's what the blogs say. Not working anymore
From: [email protected] [mailto:[email protected]] On Behalf Of Jitendra Kalyankar Sent: Montag, 24. Februar 2014 12:04 To: [email protected] Subject: Re: [mssms] Variables.dat, readable? Not sure if this would work but rename the Variables.dat to Variables.XML and try it out. Kind regards, Jitendra Kalyankar On Mon, Feb 24, 2014 at 4:25 PM, Niall Brady <[email protected] <mailto:[email protected]> > wrote: i think it's encrypted, what variables are you trying to decrypt ? you can do that with the following script dumpvars.wsf <job id="ZTIConnect"> <script language="VBScript" src="..\ZTIUtility.vbs"/> <script language="VBScript"> Set env = CreateObject("Microsoft.SMS.TSEnvironment") For each v in env.GetVariables oLogging.CreateEntry v & " = " & env(v), LogTypeInfo Next </script> </job> usage cscript.exe dumpvars.wsf >> variables.txt you can then open the variables.txt in notepad. On Mon, Feb 24, 2014 at 11:31 AM, Roland Janus <[email protected] <mailto:[email protected]> > wrote: I found several blogs saying it should be xml, even recent ones. Well, it seems it isn't (anymore?). At least CM12R2/MDT. Can this be read somehow? -R

