Posts tagged: Exchange 2003

FREE eBook: The SysAdmin Handbook

By Ward, March 17, 2010

Een aantal mensen van Red-Gate hebben weer een mooi ebook geschreven wat elke Microsoft/ beheerder moeten weten. Het is een samenvatting van The Best of
Simple Talk SysAdmin

De Onderwerpen:


- High Availability in
- Message Hygiene in Server 200731
- Using for Resource Booking
- Controlling Email Messages using ’s Transport Rules
- Mailbox Server
- Top Tips for Admins
- Database Technologies
- Message Classifications in
- Deploying on Server 2008
- Server Log File Replay
- Configuring Server 2007 to Support Information Rights Management
- Reporting on Mobile Device Activity Using ActiveSync Logs
- Online Backups
- Optimizing Server 2007
- : Recovery Storage Groups
- E-mail Addresses and the Address Cache
- Upgrading to Server 2007
- Goodbye ExMerge, Hello Export-Mailbox
- Determining MS Disk Performance
- Upgrading to Server 2007: Part 2
- Message Tracking in
- Third Party High Availability and Disaster Recovery for Microsoft Server
- Server 2010 – The First Public Beta Version
- Emulating the 2003 RUS for Out-of-Band Mailbox Provisioning in
- Using Transport Rules to Protect the First Entry in the Address Book
- Cluster Continuous Replication Network Design
- Building an Server 2007 environment
- An Introduction to Messaging Records Management
- Installing Hyper-V and Beyond
- Restricting Client Versions in
- Using Twitter and PowerShell to Find Technical Information and Join a Community
- Update: Server 2010 Release Candidate
- backups on Server 2008
- Moving to Office Communications Server 2007 R2
- Monitoring and Scheduling Database Online Maintenance
- High Availability
- Implementing Cluster Replication – Part
- The Recycle Bin in Server
- Using Group Policy to Restrict the use of PST Files
- Introduction to Server 2010
- The Ego and the System Administrator
- Implementing Server 2008 File System Quotas
- Implementing Cluster Continuous Replication, Part 2
- Management with PowerShell in Server
- Upgrade 2003 to
- Customizing the Address Book

General Articles
- A SysAdmin’s Guide to Change Management
- A SysAdmin’s Guide to Users
- Change Management – What It Is and Why You Need It
- Manage Stress Before it Kills You
- Hiring System Administrators
- Increase Your Value as a Professional in the Technical Industry
- The Art of Dealing with People

Virtualization
- Virtual Servers
- Virtualizing : points for discussion
- Build Your Own Virtualized Test Lab
- A Beginner’s Guide to Virtualizing Server – Part
- A Beginner’s Guide to Virtualizing Server – Part 2
- Server Virtualisation: Hyper-V, an Introduction
- Increasing the Availability of Virtualized Applications and Services
- Microsoft Hyper-V Networking and Configuration – Part

Unified Messaging
- An Introduction to Unified Messaging
- Moving to Office Communications Server 2007 R2

PowerShell
- Managing Mailbox Quotas with PowerShell
- So You Thought PowerShell Was Only For

Downloaden klik op het boek

image

Post to Twitter

Related posts

Prepare Schema & AD & domain voor installatie Exchange 2010

By Ward, February 8, 2010

Prerequisites

Domain Controller:
Server 2003 Standard Edition met Service Pack (SP1) of later (32-bit or 64-bit)
Server 2003 Enterprise Edition met SP1 of later (32-bit or 64-bit)
Server 2008 Standard of Enterprise (32-bit or 64-bit)
Server Standard or Enterprise

Prepare en domains

. Indien er nog een 2003 Server aanwezig is moet je:
setup /PrepareLegacyExchangePermissions of setup /pl

2. setup /PrepareSchema of setup /ps

3. setup /PrepareAD of setup /p
Onder de OU in domain genoemd Microsoft Security Groups worden de volgende groepen aangemaakt:
Organization Management
Recipient Management
Server Management
-Only Organization Management
Public Folder Management
UM Management
Hygiene Management
Records Management
Discovery Management
Delegated Setup

