Need a script to check the version of Office365 Pro Plus to push our office updates

I need a script that could check the version of office365 pro plus e.g ( 15.0.4711.1002) and if it doesn't exists on users machine than to deploy a latest version from a network location
I have an XML which works fine with downloading and even when deploying onto test machine but would not work on users which has an encrypted HDD and windows firewall turned on. the machine don't seem to pull the updates from Microsoft hence why wanted to
deploy the updates through a GPO start-up script
Currently the script would run the setup countless times without checking version and exiting the process if the version found. I hope the information given is adequate. Thanks

Frederik, After some tweaking and testing i was able to get it working, I haven't tested it via GPO as a startup script but standalone it is doing what i was after. I cant thank you enough for helping me on this as i had lost hope after days worth of intense
searching
Change that i had to apply ( space in a network path
was causing a "path not found error", Had to rename the "Office365 update" and update the path in Customconfig.xml  or any other location that was pointing to "office365 update" )
 set DeployServer=\\contoso\c2r\Office365 update\
REM Set ConfigFile to the configuration file to be used for
deployment (required)
set ConfigFile=\\contoso\c2r\Office365 update\Customconfig.xml
REM Set LogLocation to a central directory to collect script
log files (install log files are set in XML file).
set LogLocation=C:\AppData\Local\Temp

