Free E-Book: First Look Microsoft Office 2010
Katherine Murray has written a nice e-book about Office 2010: here it is (in XPS) and here it is (in PDF). 14 chapters
![]()
Katherine Murray has written a nice e-book about Office 2010: here it is (in XPS) and here it is (in PDF). 14 chapters
![]()
I Like Office 2010. For me it is the best Office version i ever worked with.
MDT 2010 it’s great tool that Microsoft created.
Now i will talk about how you deploy Office 2010 with Multilanguage packs with MDT 2010.
Step 1: Download the Office 2010 English version booth will be in x86 & x64
Step 2. Download the Office 2010 (language) Multilanguage iso only available from the Microsoft Volume Licensing site. Both in x86 en x64.
Step 3. Add the Office 2010 English version to MDT 2010 here office-2010-uitrollen-met-mdt-2010
Step 4. Extract the Office 2010 (language) Multilanguage iso with 7zip in the same application folder witch you created in Step 3.
Step 5. When you open MDT 2010 management console and you go to the Office 2010 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 MDT 2010 you MDT sees Office 2010 as Office 2007. MDT 2010 beta 1 supports Office 2010. I found till now no issues deploying Office 2010.
Step 6. Check the languages that you want. Check the Screenshot how i did it.
Step 7. Deploy the a Windows XP or Windows 7 client with Office 2010 Multilanguage versions.
Step 8. You can check with Microsoft Office 2010 Language Preferences or the languages that you configured are installed.
Step 9. Use Group Policy to set the language settings for users
Download the Office 2010 policy template files to your computer. You will find them HERE
Make a new GPO named Office 2010 languages settings it is a user policy.
Under User Configuration in the console tree, right-click Administrative Templates.
Click Add/Remove Templates, and then click Add.
In the Policy Templates dialog box, click the template that you want to add, and then click Open.
After you add the Office 2010 templates, click Close.
Open the Group Policy object (GPO) for which you want to set policy.
Double-click User Configuration and expand the tree under Administrative Templates.
Locate language-related policies in the Microsoft Office 2010 \ Language Settings node.
Select the languages that you want to use for each setting.
Save the GPO.
Go Testing
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 Microsoft Outlook 2010
Click to the File tab. Click Help.
Office is not activated
Determining Which Activation Method Office is Using – KMS or MAK
Click the start menu and enter cmd /k cscript “%programfiles%\Microsoft Office\Office14\ospp.vbs” /dstatus in the search box.
If running 32 bit Office 2010 on 64 bit Windows, %programfiles% above should be replaced with %programfiles(x86)%.
Not Activated
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 = 0
weight = 0
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 Windows 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
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.
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
1. Type cmd in the search bar to locate the command window..
2. At the command prompt, type cd\Program Files\Microsoft Office\Office14.
If running 32 bit Office 2010 on 64 bit Windows, 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. ![]()
Run the command cscript ospp.vbs /act to activate Office with the KMS server.
Launch Microsoft Outlook 2010 agein
Click to the File tab. Click Help.
Office is activated
Office 2003 Slipstream Commando’s
X:\Setup.exe /a MSINODISABLEMEDIA=1
msiexec /p C:\SP2\MAINSP3ff.msp /a C:\Office2003\PRO11.msi SHORTFILENAMES=TRUE /qb
Microsoft office heeft in een Schema weergegeven welke uitrol mogelijkheden er zijn voor Office 2010.
In dit schema heeft Microsoft aangegeven welke uitrol methode in welke situatie gebruikt kan worden.
Welke Limieten aan elke uitrol zitten en welke aanbevelingen Microsoft hier over heeft.
Tevens worden aangegeven welke Tools je nodig hebt voor elke uitrol.
Er zijn 3 smaken PDF & VSD & XPS. Downloaden doe je HIER
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
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Ward.vcf
Mark.vcf
Script:
==========================================================
‘== VB Script to Export Outlook 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 outlook 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 outlook
‘== 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 outlook object and then get the contacts
‘======================================================
set outApp = createobject("Outlook.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 ) <> 1 then
wscript.echo tmpString & ext
outPath = exportPath & "" & tmpString & ext
else
if tmpArr(0) = "com" then
wscript.echo trim(tmpArr(1)) & trim(tmpArr(0)) & ext
outPath = exportPath & "" & trim(tmpArr(1)) & trim(tmpArr(0)) & ext
else
wscript.echo trim(tmpArr(1)) & " " & trim(tmpArr(0)) & ext
outPath = exportPath & "" & trim(tmpArr(1)) & " " & trim(tmpArr(0)) & 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
1. Klik in het menu Extra op Accountinstellingen, selecteer het Exchange-account en klik vervolgens op Wijzigen.
2. Klik op Meer instellingen en klik vervolgens op het tabblad Verbinding.
3. Schakel onder Outlook Anywhere het selectievakje Via HTTP verbinding maken met Microsoft Exchange in.
Opmerking: Als de sectie Outlook Anywhere niet beschikbaar is, is Windows XP 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 Exchange.
1 Voer bij url in je domein naam in waarmee je vanaf buiten kunt connecten naar de exchange 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.
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.
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:
1. Windows Verkenner
2. Ga naar Tools à Folders Options
3. Ga naar File Types Tap
4. Zoek XLS op
![]()
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 “%1″
7. Klik twee keer op OK
8. Klik op Close
9. Nu moeten 2003 Excel bestanden snel geopend worden.
Sinds Exchange 2007 uit is waren er al in bepaalde gevallen bekend dat men dubbele mailtjes kon binnen krijgen als je Outlook 2003 gebruikt om de afwezigheids assistent te gebruiken. In SP1 voor Exchange 2007 is dit probleem aangepakt. Er zijn sommige software pakketen die gebruik maken van OOF.
Als je meerdere versies van Outlook 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 Outlook 2007 of OWA 2007 en je wil dezen aanpassen in Outlook 2003 dan kun je de volgende melding krijgen.
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 Outlook versies.
Externe Afwezigheids meldingen worden overschreven door Interne meldingen.
Oudere versies van outlook hebben alleen een afwezigheids melding tekst vak. Dus je zit in Outlook 2003 dus alleen de interne afwezigheids melding in Outlook 2003. Waarneer je op OK in afwezigheids assistent klikt in Outlook 2003 wordt de externe en interne afwezigheids melding overschreven met de afwezigheids tekst zoals in de oudere Outlook versies. Het voordeel is wel als je op OK klik dat de externe afwezigheids assistent automatisch wordt uitgeschakeld.
Afwezigheids schema uitschakelen voor Outlook 2003
Als je afwezigheids schema gebruikt in Outlook 2007 of OWA 2007 dan krijg je meest rare problemen als je Outlook 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 Outlook 2007 of OWA 2007 |
De huidige tijd valt tussen de start en eind tijd van de geplande Afwezigheids Assistent |
Als je status bekijkt in Outlook 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 Outlook 2007 of OWA 2007 |
De huidige tijd valt buiten de start en eind tijd van de geplande Afwezigheids Assistent |
Als je status bekijkt in Outlook 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 Outlook 2007 zijn altijd zichtbaar in alle Outlook versies.
Regels kun je aanpassen aanzetten uitzetten in de versie welke zijn aangemaakt.
Conclusie,
Met Exchange 2007 OFF is dat je het beste Outlook 2007 of OWA 2007 gebruikt om afwezigheid instellingen te maken. Als je op OK klik in de oudere versie van Outlook worden sommige dingen aangepast (Uitgezet/aangepast) zonder dat je daar melding van krijgt. De enigste situatie is wanneer je in de oudere versie van Outlook niks aangepast wordt is als je een tekst gebruikt zonder enige opmaak.
Zorg er voor dat je de laatste Outlook versie gebruikt om de instelling aan te passen.
Oorspronkelijk document:
http://msexchangeteam.com/archive/2007/04/04/437544.aspx
1. Zorg dat je laatst Service Pack hebt geïnstalleerd om mee te testen.
2. Probeer Outlook te open met volgende commando Start->Run->outlook /resetnavpane
3. Hernoem de gebruiker.xml bestand (Als Outlook 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 Outlook and sluit opnieuw.
d. Controleer of gebruiker.xml wordt opnieuw aangemaakt.
Opmerking: Je moet nu wel weer gedeelde kalenders opnieuw toevoegen.
3. Probeer Outlook te open met volgende commando Start->Run->outlook /resetnavpane
4 Nieuw outlook profiel aanmaken.
OfficeFolders theme by
Themocracy
Ward Vissers is Digg proof thanks to caching by WP Super Cache