Legacy Groepen:
Security Groups OU:
Organization Management
Recipient Management
Server Management
-Only Organization Management
Public Folder Management
UM Management
Hygiene Management
Records Management
Discovery Management
Delegated Setup
ExchangeLegacyInterop

4. setup /PrepareDomain of setup /pd

Post to Twitter

Related posts

Exchange 2010 SSL Certificaten

By Ward, January 28, 2010

2007 & 2010 steunen zwaar op web services en om deze diensten te beveiligingen wordt er gebruikt gemaakt van een SSL Certificaat.  2007  & 2010 genereren zelf ook een eigen certificaat.

Om naar buiten geen waarschuwing te krijgen dat het SSL certificaat niet vertrouwd wordt er normaal gesproken gewerkt met commerciële vertrouwd SSL certificaat.

Voor de 2007 & 2010 worden de volgende volgende URL’s gebruikt:

webmail.wardvissers.nl (MX records,OWA,IMAP/POP3/SMTP en ActiveSync – plus het is the reverse DNS record voor je statische IP adres)
autodiscover.wardvissers.nl(Voor Autodiscovery)
legacy.wardvissers.nl (Mocht je van 2003 vanaf komen)
e2k10.wardvissers.local (De Server interne naam)
e2k10 (De server NETBIOS naam).

“webmail.wardvissers.nl” is de eerste naam die verschijnt zodra een gebruiker op dit certificaat klikt. En zorgt er voor dat alles extern connect naar de server zonder support voor SAN/UC certificaten.

(SAN is Subject Alternative Name, UC is Unified Communications –Zijn het zelfde).

Het handige is dat dat je een SAN certificaat aanvraag. Met de eerder genoemde url’s.

Stel je hebt maar een certificaat genaamd webmail.wardvissers.nl dan kun je toch alles gebruiken maar daar is een truk voor nodig.

Vereisten:
- 2007 SP1
- SRV Record ondersteuning bij uw Externe DNS host. Mocht je dat niet hebben dan kun je twee
dingen doen:
. Andere Domain aanbieder die wel SRV records ondersteund.
2. San Certificaat.
- Commerciële SSL-certificaat
- Split DNS Setup bijvoorbeeld (.local intern & .nl Extern)

DNS configuratie van Autodiscover

. Verwijder alle host A records die verwijzen naar autodiscover.domain.local

2. Maak een nieuw Service Location (SRV Record aan). Vul de gegevens in zoals afgebeeld op de plaatjes.

3. Webmail.wardvissers.nl moet verwijzen naar de CAS 2010 server.

image image
image

URL aanpassingen door voeren:

. Get-ExchangeCertificate (Lijst met alle Certificaten)

2. Enable-exchangecertificate -services IMAP, POP, IIS, SMTP -Thumbprint 02B3E404EF76A0A839365C7489B59B1D1278EDCD (Certificaat Nummer)

3. Zet de volgende URL’s goed:
Set-ClientAccessServer -Identity e2k10 -AutoDiscoverServiceInternalUri https://webmail.wardvissers.nl/Autodiscover/Autodiscover.xml

Set-WebServicesVirtualDirectory -Identity “e2k10\EWS (Default Web Site)” -InternalUrl https://webmail.wardvissers.nl/ews/.asmx

Set-OABVirtualDirectory -Identity “e2k10\oab (Default Web Site)” -InternalUrl https://webmail.wardvissers.nl/oab

Enable-OutlookAnywhere -Server e2k10 -ExternalHostname “webmail.albron.nl” -ClientAuthenticationMethod “Basic”-SSLOffloading:$False

Set-ActiveSyncVirtualDirectory -Identity “e2k10\Microsoft-Server-ActiveSync (Default Web Site)” -ExternalURL https://webmail.wardvissers.nl/Microsoft-Server-Activesync

Set-ECPVirtualDirectory –Identity e2k10\ECP (default web site) -ExternalURL https://webmail.wardvissers.nl/ECP

4. Nu werkt verwijst intern en extern naar het zelfde adres.

5. Er zijn nog wel twee dingen waar je op moet letten:
- Het kan zijn dat je een voor IE een url moeten toevoegend dat lokaal blijft resolven als je via
een proxy server naar buiten toe gaat.
- Op elke CAS/HUB server moet URL’s toegepast worden naar het NLB CAS Load
Balacing

