Deployment Solution

 View Only
  • 1.  Passing Package Server or Task Server to OS as Environment Variable - Office 365 Pro Plus

    Posted May 16, 2014 07:53 AM

    Does anyone know if there is a way to pass an Altiris Client machine's Package Server or Task Server to the OS as an environment variable automatically?  I do not want this to be statically set as machines move around.

    The reason for asking is we are working on setting up deployment for Office 365 Pro Plus and within the configuration.xml file we would like to use \\%Taskserver%\path-to-updates for the machine to pull down Office updates.  We do not want 100 machines (or more) to go out to Microsoft and download 1GB or more each month on Patch Tuesday!  It seems to me there must be a way to get the OS to know or have set the task server or package server as an environment variable.

    As a side note, in our environment, each package server is also a task server so either will work.

    Thanks for any insight on either topic you can provide!

     

     



  • 2.  RE: Passing Package Server or Task Server to OS as Environment Variable - Office 365 Pro Plus

    Posted May 17, 2014 03:44 AM
    Why dont you disable the office update mechanism and use pms instead, as that uses the ps infrastructure?


  • 3.  RE: Passing Package Server or Task Server to OS as Environment Variable - Office 365 Pro Plus
    Best Answer

    Posted May 21, 2014 11:47 AM

    SK's advice is better, as is using a SWD task.

    That said, there is a KB that will create a token for the Task Server which can be used in a task to do whatever, including setting an environment variable if necessary.  :D



  • 4.  RE: Passing Package Server or Task Server to OS as Environment Variable - Office 365 Pro Plus

    Posted May 21, 2014 12:00 PM

    Thanks guys.  Since we are not using Patch just yet, we had come up with just what Thomas had said using setx to set the environment variable for the task server on the client.

    Thanks!