Presentation is loading. Please wait.

Presentation is loading. Please wait.

Overview of Exchange 2007 (Beta 1)

Similar presentations


Presentation on theme: "Overview of Exchange 2007 (Beta 1)"— Presentation transcript:

1 Overview of Exchange 2007 (Beta 1)
Eileen Brown Manager, Technical Evangelist team

2 Agenda Key scenarios 64-bit Exchange Management shell
High Availability Unified Messaging

3 Exchange Server Roadmap
Available Now E2007 Beta 1 ExBPA v2.5, additional tools Hosted Exchange FrontBridge services Sybari AV Late 2006/Early 2007 E2007 Planned Availability E2007-optimised services Mid 2006 E2007 CTP E2007 Beta 2 October 2003 Exchange 2003 Office System May 2004 Exchange 2003 SP1 Sept 2004 ExBPA October 2005 Exchange 2003 SP2

4 Exchange 2007 Themes IT Pro Situation Security Situation Control
is mission critical systems too complex/expensive Management tasks tedious, not automated Control Info Worker Situation Inbox value and access Users want easy access to all their communications Mobile devices are increasingly common Calendaring is frustrating Security Situation Security the top concern Spam & viruses compromise the experience Regulatory compliance critical in many industries Active protection

5 The 64-bit Imperative 32-bit 64-bit More memory Larger cache
Improved stability More “elbow room” for OS New Exchange functionality Larger cache Increases performance Enables further server consolidation Reduces cost of larger mailboxes Exchange 2007 Increase in traffic Increase in message sizes Larger and more attachments More unique clients per user Growing use of calendaring More granular security rights Larger number of users per server Exchange 2003 Exchange 2000 Exchange 5.5 Exchange 4.0 32-bit

6 Reducing Cost & Complexity Enable large, low-cost mailboxes
64-bit Reduced IO  bigger, cheaper disks More databases/server Database continuous replication From nightly to weekly Local or clustered New content indexer Efficient: low CPU impact, fast re-index Multi-mailbox search

7 Improved Mobile E-Mail
Improved mobile Outlook experience Reduced bandwidth and latency Direct Push experience New policy provisioning for devices Device password restrictions Local device reset Additional device and message security Certificate authentication Remote device reset

8 MS IT Scalability http://www. microsoft
106k User Mailboxes WW 4 Hubs: Front-End Access for 106k mailboxes Approx 25% use mobile devices 66 % Smartphone 33% Pocket PC Phone Edition MSIT do more with less Mobile services on 3 servers 20,000 simultaneous HTTPs sessions per server Same servers used for Outlook Web Access (OWA) and RPC/HTTP Increased Productivity Better Return On Investment Lower TCO

9 Admin Overview Beta 1 Enhancements for IT Administrators
New admin console Scriptable command line management shell Automatic client detection and configuration* New server roles 64-bit optimisation

10 ESM Side-by-Side Exchange 2003 Exchange 2007

11 Improved Exchange System Manager ESM Basics for E2007
Console Tree: segmented into four work centers Recipients Servers System Toolbox Result Pane: list of objects Work Pane: child objects of result pane object Action Pane: tasks for objects and node 2 4 1 3

12 Exchange System Manager
Demo Exchange System Manager

13 What is Windows Power Shell?
Extensible scripting technology Interactive, programmable, secure Write secure automation scripts to run locally or remotely Command-line management capabilities added using .NET Deliverables Scripting language (codename: MONAD) Interactive shell (Exchange Management Shell) Produce task-oriented commands Domain-independent utility commands Power Shell SDK Availability

14 Exchange Management Shell
An extensible scripting technology that: Is a rich scripting language Is a set of domain-independent utility commands Is interactive and programmable Is a way to produce task-oriented commands A full command line experience All E2007 tasks can be written as “Cmdlets” E2007 ESM GUI is written based on “Cmdlets” Command Line is superset of E2007 ESM GUI