Post to Twitter

Related posts

Exchange Server 2010 Deployment Assistant

By Ward, November 14, 2009

Microsoft Server 2010 introduceert de assistent.
Een nieuw web-based tool die u kunt gebruiken voor een implementatie.
assistent vraagt een met een paar vragen over uw huidige omgeving en genereert vervolgens een aangepaste checklist en procedures die bijdragen met de migratie naar 2010.

Het is momenteel nog in ontwikkeling en biedt de volgende keuzes:

Post to Twitter

Related posts

Disconnected mailbox is niet te zien onder Disconnected Mailbox onder Exchange Management Console Exchange 2007

By Ward, September 25, 2009

Het komt nog wel eens voor dat er binnen 2007 een gebruiker wordt verwijdert, vervolgens is de mailbox niet meer te zien bij “Disconnected Mailboxes”

. Test Gebruikers: disconnectmailbox & test2 users heb ik hier voor gebruikt
    Van deze gebruikers disablen we de mailbox. disconnectmailbox heeft een lege mailbox. 
    Test2 heeft mailtje in zijn postvak in zitten.

2.  image

3. Vervolgens kijkende bij Disconnected Mailboxes en zijn test2 & disconnectmailbox niet te vinden.

2

4. Via “ Management Shell” kan er een Cleanup worden uitgevoerd (zoals in 2003) om vervolgens de mailbox weer te kunnen bekijken:

Voer het volgende commando in: get-mailboxdatabase

image 

5. Vervolgende de scan uitvoeren met het volgende commando: Clean-MailboxDatabase “First Storage Group\Mailbox Database

image

LET OP: STORAGE GROEPEN & DATABASES kunnen andere namen hebben dan de standaard namen. Vandaar dat ik de storage groep en database naam volledig mee geef.

6. Onder disconnected mailboxen vind je nu test 2 terug.
image

De vraag is waar is test gebruiker disconnectmailbox gebleven.

ANTWOORD: LET OP: Als een mailbox leeg is zie je deze nooit verschijnen onder Disconnected Mailbox

Post to Twitter

Related posts

Offline Defragmentatie Exchange Database in Exchange 2003 & Exchange 2007

By Ward, June 11, 2009

Een omgeving dient jaarlijks of 2 een offline defragmentatie van een database gedaan te worden.

Hier onder staan een aantal stappen om dit op een juiste manier te doen.

Waar moet je allemaal op controleren:

- Zorg dat je ongeveer 130-150% vrij ruimte uit om de database te defragmenteren.
- De store’s zijn ge-unmount
- MSexchangeIs service actief is alleen voor Integerity Check.

Integerity Check
Mailbox: eseutil.exe /G  D:\Exchsvr\Data\mb01.edb
Public Folder: eseutil.exe /G  D:\Exchsvr\Data\mb01.edb 

Checksum test
Mailbox: eseutil.exe /K D:\Exchsvr\Data\mb01.edb 
Public Folder: eseutil.exe /K D:\Exchsvr\Data\mb01.edb 

Defragmentatie
Mailbox: eseutil.exe /D  D:\Exchsvr\Data\mb01.edb  D:\temp\tmp_mb01.edb
Public Folder: eseutil.exe /D  D:\Exchsvr\Data\mb01.edb  D:\temp\tmp_mb01.edb

e2k7defrag
Paar Interessante linkjes met extra Info:

Link 1 Link 2 Link 3 Link 4 Link 5

Post to Twitter

Related posts

Rollup 7 voor Microsoft Exchange 2007 SP1

By Ward, March 19, 2009

Update 7 voor Microsoft 2007 is vrij gegeven. Downloaden doen je HIER.
 
Deze update heeft 50 updates. Aangezien microsoft een nieuwe manier van testen/controleren van updates heeft is men niet gelukt om alles opgelost te krijgen met
Roll-Up 6.

