I know that one. The problem is I want to read another variables.dat file,
not the current active one.

 

 

 

From: [email protected] [mailto:[email protected]]
On Behalf Of Niall Brady
Sent: Montag, 24. Februar 2014 11:55
To: [email protected]
Subject: Re: [mssms] Variables.dat, readable?

 

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

 

 

 

 



Reply via email to