15 New Exchange Management Shell E2007 Command Line Structure
Name Argument String Verb Noun Msh> Get-mailbox –Server “smbex01” Name Alias Server StorageQuota John Kelly johnk smbex01 unlimited Beth Aker betha smbex01 unlimited Command Parameter Property Names Property Values

16 New Exchange Management Shell E2007 Command Line Structure
Get-excommand | out-file c:\excommand.txt Sample Nouns Mailboxdatabase Storagegroup Sendconnector Umautoattendant Transportagent Mobiledevice Systemhealth Servicehealth Journalrule MAPIconnectivity Distributiongroup Verbs Update New Get Remove Set Add Enable Mount Dismount Disable Test

17 Exchange Management Shell
Set the send quota for ALL mail enabled users in the DL called “RemoteUsers” to 1000 KB Remove only storage groups that contain the word “temp”, with confirmation support Move ALL users from server PORTLAND to the TUCSON server, database “DB1” Get-DistributionGroup “RemoteUsers” | Get-DistributionGroupMember | Set-Mailbox –ProhibitSendQuota 1000 Get-StorageGroup | where { $_.Name –imatch “temp” } | Remove-StorageGroup –confirm Get-Mailbox –server PORTLAND | mov box –targetDatabase “TUCSON\DB1”

18 E2003 versus E2007 Scripting Exchange 2003 VBScript
Power shell (MONAD Script) Mailbox Statistics Set listExchange_Mailboxs = GetObject("winmgmts:{impersonationLevel=impersonate}!\\COMPUTERNAME\ROOT\MicrosoftExchangeV2").InstancesOf("Exchange_Mailbox") For Each objExchange_Mailbox in listExchange_Mailboxs WScript.echo "AssocContentCount =” + objExchange_Mailbox.AssocContentCount WScript.echo " DateDiscoveredAbsentInDS =” + objExchange_Mailbox.DateDiscoveredAbsentInDS WScript.echo " DeletedMessageSizeExtended =” + objExchange_Mailbox. DeletedMessageSizeExtended WScript.echo " LastLoggedOnUserAccount =” + objExchange_Mailbox. LastLoggedOnUserAccount WScript.echo " LastLogoffTime =” + objExchange_Mailbox. LastLogoffTime WScript.echo " LastLogonTime =” + objExchange_Mailbox. LastLogonTime WScript.echo " LegacyDN =” + objExchange_Mailbox. LegacyDN WScript.echo " MailboxDisplayName =” + objExchange_Mailbox. MailboxDisplayName WScript.echo " MailboxGUID =” + objExchange_Mailbox. MailboxGUID WScript.echo " ServerName =” + objExchange_Mailbox. ServerName WScript.echo " Size =” + objExchange_Mailbox. Size WScript.echo " StorageGroupName =” + objExchange_Mailbox. StorageGroupName WScript.echo " StorageLimitInfo =” + objExchange_Mailbox. StorageLimitInfo WScript.echo " StoreName =” + objExchange_Mailbox. StoreName WScript.echo " TotalItems =” + objExchange_Mailbox. TotalItems Next get-mailboxstatistics –server $servername Database Mgmt Dim StorGroup as New CDOEXM.StorageGroup StorGroup.DataSource.Open "LDAP://" + DCServer + "/ CN=First Storage Group,CN=InformationStore,CN=" + Server + ",CN=Servers,CN=First Administrative Group, CN=Administrative Groups,CN=First Organization, CN=Microsoft Exchange,CN=Services, CN=Configuration," + DomainName StorGroup.MoveLogFiles("C:\newlogPath", 0) move-storagegrouppath -id “First Storage Group” –log “C:\newlogPath” Recipient Mgmt Dim objMailbox As CDOEXM.IMailboxStore Set objMailbox = GetObject("LDAP://" + DCServer + "CN=FOO,CN=users," + DomainName) objMailbox.Creat box "LDAP://" + DCServer + "/CN=Private MDB,CN=First Storage Group,CN=InformationStore,CN=" + Server + ",CN=Servers,CN=First Administrative Group, CN=Administrative Groups,CN=First Organization, CN=Microsoft Exchange,CN=Services, CN=Configuration," + DomainName new-mailbox –id domain\FOO –database “First Storage Group\ Private MDB”

