Category: Office

Free E-Book: First Look Microsoft Office 2010

By Ward, June 25, 2010

Katherine Murray has written a nice e-book about : here it is (in XPS) and here it is (in PDF). 14 chapters :D
9780735693876f_thumb

Post to Twitter

Related posts

Deploy Office 2010 with Multiple Languages with MDT 2010

By Ward, June 24, 2010

I Like . For me it is the best Office version i ever worked with.
it’s great tool that created.
Now i will talk about how you deploy with Multilanguage packs with .

Step : Download the English version booth will be in x86 & x64

Step 2. Download the (language) Multilanguage iso only available from the Volume Licensing site. Both in x86 en x64.

Step 3. Add the English version to here office-2010-uitrollen-met-mdt-2010

Step 4. Extract the (language) Multilanguage iso with 7zip in the same application folder witch you created in Step 3.

Step 5. When you open management console and you go to the Application that you added in step 3. You wil see that MDT sees more the one language. In my case it was en-us and nl-nl. The Screenshot is from the older you MDT sees as Office 2007. MDT 2010 beta 1 supports . I found till now no issues deploying .

 image

Step 6. Check the languages that you want. Check the Screenshot how i did it.

Step 7. Deploy the a or 7 client with Multilanguage versions.

Step 8. You can check with Language Preferences or the languages that you configured are installed.
image

