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]> 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]>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 >> >> >> >> > >