19 ActiveSync, POP, IMAP, RPC / HTTP …
Exchange 2007 Enterprise Enterprise network Mailbox Edge Transport Other SMTP Servers Hub Transport Routing Hygiene Policy Voice Messaging Unified Messaging Applications: OWA Protocols: ActiveSync, POP, IMAP, RPC / HTTP … Programmability: Web services, Web parts Client Access PBX or VoIP I N T E R Public Folders Fax

20 Mailbox High Availability Goals
© 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. 2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM Mailbox High Availability Goals Data Availability: Protect mailbox data from failures and corruptions Service Availability: Improve cluster failover operation Simplify cluster management Support stretch/geo-cluster Enable low cost large mailboxes (Gb+) Opt-in to redundancy based on business needs Increase solution availability 20

21 Mailbox Server Local Continuous Replication
2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM2/24/ :34 AM © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. Mailbox Server Local Continuous Replication One machine Two copies Replay Data validation One datacenter Easy configuration Manual activation Resource requirements Backup options Configurations Backup TCO Logs DBs Logs DBs 21

22 Clustered Continuous Replication
Two copies Clustered Automatic recovery Full redundancy Replay Data validation 1 or 2 datacenters Symmetric failover Q DB Logs DB DB 22

23 Demo Enabling LCR

24 Security, Protection and Compliance Secure messaging
Protect messages in transit and at rest Intra-org mail Encrypted by default Signed by default Business to business Auto E2007 to E2007 gateway encryption No special client requirements

25 Security, Protection and Compliance Messaging policy
Enable corporate, regulatory and litigation compliance for messaging Transport rules Journal and archive Encrypt Route Storage rules for retention Multi-mailbox search

26 Inbox Value and Access The Outlook experience
Outlook 2007 – richest experience Outlook Web Access – Outlook companion Outlook 2007 look and feel Reduced functionality option for desk-less workers Outlook Mobile – for Windows Mobile devices Outlook by phone – call into Exchange Any phone Speech recognition or touchtone Auto-attendant

27 E2007 Enhancements for Outlook Users
Getting Connected with Outlook 2007 AutoDiscovery Cached Mode Enhancements Improved Out of Office Performance Search

28 Inbox Value and Access “Universal inbox”
“Unified Messaging”  one inbox Fax Voic Scheduling Assistant Good/better/best time finder Resource selection tool Schedulable, external OOF SharePoint and file share document access Improved Outlook Web Access

29 Demo Unified Messaging

30 Calendar Concierge Scheduling Assistant
Automatically suggest best days and times for a meeting given attendees Simple color-coded interface Automates the scheduling process

31 Calendar Concierge Calendar Attendant
Server-side always-on meeting processing Auto-tentative placement of new meetings on the calendar Auto-update existing meetings with new information Delete out of date meeting updates

32 Calendar Concierge Resource Booking
Resource mailboxes “specially marked” in the AD Resource-specific AD schema extensions Marked as “Room” or “Equipment” Customer-defined properties Browse rooms separately in the Address Book New “All Rooms” address list Search based on resource properties

33 Calendar Concierge Security
E2003: Two levels Publish or not publish Free/Busy, visible to everyone Share entire calendar (with body/attachments) with specific people E2007: Granular security – to each person, you can: Deny all access Show Time + Free/Busy status only Show Time, Subject, Location, Free/Busy status Show Full Details E2007: Share meeting titles, location without sharing full calendar

34

35 Demo Outlook Web Access

36 Summary Key scenarios 64-bit Exchange Management shell
High Availability Unified Messaging

37 www.microsoft.com/technet http://blogs.technet.com/eileen_brown
© 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY.


Download ppt "Overview of Exchange 2007 (Beta 1)"

Similar presentations


Ads by Google