Step 9. Use Group Policy to set the language settings for users

    1. Download the policy template files to your computer. You will find them HERE

    2. Make a new GPO named languages settings it is a user policy.

    3. Under User Configuration in the console tree, right-click Administrative Templates.

    4. Click Add/Remove Templates, and then click Add.

    5. In the Policy Templates dialog box, click the template that you want to add, and then click Open.

    6. After you add the templates, click Close.

    7. Open the Group Policy object (GPO) for which you want to set policy.

    8. Double-click User Configuration and expand the tree under Administrative Templates.

    9. Locate language-related policies in the \ Language Settings node.

    10. Select the languages that you want to use for each setting.

    11. Save the GPO.

    12. Go Testing

    Post to Twitter

    Related posts

    Checking Microsoft Office 2010 KMS Activation Status

    By Ward, June 17, 2010

    Before you start you must al ready have a kms server.
    On the KMS server you need to install the Office 2010 KMS Host License Pack on the KMS Server.
    Launch 2010
    Click to the File tab. Click Help.

    Office is not activated
    clip_image002
    Determining Which Activation Method Office is Using – KMS or MAK

    Click the start menu and enter cmd /k cscript “%programfiles%\ Office\Office14\ospp.vbs” /dstatus in the search box.

    If running 32 bit on 64 bit , %programfiles% above should be replaced with %programfiles(x86)%.

    Not Activated

    clip_image004

    Checking if a DNS Domain is Configured for KMS Auto-Discovery

    To check if a DNS domain is configured for KMS auto-discovery, check that a SRV record exists.

    nslookup -type=srv _vlmcs._tcp.wardvissers.nl

    If a SRV record exists for the domain, the DNS server will detail the SRV record.

    
    

    C:\>nslookup -type=srv _vlmcs._tcp

    Server:  ward-dc02.wardvissers.local

    Address:  192.168.150.6

    Non-authoritative answer:

    _vlmcs._tcp.wardvissers.local SRV service location:

              priority       =

              weight         =

              port           = 1688

              svr hostname   = ward-dc2.wardvissers.local

    If no SRV record exists for the domain, the DNS server will return an error

    Verifying that a Computer can Communicate with the KMS Activation Server

    KMS activation requires that the machine to be activated has TCP port 1688 open for outbound communication to the activation server.

    Verifying that outbound TCP port 1688 is open to the KMS server

    1. Download and install the utility portqry.exe from . It is a command line utility from that reports the port status of a remote host.
    2. From a command prompt, run the command:

    portqry.exe -n ward-dc02.wardvissers.local -p tcp -e 1688

    The command will return “TCP port 1688 (unknown service): LISTENING” if the computer is able to communicate with the KMS server.

    clip_image006

    If the command returns “TCP port 1688 (unknown service): FILTERED” then the computer is unable to communicate with the KMS server

    Manually Specifying the KMS Activation Server

    . Type cmd in the search bar to locate the command window..
    2. At the command prompt, type cd\Program Files\ Office\Office14.

    If running 32 bit on 64 bit , Program Files above should be replaced with Program Files (x86).
    Run the command cscript ospp.vbs /sethst:ward-dc02.wardvissers.local to manually specify the KMS activation server.
    clip_image007

    Run the command cscript ospp.vbs /act to activate Office with the KMS server.

    clip_image007[1]

    Launch 2010 agein
    Click to the File tab. Click Help.

    Office is activated

    clip_image001

    Post to Twitter

    Related posts

    Office 2003 Slipstream

    By Ward, December 1, 2009

    Slipstream Commando’s

    X:\Setup.exe /a MSINODISABLEMEDIA=

    msiexec /p C:\SP2\MAINSP3ff.msp /a C:\Office2003\PRO11.msi SHORTFILENAMES=TRUE /qb

    Post to Twitter

    Related posts

    Uitrol opties voor Office 2010.

    By Ward, October 30, 2009

    office heeft in een Schema weergegeven welke uitrol mogelijkheden er zijn voor .

    In dit schema heeft aangegeven welke uitrol methode in welke situatie gebruikt kan worden.

    Welke Limieten aan elke uitrol zitten en welke aanbevelingen hier over heeft.

    Tevens worden aangegeven welke je nodig hebt voor elke uitrol.

    Er zijn 3 smaken PDF & VSD & XPS. Downloaden doe je HIER

     image

    Post to Twitter

    Related posts

    Outlook Contacts to vCard (vcf) files

    By Ward, January 17, 2009

    Ik was aan het zoeken op een het internet naar tooltje wat mijn contacten kan exporteren in een keer naar vcf file’s.
    Ik vond verschillende tooltjes maar geen een die gratis was.
    Tot ik het vb script vond van Dave Moats. Het werkt als een trein.

    Aanroep:
    C:scripts>cscript exportContacts.vbs /p:C:scriptsoutlookContacts
    (R) Script Host Version 5.6
    Copyright (C) Corporation 1996-2001. All rights reserved.

    Ward.vcf
    Mark.vcf

    Script:
    ==========================================================
    ‘==     VB Script to Export Contacts to vCard (vcf) files
    ‘==
    ‘==           Copyright © 2008, Dave Moats
    ‘==
    ‘== This sample is provided ‘AS-IS’, without any
    ‘== express or implied warranty. In no event will the
    ‘== authors be held liable for any damages arising from
    ‘== the use of this sample code.
    ‘==
    ‘== Permission is granted to anyone to use this sample
    ‘== code for any purpose, including commercial applications,
    ‘== subject to the following restrictions:
    ‘==
    ‘== The origin of this code must not be misrepresented;
    ‘== you must not claim that you wrote the original code.
    ‘==
    ‘== If you use this code, an acknowledgment in the
    ‘== documentation is requested – shown below:
    ‘==
    ‘==             Portions Copyright © 2008,
    ‘==        Dave Moats (http://www.davemoats.com/).
    ‘==
    ‘==========================================================

    ‘==========================================================
    ‘== NOTE: watch for wrapped lines and html special
    ‘==        characters in the web representation of this
    ‘==        sample code
    ‘==========================================================

    ‘==========================================================
    ‘==
    ‘== exportContacts.vbs – a script used to export contacts
    ‘==                        from and save them in
    ‘==                        vcf format
    ‘==========================================================
    option explicit

    ‘==========================================================
    ‘== declare the local variables to be used
    ‘==========================================================
    dim scriptName, namedArgs, folderPath

    ‘==========================================================
    ‘== get the name of the running script
    ‘==========================================================
    scriptName = wscript.scriptname

    ‘==========================================================
    ‘== get the named command line arguments
    ‘==========================================================
    set namedArgs = wscript.arguments.named

    if not namedArgs.exists("p") then
       wscript.echo "Usage: " & scriptName & " /p:<output folder path> is required"
       wscript.echo "Example: cscript " & scriptName & " /p:c:path to the folder"
       wscript.quit
    else
       folderPath = namedArgs.item("p")
    end if

    set namedArgs = nothing

    ‘==========================================================
    ‘== now call the subroutine that does all the work
    ‘==========================================================
    exportToVCF folderPath, ".vcf"

    wscript.quit

    ‘==========================================================
    ‘== sub exportToVCF – subroutine that connects to
    ‘==                   and exports all contacts to the path
    ‘==                   specified in the exportPath argument
    ‘==========================================================
    sub exportToVCF(exportPath, ext)
        ‘======================================================
        ‘== declare the local variables
        ‘======================================================
        dim outApp, fldContacts, contactEntry, exp

        ‘======================================================
        ‘== create the object and then get the contacts
        ‘======================================================
        set outApp = createobject(".Application")
        set fldContacts = outApp.getnamespace("MAPI").getdefaultfolder(10)

        ‘======================================================
        ‘== here we are looping the entries in the contacts
        ‘== folder looking for contacts – when a contact is
        ‘== found it will be exported
        ‘======================================================
        for each contactEntry in fldContacts.items
           if typename(contactEntry) = "ContactItem" then

              dim tmpString, tmpArr, periodLocation, outPath

              tmpString = contactEntry.lastnameandfirstname
              ‘================================================
              ‘== creating the name of the vcf file based on
              ‘== the first and last name fields of the contact
              ‘================================================
              tmpString = replace( tmpString, "’", "" )

              tmpArr = split( tmpString, "," )

              if ubound( tmpArr ) <> then
                 wscript.echo tmpString & ext
                 outPath = exportPath & "" & tmpString & ext
              else
                 if tmpArr() = "com" then
                    wscript.echo trim(tmpArr()) & trim(tmpArr()) & ext
                    outPath = exportPath & "" & trim(tmpArr()) & trim(tmpArr()) & ext
                 else
                    wscript.echo trim(tmpArr()) & " " & trim(tmpArr()) & ext
                    outPath = exportPath & "" & trim(tmpArr()) & " " & trim(tmpArr()) & ext
                 end if
              end if
              contactEntry.saveas outPath, 6

           end if
        next
        ‘======================================================
        ‘== dumping the object references that were created
        ‘======================================================
        set fldContacts = nothing
        set outApp = nothing

    end sub

    Post to Twitter

    Related posts

    Outlook 2007 Anywhere Exchange 2007

    By Ward, January 4, 2009

    . Klik in het menu Extra op Accountinstellingen, selecteer het -account en klik vervolgens op Wijzigen.

    2. Klik op Meer instellingen en klik vervolgens op het tabblad Verbinding.

    3. Schakel onder Anywhere het selectievakje Via HTTP verbinding maken met in.

    clip_image002

    Opmerking: Als de sectie Anywhere niet beschikbaar is, is Service Pack 2 of hoger vermoedelijk niet op de computer geïnstalleerd.

    4. Als u een proxyserver wilt opgeven, klikt u op Proxy-instellingen van .

    clip_image004

    Voer bij url in je domein naam in waarmee je vanaf buiten kunt connecten naar de server.

    2.  Als je een SSL verbinding wilt gebruiken vinkje aan Alleen verbinden via SSL in.

    5. Klik onder Instellingen voor proxyverificatie op Basisverificatie of NTLM-verificatie, NTLM-Verificatie wordt standaard gebruikt die uitleg hieronder.

    clip_image006

    Opmerking: Bij het gebruik van Basisverificatie wordt het wachtwoord in de vorm van leesbare tekst verzonden. Voor de beste beveiliging wordt geadviseerd de opties NTLM-verificatie en Alleen verbinden via SSL in te schakelen.

    Post to Twitter

    Related posts

    Traag openen van Excel 2003 bestanden in Excel 2007

    By Ward, November 12, 2008

    Wanneer je Excel 2003 bestanden wilt openen en Excel 2007 nog niet opgestart is kan het zijn dat je 20-60 sec moet wachten voor dat Excel 2007 is opgestart.

    Oplossing:

    . Verkenner
    2. Ga naar à Folders Options
    3. Ga naar File Types Tap
    4. Zoek XLS op
    clip_image001

    5. Klik op Advanced
    clip_image002

    6. Klik Edit
    clip_image003

    Pas de volgende regen aan: Application used to Form Action
    Standaard: “C:Program FilesMicrosoft OfficeOffice12EXCEL.EXE” /e

    Moet worden: C:Program FilesMicrosoft OfficeOffice12EXCEL.EXE” /e “%
    7. Klik twee keer op OK
    8. Klik op Close
    9. Nu moeten 2003 Excel bestanden snel geopend worden.

    Post to Twitter

    Related posts

    Afwezigheids assistent problemen met Outlook 2003 of ouder in samen werking met Exchange 2007

    By Ward, November 4, 2008

     

    Sinds 2007 uit is waren er al in bepaalde gevallen bekend dat men dubbele mailtjes kon binnen krijgen als je 2003 gebruikt om de afwezigheids assistent te gebruiken. In SP1 voor 2007 is dit probleem aangepakt. Er zijn sommige software pakketen die gebruik maken van OOF.
    Als je meerdere versies van gebruikt om afwezigheids assistent te Configureren kan dit tot meest vreemde problemen ontstaan.
    Als je een grootte lap tekst gebruikt in de afwezigheids assistent die je geconfigureerd hebt met 2007 of OWA 2007 en je wil dezen aanpassen in 2003 dan kun je de volgende melding krijgen.

    clip_image001

    Er is goed nieuws toch over te melden. Namelijk voor interne afwezigheids mailtjes zal dit zelfden voor komen. Dit zou wel kunnen voorkomen voor Externe afwezigheids meldingen maar die worden niet ondersteund in de Oudere versies.

    Externe Afwezigheids meldingen worden overschreven door Interne meldingen.

    Oudere versies van hebben alleen een afwezigheids melding tekst vak. Dus je zit in 2003 dus alleen de interne afwezigheids melding in 2003. Waarneer je op OK in afwezigheids assistent klikt in 2003 wordt de externe en interne afwezigheids melding overschreven met de afwezigheids tekst zoals in de oudere versies. Het voordeel is wel als je op OK klik dat de externe afwezigheids assistent automatisch wordt uitgeschakeld.


    Afwezigheids schema uitschakelen voor 2003

    Als je afwezigheids schema gebruikt in 2007 of OWA 2007 dan krijg je meest rare problemen als je 2003 gebruikt om de instellingen aan t e passen.

    Het eindresultaat is afhankelijk of de tijd van nu valt in Start & Eind tijd van de ingeschakelde afwezigheids assistent.

    Probleem

    Tijd

    Resultaat

    Geplande Afwezigheids assistent is actief in  2007 of  OWA 2007

    De huidige tijd valt tussen de start en eind tijd van de geplande Afwezigheids Assistent  

    Als je status bekijkt in 2003 dan zie je dat ik afwezig ben.

     

     Als je op OK klikt dan is afwezigheids assistent uit geschakeld. De globale afwezigheids assistent is ingeschakeld maar wordt alleen verstuurd tussen geplande uren/dagen.Het ergste is wat gebeuren is dat de afwezigheids assistent aan blijft staan terwijl de eind tijd al bereikt is.

     

    Geplande Afwezigheids assistent is NIET actief in  2007 of  OWA 2007

    De huidige tijd valt buiten de start en eind tijd van de geplande Afwezigheids Assistent  

    Als je status bekijkt in 2003 dan zie je dat ik aanwezig ben.

     Als je op OK klikt dan is de geplande afwezigheids assistent uitgeschakeld. De globale afwezigheids assistent is uitgeschakeld. Dus er gebeurt niks wanneer de vorige start datum werkt bereikt.

    Regels zijn alleen aanpasbaar in de versie waarin ze zijn Aangemaakt.

    Afwezigheids regels die aangemaakt zijn in 2007 zijn altijd zichtbaar in alle versies.
    Regels kun je aanpassen aanzetten uitzetten in de versie welke zijn aangemaakt.

    Conclusie,

    Met 2007 OFF is dat je het beste 2007 of OWA 2007 gebruikt om afwezigheid instellingen te maken. Als je op OK klik in de oudere versie van worden sommige dingen aangepast (Uitgezet/aangepast) zonder dat je daar melding van krijgt. De enigste situatie is wanneer je in de oudere versie van niks aangepast wordt is als je een tekst gebruikt zonder enige opmaak.

    Zorg er voor dat je de laatste versie gebruikt om de instelling aan te passen.

    Oorspronkelijk document:

    http://msexchangeteam.com/archive/2007/04/04/437544.aspx

    Post to Twitter

    Related posts

    Outlook 2003 & 2007 Verdwijnen Kalenders

    By Ward, October 10, 2008

    . Zorg dat je laatst Service Pack hebt geïnstalleerd om mee te testen.
    2. Probeer te open met volgende commando Start->Run-> /resetnavpane
    3. Hernoem de gebruiker.xml bestand (Als crasht dan wordt het bestand gebruiker.xml
    corrupt waar gedeelde bestanden in staan.)
    a. Ga naar C:Documents and SettingsusernameApplication DataMicrosoftOutlook
    b. Hernoem gebruiker.xml naar gebruiker.xml.old
    c. Open and sluit opnieuw.
    d. Controleer of gebruiker.xml wordt opnieuw aangemaakt.
    Opmerking: Je moet nu wel weer gedeelde kalenders opnieuw toevoegen.
    3. Probeer te open met volgende commando Start->Run-> /resetnavpane
    4 Nieuw profiel aanmaken.

    Post to Twitter

    Related posts

    OfficeFolders theme by Themocracy

    Ward Vissers is Digg proof thanks to caching by WP Super Cache