Beschrijving van deze update check: KB 960384

  • 946449 A non-read report message is sent after you perform a "Mark All as Read" operation against unread e-mail messages in Server 2007
  • 949113 Unexpected modified instances of a recurring meeting may appear when you use Entourage to access a calendar on a computer that is running Server 2007
  • 949114 Duplicate calendar items may appear when you use Entourage to access a calendar on an 2007 server
  • 949464 The customized properties are removed in the recipients’ calendars when you send a meeting request that includes customized properties
  • 950115 When a CDO .2.-based application generates a meeting request that includes some European characters in the message body, these characters appear as question marks in 2007
  • 951341 Users cannot read calendar items when they connect Server 2007 by using certain IMAP4 or POP3 clients
  • 952778 Event ID 9874 is frequently logged on Server 2007 with Service Pack
  • 953094 The value in the "Messages queued for submission" performance counter on the mailbox role of Server 2007 increases after a meeting request is delivered
  • 954213 All Test commands that are related to the Client Access Server fail when you run the commands on an 2007 server in a disjoint namespace
  • 954741 The UseRUSServer parameter does not work if an administrator has specified an RUS server on a target mailbox server
  • 954898 The LegacyExchangeDN attributes for mail-enabled objects are incorrectly set in an environment that contains 2003 and 2007
  • 955027 The Edgetransport.exe process may crash on a hub transport server that is running Server 2007 Service Pack
  • 955462 You notice high CPU usage when the IMAP service is running on an 2007 Service Pack server that has the CAS role
  • 955778 You receive a Non-Delivery Report (NDR) message when you send an e-mail message to a non-SMTP address in an client that is using Cached mode
  • 956069 A Non-Delivery Report (NDR) is generated when an Server 2007 user tries to send a message to a recipient who has a one-off FAX address that includes any characters that are larger than 0xFF in Unicode
  • 956205 Corrupted characters appear in the Subject field or in the Location field of a recurring calendar item after a user adds DBCS characters to a field in a meeting occurrence by using an 2002 client
  • 956275 An 2007 sender’s address is split into two separate addresses when an external recipient replies to the message
  • 956455 The display name appears in a received message even though the property of the user mailbox is set to "Hide from address lists" in Server 2007
  • 956687 Messages stay in the submission queue after you enable per-mailbox database journaling in an Server 2003 and Server 2007 coexisting environment
  • 957019 Images cannot be pasted in an Server 2007 Web Access message body
  • 957071 The MSExchange Transport service may crash intermittently on the 2007 server
  • 957124 You do not receive an NDR message even though your meeting request cannot be sent successfully to a recipient
  • 957227 The Management Console crashes when one or more domain controllers of a top-level domain are not reachable
  • 957485 The Test-OwaConnectivity command returns a warning message in Server 2007 when there is a disjoint namespace
  • 957504 The IMAP4 service crashes intermittently, and Event ID 4999 is logged on Server 2007
  • 957683 An IP Gateway can still be used to dial out for a "Play on Phone" request after the IP Gateway is disabled
  • 957834 Network shares are deleted and created intermittently by the replication service on an SCC cluster when SCR is enabled on the server
  • 957947 The Information Store service may crash when an Entourage client synchronizes with an 2007 server
  • 958091 You cannot update the task complete percentage to any value other than or 100 in Web Access
  • 958093 Voice mail messages are not stamped with the disclaimer that is defined in the transport rule in an Server 2007 environment
  • 958128 Replication messages stay in a queue in a retry state after a public folder database is dismounted
  • 958331 The Restore-StorageGroupCopy command may fail in an Server 2007 SCR environment
  • 958444 Event 522 is logged when replication is resumed on a suspended Storage Group on an Server 2007 CCR or SCR environment
  • 958472 An unexpected text string appears at the top of the message body when an Server 2007 user sends an HTML message by using Web Access
  • 958552 The ByteEncoderTypeFor7BitCharsets setting does not take effect for the US ASCII character set after you install the hotfix that is mentioned in Microsoft Knowledge Base article 946641
  • 958638 2007 Server cannot parse X-Priority headers from clients that submit X-Priority headers that contain additional comments
  • 958803 The EdgeTransport.exe process may stop responding in Server 2007 when the priority queuing feature is enabled
  • 958872 The Map This Address feature in the contact page for an OWA client does not work in Server 2007
  • 959100 Server 2007 cannot route e-mail messages to mail enabled Non-MAPI public folders that are hosted on an Server 2003 server
  • 959135 Event 9673 occurs when the Microsoft Information Store service crashes on a computer that is running 2007 with Service Pack
  • 959397 An increase in database size is generated unexpectedly when IMAP4 users use a Copy command in 2007
  • 959434 The last logon time is not updated to reflect the logon times that have occurred after users log on to their mailboxes by using the Entourage client in an 2007 environment
  • 959545 A redirection message in Web Access 2007 is incorrect when the message is translated to Korean
  • 959671 The Manage Mobile Devices option is not displayed in Management Console after a mobile device re-synchronizes with an 2007 server
  • 959952 The Set-Mailbox command does not change the AutomateProcessing attribute for an Server 2007 user when a regular user mailbox is converted from a room mailbox
  • 960291 Web Access or an Web Service application does not correctly display a monthly or yearly recurring appointment or meeting request
  • 960292 The MSExchangeIMAP4 service may crash intermittently after you apply an update rollup for Server 2007 Service Pack
  • 960349 The Information Store service may crash after you enable tracing for the logon actions
  • 961281 An error is returned when you enable SCR from any source in a child domain after you install Server 2007 Service Pack Rollup 5
  • 961395 The 2007 Unified Messaging server does not update the caller information if an external user makes a call

