FREE eBook: The SysAdmin Handbook

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

De Onderwerpen:

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

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

PowerShell
– Managing Exchange 2007 Mailbox Quotas with Windows PowerShell
– So You Thought PowerShell Was Only For Exchange 2007

Downloaden klik op het boek

image

Rollup 2 voor Exchange Server 2010

Microsoft heeft rollup 2 voor Exchange 2010 vrijgegeven.
Hier onder een overzicht wat er allemaal gefixt is:

977633 Certain third-party IMAP4 clients cannot connect to Exchange Server 2003 mailboxes through an Exchange Server 2010 CAS server

979431 The POP3 service crashes when a user connects to a mailbox through the POP3 protocol and the user is migrated from an Exchange Server 2003 server to an Exchange Server 2010 server

979480 Users cannot receive new messages if they access mailboxes that are moved to another Exchange Server 2010 RU1 server by using IMAP4 clients

979563 Exchange Server 2010 Push Notifications does not work

979566 A 0x85010014 error is generated when linked mailbox users try to synchronize their mailboxes with mobile devices in a CAS-CAS proxying scenario in Exchange Server 2010

980261 This fix introduces the supports for Exchange Server 2010 page patching when a "-1022" disk I/O error is generated

980262 Event ID 2156 is logged on a computer that is running Exchange Server 2010

Downloaden van Rollup 2 voor Exchange 2010 doe je HIER.

Exchange 2010 Custom SMTP e-mail address

Hier onder een lijst met variabelen om een aangepaste email adres policy te maken

Variabel Uitleg
% g Gegeven naam (voornaam)
% i Midden initiële
% s Naam (achternaam)
% d Weergavenaam
% m Exchange alias
%xs Gebruikt de eerste x letters van de achternaam. Bijvoorbeeld, als x = 2, zijn de eerste twee letters van de achternaam gebruikt.
%xg

Gebruikt de eerste x letters van de voornaam. Bijvoorbeeld, als x = 2, zijn de eerste twee letters van de voornaam gebruikt.

Exchange 2007 Migratie to Exchange 2010 Moving Offline Address Book

Onder Exchange 2010 Organisatie Configuratie –> Mailbox –> Offline Address Book

clip_image002clip_image004

clip_image006clip_image008

Powershell
Move-OfflineAddressBook -Identity ‘\Default Offline Address Book’ -Server ‘Ward-Ex02’

Exchange 2007 error the Public Folder Database cannot be Object is read only because it was created by a future version of Exchange: 0.10 (14.0.100.0).

Error tijdens het verwijderen van de public folder
clip_image002

Oplossing:

Vanaf de Exchange 2010 Management Console
remove-publicfolderdatabase -identity "exchange2007server\second storage group\public folder database"

Exchange 2010 Global Settings

Onder Exchange 2010 Organisatie Configuratie –> Hub Transport –>  Global Settings

clip_image002

Powershell

Set-TransportConfig –ExternalPostmasterAddress postmaster@wardvissers.nl

Set-TransportConfig -MaxSendSize ‘20mb’

Set-TransportConfig -MaxRecipientEnvelopeLimit 5000

Set-TransportConfig –MaxReceiveSize ‘20mb’

Exchange 2010 Send Connector

Onder Exchange 2010 Organisatie Configuratie –> Hub Trans Port –> Send Connector

Optie 1 EMC

clip_image002clip_image004

clip_image006clip_image008

clip_image010clip_image012

Optie 2 Powershell

New-SendConnector –Name ‘External’ –Usage ‘Internet’ –AddressSpaces ‘SMTP:*;1’

–DNSRoutingEnabled $true –UseExternalDNSServersEnabled $false –Fqdn ‘mail.wardvissers.nl’



Translate »