Similar Messages

  • Is there a tool which can check the version of latest version available?

    I need a tool which can check the version of latest firmware available for UCS servers. The point is avoid running old firmwares.
    If the tool can download the firmware that's like cherry on the cake.

    Hi Marsbar,
    =COUNTIF(range,"done") will return the number of cells in the specified range containing only the string "done"
    If the range is a single column, (eg. column E):
    =COUNTIF(E,"done")
    The formula is in cell A1 of the table, but may be placed anywhere (except in column E, unless it is in a Header row or Footer row).
    Regards,
    Barry

  • I need a script to invert the page order of selected pages for cs5.

    Hello,
    I am a graphic designer and i am trying to create a easier way to make multiple page folders, By using the multiple page size feature in inDesign CS5. But my problem is that i can create the front side of the folder easier than before, the backside is my problem I need to inverse the page order manual, this creates a lot of mistakes and errors along the way. Thats why I need a script to invert the page order of the pages I select. I hope to hear from someone soon.
    My best regards,
    Gijs van Roij

    In /gateprd/ARCHIVE/*.arc
    This is the script to remove the archives after it has been backup by the netbackup policy named Archive. This policy removes the archives that have been backed up.
    /home/oracle/dba/scripts> more rmovarch.sh
    #!/bin/ksh
    # compress /gateprd/ARCHIVE/*.arc
    find /gateprd/ARCHIVE/*.arc -type f ! -exec echo {} > /home/oracl
    e/dba/lists/ARCHIVElist \;
    if test $(cat /home/oracle/dba/lists/ARCHIVElist|wc -l) -gt 0
    then
    echo "Hay archives. Se corre script de borrar"
    /home/oracle/dba/scripts/ARCHIVE_BACKUP.sh ARCHIVE
    else
    echo "No archives!!"
    fi

  • I need a script that copies the filename into the file

    I need a script that copies the filename into 4th column of each line in the text doc file.
    I have over 2000 different file names each containing 6 columns and ~50-100 rows.
    I can do this manually using this script:
    awk '{print $1"\t"$2"t\"$3"\t <name> \t"$6}'
    But I would like an automation command or script. Is there any command that I can use instead of <name> that will copy the filename into the column?
    Thanks
    Monica

    Oops, I forgot the redirect to a file. It's not a good idea to edit files in place. A script could fail and you're left with at least one file ruined. It's better to create new files then delete the old files.
    for file in *; do
        while read col1 col2 col3 col4 col5 col6; do              
            printf "%s\t%s\t%s\t%s\t%s\n" $col1 $col2 $col3 $file $col6
        done < $file > n$file
    done
    You could narrow the files listed such as
    for file in *.tsv
    and redirect the new files to another directory. Such as
    done < $file > /absolute/path/to/directory/$file

  • PlzzHow can we check the version of Business Content in ECC 5.0 version??

    Hello Experts,
    Plz tell me.. How could we check the version of the business content installed for ECC 5.0?  I tried to search for the same in the forum but I couldnt.. plz let me know as I doubt that the business content is not properly installed for ECC 5.0 in my PC. and also I see only Technical content for Object Types under Business Content in AWB.
    I always thank people awarding points!!

    Hi Ajay, Thanks for the Info regarding PI...
    I am using my ECC 5.0 as BW system as it got BW 3.5.. and I am really trying to see the Business Content Cubes like 0PUR_C01,0PUR_C04 etc... and in RSA1>Business Content> Object Types I could see only the Technical Content cubes..(not able to see the SD,MM..etc related cubes)...
    And yeah I have R/3 PI installed with 2004_1_490 Version.. and so I could see all the Business Content DataSources in the source system...
    Is there one more PI for BW?? or the same as above??
    Plz through the light..!
    Regards,
    Sapster.

  • How can I check the version of the Folio Producer tools that a publication has used?

    I work on several different iPad publications, many of which use different versions of the Folio Producer tools (some use version 1.1.1 while some use 1.5.0 or 1.6.0)... how can I quickly check the version of folio producer that a publication has been using? I want to aviod accidently working on a publication with the wrong Folio Producer tools which will neccessate recreating a new App.

    Here's how to tell which tools you're using and which folios .
    To see which tools are installed, choose "About" from the Folio Builder panel menu, and look at the last numbers. For example, 7.0.5.17 means you're using the v17 tools.
    To see which viewer version you're using, open the folio in the viewer (either the custom viewer or the Content Viewer) and tap the title. The first two numbers indicate the viewer version. For example, 2.2.0.13.34603 refers to the 2.2 version of the viewer. Unfortunately, the viewer version doesn't match the Folio Producer tools. Here's how they match up:
    v12 (tools) = 1.7 (viewer)
    v13 = 1.8
    v14 = 1.9
    v15 = 2.0
    v16 = 2.1 (not available for iPad)
    v17 = 2.2

  • How can I check the version of the rdf file?

    Dear all:
    How can I check the version of the rdf file? such like CEXRECRE.rdf .
    my environment is : oracle 11.5.9
    platform : Linux red hat 4.0
    Regards
    Terry

    Terry,
    Use "adident" or "strings -a" commands -- See (Note: 125922.1 - How To Find Oracle Application File Versions) for details.
    Thanks,
    Hussein

  • How can I check the version of Oracle in Linux?

    Dear all :
    How can I check the version of Oracle in Linux ?
    Regards
    Terry

    Hi terry;
    How can I check the version of Oracle in Linux ?You mean your db version or something else? If you mean you want to control your version issue is:
    source env file as oramgr
    sqlplus "/as sysdba"
    when u login sqlplus it will give u something as below:
    SQL*Plus: Release 10.2.0.4.0 - Production on
    Regard
    Helios

  • Need VB script for getting the IIS certification information

    Hi guys,
    I have totally 1000 IIS servers  2003 & 2008
    windows and some of the  servers configured
    IIS 3rd party Security certificates. I need a script to get the certification information like expiry date & certificate vendor name.
    Regards,
    SreeM

    Post here:http://forums.iis.net/
    Look in Gallery for IIS scripts:http://gallery.technet.microsoft.com/
    ¯\_(ツ)_/¯

  • Unix script for checking the user account status

    Hi All,
    i have created one unix script to check the status of the user in diff databases.
    #!/bin/ksh
    useracctreport.txt if [ ! -f hh ];
    then
    echo "Database file does not exist"
    fi
    echo "Enter Username"
    read USER
    echo "Enter the password"
    stty -echo
    read PASS
    stty echo
    for j in `cat users`
    do
    j="`echo $j| tr '[a-z]' '[A-Z]'`"
    for i in `cat hh`
    do
    sqlplus -s $USER/$PASS\@$i <<EOF >> useracctreport.txt
    column USERNAME format a8
    column ACCOUNT_STATUS format a5
    !echo "*****User $j Status in $i DB*****"
    select USERNAME,ACCOUNT_STATUS from dba_users where username=('$j');
    select OBJECT_TYPE,count(*) from dba_objects where owner='$j' group by object_type;
    EOF
    done
    done
    In log file ,i get the below error when its unable to connect to the DB.
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}] | [INTERNAL]
    where <logon> ::= <username>[<password>][@<connect_string>] | /
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}] | [INTERNAL]
    where <logon> ::= <username>[<password>][@<connect_string>] | /
    SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Is there any way i can supress this error?
    and is there any other way i can make this script faster.Thanks a lot for your help

    Hi,
    The failing line is
    sqlplus -s $USER/$PASS\@$i <<EOF >> useracctreport.txtYou should test the connect statement you provide to sqlplus. For example:
    CONSTRING=$USER/$PASS\@$i
    echo Connect string used: $CONSTRING
    sqlplus -s $CONSTRING <<EOF >> useracctreport.txtCheck the echoed value. It's malformed. Correct it appropriately.
    Yoann.

  • Script for checking the replication process in Netscape Directory Sever 4.1

    Hi,
    We are using Netscape Directory Server 4.1.6 in our production environment. Where we want to know is there any script available to check the replication process. Or can we write a script to check the process.
    Waiting for your replies at the earliest.
    Thanks,
    Syed A.

    Hi Syed,
    Replication state is very easy to see in 4.x and earlier. The last changenumber in the supplier changelog is visible (on the root DSE IIRC), and each consumer suffix has an operational attribute "copiedfrom" that tells you the name of the supplier, the database generation id, and the last change replayed from the supplier.
    So a script that compares the results of
    ldapsearch -h <supplier> -s base -b "" "objectclass=*" lastchangenumber
    and
    ldapsearch -h <consumer> -s base -b <base_suffix> "objectclass=*" copiedFrom
    will show you if a replica has fallen out of sync. It won't tell you more than how many changes behind the replica is, though, because pre-5.x changenumbers are sequential integers, not timestamps.
    However, the change that corresponds to the changenumber is clearly visible under the "cn=changelog" suffix. So if you look at the change itself you can see the timestamp on it.
    For more info on the status of replication, you should be able to query the agreements on the supplier. Those live under the "Netscape Machine Data Suffix", which you can also find on the supplier's root DSE:
    ldapsearch -h <supplier> -s base -b "" "objectclass=*" netscapemdsuffix
    And of course the error logs will usually tell you if replication is failing outright.
    I may be off on some of the attribute names, but if you do some investigating along these lines, you should be able to figure it out.

  • I am using windows 8 pro in my laptop, when i try to install icloud 3.1 its giving me a error message " this app cant be run , check the version " what should i do now ?

    i am using windows 8 pro in my laptop, when i try to install icloud 3.1 its giving me a error message " this app cant be run , check the version " what should i do now ?

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • I currently have Lightroom 3. Do I need to download all of the versions in-between before getting the latest version?

    I currently have Lightroom 3. Do I need to download all of the versions in-between before getting the latest version?

    Hello Rachel,
    this thread could be helpful for you: https://forums.adobe.com/thread/1323362
    Hans-Günter

  • Need a script to make the browser fly over the screen, bouncing around

    I have heard about the youareanidiot.org virus. I need a script to make the browser fly over the screen, bouncing around. Do you have one?

    This is a professional forum, we do not help with jokes that will cost you your job.
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • How to check the version of oracle

    Hi,
    Did anyone know the command to check the version of oracle db?
    Thanks
    daron

    also as a normal user (non-dba) if you want to know then during login to the database using sql*plus you get the following.
    SQL*Plus: Release[b] 9.0.1.3.0 - Production on Thu Oct 6 10:43:35 2005
    (c) Copyright 2001 Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - ProductionThe first bold version if the version of the client(Sql*plus) and the second bold version (9.2.0.4) is the database version to which you are connected to .

Maybe you are looking for

  • Problem with checkbox and datatable

    Hi, I have a checkbox in one column of the data table. The checkbox is to be disabled if the status (which is another column in the table) is set to Completed. For all other rows, the checkbox is to be enabled. What happens is that, the checkbox is e

  • Urgent - Does report 6.0 release supports collection types

    Hi, We went through the report 6.0 of developer 6.0(beta). There we found that it does currently supports all Oracle8 features. The major unsupported features are: 1. Collection types (nested tables and varying arrays). 2. Stored procedures that retu

  • Creating Table Data in Java

    Hi All, there are some examples "Creating Table Data in Java" in the Oracle ADF UIX Developer's Guide Chapter 9 - Creating Tables in ADF UIX. Especially the directory listing is interesting. It works fine in my testproject. But how can I pass paramet

  • Process Chain error after Enpk1(7.01) upgrade - "Termination discovered"

    Hello We have upgraded our BW from 7.0 to  Enhpk1 (7.01) with latest stack. After our upgrade I'm seeing our Process chain when a step errors out and there is a next step to continue with always link inspite of the error in prev step, but  the Proces

  • IFrame accessing the KM content documents

    Hi Folks I need a detail clarity on IFRAME i am trying to access my KM documents residing at KM Content via my IFRAME. //PATHFILE = has my document Path <IFRAME SRC='/irj/go/km/docs<%=PATHFILE%>'    WIDTH='100%' HEIGHT='100%' frameborder='0' scrollin