Post to Twitter

Related posts

Rollup 6 voor Exchange 2007 SP1

By Ward, February 10, 2009

Rollup 6 is inmiddels weer verschenen voor 2007 SP1.

De volgende items heeft Microsoft weer gefixt:
950675  Downloaded .xls file attachments are empty when you open the files by using Web Access on Server 2007 Service Pack

955443  Some free/busy messages are not replicated from 2007 to servers after some mailboxes are migrated from Server 2003 to Server 2007

956536  The Microsoft File Distribution service uses lots of memory and processor time when Server 2007 processes many OABs

956624  The Microsoft Transport service crashes continuously after you enable journal rule or deploy an antivirus application on an Server 2007 server

957748  The custom message class of contact object is overwritten by the normal IPM.Contact class when an 2007 server replicates the contact object to any other public store

959239  MS09-003: Vulnerabilities in Microsoft could allow remote code execution

Officiële informatie krijg je HIER en downloaden doe je hier HIER.

Post to Twitter

Related posts

Anonymous user toevoegen in Exchange 2003 & Outlook 2003

By Ward, January 28, 2009

Download PFDAdadmin
http://www.microsoft.com/downloads/details.aspx?familyid=635be792-d8ad-49e3-ada4-e2422c0ab424&displaylang=en

Start PFDAVAdmin
clip_image002
Kies voor File  Connect
Vul hier de volgende gegevens is. Ben je geen Admin vul hier dan als login gegevens de gegevens in van de gebruiker dan werkt het ook.
clip_image004

clip_image006
Klik met rechter muis knop op http://…..
clip_image008

Kies voor Propagete Folder ACEs

clip_image010
Vink beide aan (NT AutorityAnonymous Logon & Everyone ) en klik vervolgens op OK.
clip_image012

Klik met rechter muis knop vervolgens nog maals op http://…. met
clip_image008[1]
Kies voor Check DACL State
clip_image014
Klik op Yes
clip_image016

Nu is alles prima en is anoniem success vol toegevoegd.

Post to Twitter

Related posts

Tools

By Ward, January 25, 2009

Cisco
NetworkAssistant
Firmware Upgrade

Overig:
Recuva Filerecovery
Defraggler Defragmenteren
CCleaner CleanUp Tool


Thevesi VMWare Eco Shell
RV Tools


Exchange Remote Connectivity Analyzer
OCS Remote Connectivity Analyzer
IPTools
MXToolbox
IntoDNS
POPGrabber (Free Tool with collect pop3 email and delivers them to another server via SMTP.
POP3 Grabber Works With 2003/2007/Exchange2010 and free version is limited 3 popaccounts)
POPcon (A Tool with collect pop3 email and delivers them to another server via SMTP.
POPcon Works With 2003/2007/Exchange2010)

7
sticky notes
record steps to reproduce a problem

Post to Twitter

Related posts

OfficeFolders theme by Themocracy

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