Microsoft. Exchange Server Základní přehled. Miroslav Knotek Microsoft MVP. IT Senior Consultant KPCS CZ, s.r.o.

Size: px
Start display at page:

Download "Microsoft. Exchange Server 2007. Základní přehled. Miroslav Knotek Microsoft MVP. IT Senior Consultant KPCS CZ, s.r.o. mirek@knotek.net www.kpcs."

Transcription

1 Microsoft Exchange Server 2007 Základní přehled Miroslav Knotek Microsoft MVP IT Senior Consultant KPCS CZ, s.r.o.

2 Agenda Server Roles Installation Management Server Changes High Availability Message Transfer Unified messaging Outlook Web Access Content management Client Experience Licencing Features Discontinued Service pack 1

3 Today s Business Environment What customers tell us

4 Exchange Server 2007 Investment themes Built-in Protection Enterprise-class availability at lower cost Protection from internal and external threats Simplified compliance for the organization Anywhere Access Universal inbox Rich, easy access whether at home, work or on the go Efficient collaboration: meetings and doc sharing Operational Efficiency Optimized for performance and scalability Easier and more flexible deployment Greater administrator productivity

5 Exchange Server Roadmap October 2003 Exchange 2003 Office System May 2004 Exchange 2003 SP1 Sept 2004 ExBPA December 2006 Exchange 2007 E2007-optimised services Available Now ExBPA v2.7, additional tools Hosted Exchange Ex2007 SP1 Beta (11 April 2007) Ex2007 SP1 (August 2007)

6 Exchange Server 2007 SERVER ROLES

7 Exchange Setup Exchange 2007 setup is built on server roles Server role deployment wizard guides administrator through enabling features per server role Each server role feature comes with smart default settings for that role Deploying and updating Exchange 2007 can be done with standard update services and servers

8 Exchange Server 2007 Enterprise Topology

9 Server Roles Edge Transport Sever Role (Edge) Hub Transport Server Role (Hub) Client Access Server Role (CAS) Mailbox Server Role (MBX) Unified Messaging Server Role (UM)

10 Message Flow Overview Edge Transport Hub Transport Mailbox Client Access

11 Exchange Server 2007 INSTALLATION

12 Exchange Setup Installation is easy, flexible and complete Simple install (GUI based) Fully automated install (Script based) What s New Server Role Based Setup Automating Exchange Setup Up to date pre-requisites

13 Installation process

14 Exchange Server 2007 Installation_Experience_With_Exchange_Server_2 007_300k.wmv

15 Deploying Exchange Server 2007 Infrastructure Requirements Infrastructure Component Active Directory DNS Exchange Server organization Requirements Schema master must be running Windows Server 2003 SP1 Global catalog servers must be running Windows Server 2003 SP1 Domain functional level must be at least Windows 2000 native Must be configured to enable domain controller and global catalog server name resolution All Exchange 5.5 servers must be removed

16 Deploying Exchange Server 2007 Server Requirements Resource Requirements Processor Memory Disk File System x64 architecture-based computer Minimum of 1 GB 1.2 GB free disk space for Exchange Server files 200 MB free on the system drive NTFS for all drives Software requirements: Microsoft Management Console (MMC) 3.0 Microsoft.NET Framework 2.0 Microsoft Windows PowerShell

17 Exchange Server 2007 Proactive_Management_With_Exchange_Best_Pra ctices_analyzer_300k.wmv

18 Exchange Server 2007 MANAGEMENT

19 Navigation Tree Comparison Exchange 2003 Exchange 2007

20 Exchange Management Console Result pane Console tree Work pane Actions pane

21 Exchange Management Console Work Centers Manage settings for the entire organization Manage settings for specific servers Manage settings for recipient objects Open troubleshooting and analysis tools

22 Management Console

23 Delegation of Rights All Exchange 2007 are members of new Administrative Group Exchange Administrative Group (FYDIBOHF23SPDLT) = EXCHANGE12ROCKS

24 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

25 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

26 Exchange Management Common Reporting Task Set listexchange_mailboxes = GetObject("winmgmts:{impersonationLevel=impersonate}!\\COMPUTERNAME\ROOT\MicrosoftExchangeV2").InstancesOf( "Exchange_Mailbox") For Each objexchange_mailbox in listexchange_mailboxes WScript.echo "AssocContentCount = + objexchange_mailbox.assoccontentcount WScript.echo " DateDiscoveredAbsentInDS = + objexchange_mailbox.datediscoveredabsentinds WScript.echo " DeletedMessageSizeExtd = + 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 Replaced with: get-mailboxstatistics -server $servername

27 Exchange Management Provisioning a New Mailbox Mix of CDOExM and LDAP: 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 Replaced with: new-mailbox id domain\user database First Storage Group\Private MDB

28 Exchange Management Shell Commands Commands use the same syntax Verb Noun Parameters Example Get User Get-User Get Users -Identity -External Address Enabl user Identity Tom External Address Commands can be pipelined to other commands: get-user sort-object name get-user where-object {$_.name -ilike "a*" } sort-object name

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

30 Enable a Mailbox Using ESM

31 Enable a Mailbox Exchange Management Shell To enable a mailbox using Exchange Management Shell Start the Exchange Management Shell and type: Enabl box Identity <UserID> -Database <DatabaseID>

32 Disable a Mailbox Using ESM To disable a mailbox using Exchange System Manager In the console tree, expand the Recipients node Select the recipient that you want to modify In the action pane, select Disable

33 Disable a Mailbox Using Exchange Management Shell To disable a mailbox using Exchange Management Shell Start the Exchange Management Shell and type Disabl box -Identity <MailboxIDParameter>

34 Moving a Mailbox Using ESM To move a mailbox using Exchange System Manager Start Exchange System Manager In the console tree, expand the Recipients node You may want to select Mailboxes to view only those objects with associated mailboxes Select the recipient that you want to move In the Action pane, under the recipient's name, click Move Mailbox Follow the wizard to move the mailbox

35 Moving a Mailbox Using Exchange Management Shell To move a mailbox using Exchange Management Shell Start the Exchange Management Shell and type get-mailbox -id ID mov box -targetserver Server - targetstore Store For example: get-mailbox -id contoso\scott mov box -targetserver E12-SRV1 -targetstore VIPStore

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

37 Exchange Management Shell Samples Assign an owner to a group of distribution lists Get-DistributionGroup where { $_.Name -ilike "*Exchange*" } setdistributiongroup -ManagedBy "domain\user" Delete all messages in queue where the sender is Bob Get-Message where { $_.From -ilike *bob* } remove-message Verify that backups completed successfully the night before Get-StorageCopyStatus

38 Exchange Server 2007 Automation_And_Reporting_With_The_Exchange_ Management_Shell_300k.wmv

39 Exchange Server 2007 SERVER CHANGES

40 64-bit and Impact on Exchange Addressable Memory 32-bit = 2 32 = 4 GB maximum memory 64-bit = 2 64 = 18 Exabyte maximum memory Current hardware restricts memory to 512 GB Microsoft Windows currently restricts memory to 18 TB Exchange use of memory Store Cache Reduces Input Output per second Kernel 3 GB switch Reduces OS allocation of Memory from 2GB to 1GB allowing Exchange to use 3GB

41 Drive to 64-bit Access access requirements Each connection consumes memory More available clients to connect Outlook, OWA, Outlook RPC/TTP, Mobile (EAS/RIM) Other applications open connections With 32-bit ERP/LOB, Office Communicator, MSN Desktop Search As memory runs out decreased # of users / server = increased # of servers = increased cost / user With 64-bit As memory runs out add memory (cheap) not servers (not cheap)

42 Drive to 64-bit Storage Larger inboxes With 32-bit volumes continue to grow More and larger attachments IW demands driven by large consumer inboxes Small cache means that an increase in mailbox size causes less users per disk = increase cost / user Increase in mailbox size requires large databases = lengthy backup and recovery With 64-bit Larger cache means increase in mailbox size without compromise on disk More storage groups and databases per server for more granular backup and restore capability

43 Drive to 64-bit Security Enhanced Security More granular rights deeply nested security groups Utilizes kernel memory resources Internet Protocol Security (IPSec) more widely deployed Consumes memory With 32-bit As memory runs out decrease # of users / server = increase # of servers = increase cost / user With 64-bit As memory runs out add memory not servers

44 Operational Efficiency Optimized for performance and scalability 32-bit Exchange 64-bit E12 Reduce IO/ sec required by 70%! ¼ less disk 4x more users Large inboxes With the 32-bit systems in place today, we are only able to use approximately 20 per cent of the space on our storage area networks. We expect the move to 64-bit server to increase utilization significantly, resulting in tremendous cost savings - Dan Wills, Vice President of Operations, USA.NET Inc.

45 Availability and Compatibility 64-bit supported by Exchange Server 2007 x86-derived processors with 64-bit extensions Often called x64 Intel, AMD reference such CPUs differently Intel EM64T Note: does not include Itanium, Itanium 2 family processors AMD AMD64 What about 32-bit Exchange Server 2007? 32-bit version available for trial and training Not supported for production use

46 Impact of 64-bit Based on HP lab study on Exchange 2007 Beta 1 using: ProLiant DL385 2 Dual-Core CPU (2.2GHz), 4-8GB RAM, 1500MMB3 users, U320 SCSI 24 DB disks, 4 Logs. Search/Indexing=OFF

47 Exchange Server 2007 HIGH AVAILABILITY

48 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

49 Built-in Protection Enterprise-class availability at lower cost 80% of organizations surveyed felt that access to was more important than the telephone 74% believed being without would present a greater hardship than losing telephone service. - Meta Group Survey, 2003 On site or offsite data redundancy Local Continuous Replication Clustered Continuous Replication Reduced archival backup requirement Improved user selfrestore

50 Local Continuous Replication One machine Two copies Replay Data validation One datacenter Easy configuration Logs / DBs Logs / DBs

51 Exchange Server 2007 LCRinE2K7.wmv

52 Clustered Continuous Replication Two copies Clustered Automatic recovery Full redundancy Replay Data validation 1 or 2 datacenters DBs Logs Logs DBs Symmetric failover

53 Exchange Server 2007 CCR-1_scschnol.wmv - CCR-7_scschnol.wmv

54 Exchange Server 2007 MESSAGE TRANSFER

55 Transport and Routing Overview Fundamental change in how Routing works Now use Windows Active Directory Site topology Sites, Site Links, Costs No more a need for Routing Groups and Routing Group Connectors No more exchange of Link State information Automatic configuration of Routing topology Division of services between Hub and Edge New implementation in managed code

56 Overall Transport Assumptions At least one Hub role required per AD site containing mailbox role ALL mail will pass through Hub role AD sites need not contain any Exchange servers MAPI/RPC used within site (full mesh), except multi-hop SMTP such as: Expansion server is set SMTP Send Connector homed on specific Hub server SMTP used between AD sites MAPI/RPC Redmond

57 Exchange Server 2007 CONTENT MANAGEMENT

58 Enable Messaging Policy Transport rules Inspect and take action Modify (e.g. add disclaimer) Encrypt Route Journal and archive Storage rules for retention Multi-mailbox search for discovery

59 Transport Rules

60 Exchange Server 2007 Enabling_Compliance_With_Ethical_Walls_300k.w mv

61 Archiving Journaled messages can be archived to any SMTP address An Exchange Server mailbox A Microsoft Office SharePoint Server site A third-party archiving solution

62 SharePoint as an archive

63 Journaling Rules Journal to any SMTP Address

64 Message Classification Admin configuration with transport rules User configuration with Outlook

65 Exchange Server 2007 Enabling_Compliance_With_Journaling_300k.wmv

66 Organizational Folders Managed Folders display in the user s mailbox Provide a place to store critical content longer-term Cannot be deleted Can have user-created sub-folders Grouped together by Mailbox Policies Policies can be deployed based on different characteristics Folder quotas can limit individual folder size

67 Retention Policies Set policy on Inbox, Deleted Items, etc. Policies based on age of the item Unique policies enabled for , voice mail and fax Expiration actions: Move to Deleted Items Move to a another folder for cleanup review Delete Instructional message can be shown to users

68 Exchange Server 2007 Managed_ _Folders_With_Office_Outlook_20 07_300k.wmv

69 Ensure a Clean Message Stream Anti-spam protection Multi-prong filtering approach: connection, sender, recipient and content Attack detection and sender reputation dynamically analyzed Automated SmartScreen filter updates Antivirus protection Attachment filtering New managed extensibility Exchange 2003 VSAPI extensibility

70 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

71 Built-in Protection Protection from internal and external threats In 2004, 78% of organizations were hit by viruses, and 37% reported unauthorized access to information. - CSI and FBI Computer Crime and Security Survey, 2004 Antivirus and anti-spam protection At the perimeter (DMZ) Hosted Behind the firewall Incoming Internet 1 Connection Filtering 2 Sender & Recipient Filtering 3 Content Filtering Automatic encryption support Client to server Server to server Internet Outlook Mailbox Inbox Junk SSL web access out-of-the-box

72 Antivirus, Anti-Spam Protection Choice: On-premise protection Firewall DMZ On-Premise Software Internet SMTP Edge Transport Server Hub Transport Server Mailbox Server Client Access Server Antivirus and Anti-spam protection for Exchange Server 2007 Roles Choices for Network Edge Protection Internet-based services or on-premise software protect against spam and viruses before they penetrate the network Local Control of Data Antivirus, anti-spam and security policies can be customized to meet the needs of the organization Built-in Protection Protection for your data and your network that can expand as the organization grows

73 Antivirus, Anti-Spam Protection Choice: Hosted security Firewall On-Premise Software Internet SMTP Hub Transport Server Mailbox Server Client Access Server Antivirus and anti-spam protection for Exchange Server 2007 Server Roles Choices for Network Edge Protection Internet-based services or on-premise software protect against spam and viruses before they penetrate the network Comprehensive Enterprise-class Hosted Services for Security and Management Service for security with performance backed by SLAs Simplify Administration Offload security; allows focus on other IT initiatives

74 Protection with Hosted Services Real-time threat prevention features Multi-layer anti-spam and antivirus Customized content and policy enforcement retention for help with compliance and e-discovery Customized report generation for help demonstrating compliance Fully indexed, searchable archive Uninterrupted accessibility Rapid recovery from unplanned disasters and network outages Thirty-day rolling historical store Full encryption No public and private key management Gateway, policy-based encryption

75 Anti-spam Features Anti-spam Feature Exchange 2003 RTM Exchange 2003 SP1 Exchange 2003 SP2 Exchange 2007 RTM IP Allow / Deny Lists Yes Yes Yes Yes IP DNS Block / Allow Lists Yes Yes Yes Yes (Add Allow) Recipient Filtering Yes Yes Yes Yes Sender Filtering Yes Yes Yes Yes Content Filtering (Smartscreen) Yes Yes Yes Content Filter Updates (Smartcreen) Bi-weekly Daily+ Sender ID Check Yes Yes IP Safe Lists (Bonded Sender) Computational Puzzle Validation Protocol Analysis-Data Gathering Protocol Analysis-Sender Reputation Open Proxy Block Enterprise Spam Data Update Service Per User/OU Spam Settings Admin Quarantine Yes Yes Yes Yes Yes Yes Yes Yes

76 Exchange Server 2007 UNIFIED MESSAGING

77 Anywhere Access Outlook experience from desktop to mobile devices Built-in: no special server or services required Rich access for the many, not the few

78 Microsoft Unified Communications Innovative Communications With Revolutionary Economics

79

80 Why Unified Messaging Is Great Simple to deploy and manage Consistent with Exchange site consolidation Reasonable Price Point The right set of features Highly reliable Great enduser experience Admin benefits All messages in one inbox , voic , fax Single point of administration Single training, troubleshooting, etc Reduction in cost and complexity by managing one single directory infrastructure Single security infrastructure Allows for site consolidation of voic systems End User benefits Receiving Fax Voice Access to Exchange system Speech-enabled Auto Attendant directory dialing, customized menus Lower price point Exchange UM comes in at a lower price point than competing systems More importantly cost savings around management, reduced complexity We are building a TCO/ROI tool that will capture the cost savings more granularly depending on the customer s environment

81 Exchange Server 2007 Architecture With UM Simple to deploy and manage Consistent with Exchange Server 2007 site consolidation Reasonable price point Right set of features rather than all features Highly reliable

82 Call Answering

83 Voice Access

84 Outlook Voice Access

85 Support for Unified Messaging

86 Exchange Server 2007 Phone_Based_User_Experience_With_Outlook_Vo ice_access_300k.wmv

87 Exchange Server 2007 OUTLOOK WEB ACCESS

88 Outlook Web Access Screenshots

89 SharePoint and Document Access E2007 OWA and EAS proxies SharePoint and Windows File Share data Read-only access Enable access to documents through OWA without exposing the stores on the Internet directly One-click follow document links in s OWA UI to open locations and save favorites Securing WSS/UNC access Access is made while impersonating user On/off switch per user, per OWA v-dir and also depending on whether the user has logged on from a public/private computer Server block and allow lists are implemented

90 Out of Office End-user enhancements Internal vs. External OOF message External message can be limited to just the user s Contacts External message not sent to junk mail or mail marked with Precedence: bulk Users can turn on or off their own external OOF messages Administrators can block particular users from turning on external OOF messages and scope allowed domains OOF start time + end time Set ahead of time and forget about it HTML OOF messages

91 Exchange ActiveSync Remote Device Wipe

92 Renaming Default Folders Administrator can specify default language Client languages setting for an individual mailbox: Set-Mailbox identity -languages Configure the default client language setting for an Outlook Web Access virtual directory: Set-OwaVirtualDirectory -identity "Owa (Default Web Site)" -DefaultClientLangugage Logon and error language settings for Outlook Web Access: Set-OwaVirtualDirectory -identity "Owa (Default Web Site)" LogonAndErrorLanguage And user can change it!

93 Exchange Server 2007 Out_Of_Office_With_Outlook_Web_Access_300k. wmv

94 Exchange Server 2007 CLIENT EXPERIENCE

95 Autodiscover and Go Only need to know address and password Exchange and Outlook then automatically connect and setup profile Mailbox moves and backend failovers transparent to end user, even crossforest Reduces help desk calls Eliminates needs for deployment scripts

96 Exchange Server 2007 Auto_Account_Setup_With_Office_Outlook_2007_ 300k.wmv

97 Vastly Improved Search Outlook in online mode: Exchange 2007 content indexer is 35x faster than Exchange 2003/2000 Indexes/searches message bodies and attachments Uses any filter installed in Windows Can install new filters later New messages indexed in under a minute Small storage tax (5% of message size) for search indexes Outlook in Cached Exchange Mode: New, integrated Instant Search in Outlook Uses Windows Vista search indexer Search in Outlook 2007

98 Calendar Concierge Calendar Attendant Resource Booking Attendant Availability Web Service Scheduling Assistant Server-side meeting updates Auto-tentative placement of new meetings Deletion of redundant meeting requests Conference rooms specially tagged in directory Outlook 2007 address book views/searching of conference rooms Server-side policies for auto-accepting booking requests Up-to-date free/busy information with Outlook 2007 & OWA Secure free/busy to control who-sees-what Share meeting titles/locations without sharing full details with Outlook 2007 New scheduling tab form in Outlook 2007 and OWA Provides meeting time suggestions based on attendee/resource availability for quicker meeting scheduling Attendee working hours displayed in scheduling grid

99 Scheduling Assistant Automatically recommends best days and times for a meeting Simple color-coded interface Rooms are easier to schedule and search through the resource picker Set your working hours Have full control over your schedule by setting your working hours: will only be scheduled for meetings within your working hours

100 Resource Management Set up policies once Limit who can book via booking roles Enforce maximum meeting duration Allow conflicts for recurring meetings Schedule only during working hours (set by Outlook 2007/ OWA) Forward out-of-policy requests to delegates for approval

101 Exchange Server 2007 Scheduling_Assistant_With_Office_Outlook_2007_ 300k.wmv

102 Calendar Sharing Policies 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

103 Exchange Server 2007 Calendar_Sharing_With_Office_Outlook_2007_300 k.wmv

104 Clients Feature Outlook 2007 Outlook 2003 E2007 OWA Scheduling Assistant Yes No Yes Schedulable OOF Yes No Yes Internal / External OOF Yes No Yes Autoconnect Yes No Yes SharePoint access without VPN Partial. Allows caching of documents No Yes Signing and encrypting of Yes No Yes

105 Clients Feature Outlook 2007 Outlook 2003 E2007 OWA Understands UM types Add note to voic Yes No Yes Yes No Yes Advanced Searching Capabilities Yes Partial. Less advanced in cached mode Yes Official File Folder Yes No Yes Managed Folders Yes Partial. Folder will appear but without information Yes

106 Clients Feature Outlook 2007 Outlook 2003 E2007 OWA Partial Item Download Yes No N/A Asynchronous RPC Yes No N/A

107 Exchange Server 2007 LICENCING

108 Microsoft Exchange Server 2007 Dvě edice serveru, dvě edice CAL Standard Enterprise SERVER Pouze 64bit (tedy i na 64bit Windows; Volume License nerozlišuje variantu ) Enterprise vyšší počet uživatelů, více databází, cluster Instalační média jediná rozliší se vloženým klíčem Přechod ze Standard na Enterprise bez přeinstalování (ale za cenu nové licence!) Volba role/rolí serveru při instalaci

109 Edice serverů Exchange Server 2007 Exchange Server 2003 Exchange Server 2007 Enterprise Edition 20 databází clusterování Enterprise Edition 50 databází Replikace logu clusterování SE na EE bez reinstalace Standard Edition 2 databáze Max. velikost 75 GB Standard Edition 5 databází Replikace logu Bez limitu velikosti databáze

110 Microsoft Exchange Server 2007 CAL již bez Outlooku/Entourage Standard CAL přístup ke službám (mail, kalendáře atd., Outlook Web Access) Enteprise CAL (doplněk) Jednotné zasílání zpráv Journaling Spravované složky Hostované filtrování* Forefront Security for Exchange* *Services -pouze pro všechny uživatele

111 Microsoft Exchange Server 2007 Enterprise CAL v Open License - without Services (s SA nebo bez) V tříletých smlouvách (a pouze s SA) with Services Hostované služby pouze v tříletých smlouvách + SA, nebo SPLA Filtering Encryption Continuity Archive Vždy nutná licence Windows Server + CAL (ověřování)

112 Exchange Server 2007 FEATURES DISCONTINUED

113 Not Available Features OWA access to public folders IMAP and NNTP access to public folders OMA Coexistence with Exchange 5.5 Server GroupWise and Lotus Notes connector and migration tools Administrative groups Routing groups Active/active Clustering Interoperability with X.400 messaging systems

114 De-emphasized Features Public folders CDOEx (CDO 3.0) WebDAV and ExOLEDB Store events Streaming backup

115 Exchange Server 2007 SERVICE PACK 1 IMPROVEMENTS

116 SP1 Improvements Standby Continuous Replication OWA S/MIME Rules Public folder access Monthly calendar view Deleted item recovery Exchange Management Console Public folder configuration POP and IMAP configuration SendAs permission configuration Import/Export.pst files

117 Otázky? Martin Pavlis Microsoft MVP IT Senior Consultant KPCS CZ, s.r.o.

Exchange 2007 Role Build-In protection ( Overview) Anywhere Access Unified Messaging Console Powershell for Exchange Outlook 2007 and Exchange 2007 :

Exchange 2007 Role Build-In protection ( Overview) Anywhere Access Unified Messaging Console Powershell for Exchange Outlook 2007 and Exchange 2007 : Exchange 2007 Role Build-In protection ( Overview) Anywhere Access Unified Messaging Console Powershell for Exchange Outlook 2007 and Exchange 2007 : New Collaboration View CAS HUB Mailbox Edge UM Client

More information

Today s Government Environment

Today s Government Environment Today s Government Environment What customers tell us IT Decision Makers E-mail is mission critical to our business Securing the enterprise is a top concern Compliance is difficult to enforce Built-in

More information

Exchange 2007 Overview

Exchange 2007 Overview Exchange 2007 Overview Presented by: Chris Avis IT Evangelist Microsoft Corporation Seattle Windows Networking User Group February 2009 monthly meeting What Will We Cover? New features in Microsoft Exchange

More information

10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010

10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010 10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010 Course Number: 10135A Course Length: 5 Day Course Overview This instructor-led course will provide you with the knowledge

More information

5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007

5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007 5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007 Course Number: 5053A Course Length: 3 Days Course Overview This three-day instructor-led course provides students with the

More information

Lesson Plans Configuring Exchange Server 2007

Lesson Plans Configuring Exchange Server 2007 Lesson Plans Configuring Exchange Server 2007 (Exam 70-236) Version 2.1 Table of Contents Course Overview... 2 Section 1.1: Server-based Messaging... 4 Section 1.2: Exchange Versions... 5 Section 1.3:

More information

This course is intended for IT professionals who are responsible for the Exchange Server messaging environment in an enterprise.

This course is intended for IT professionals who are responsible for the Exchange Server messaging environment in an enterprise. 10233A: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Course Number: 10233A Course Length: 5 Day Course Overview This instructor-led course provides you with the knowledge

More information

Microsoft Exchange Server 2007, Upgrade from Exchange 2000/2003 (3938. 3938/5049/5050) Course KC3065 5 Days OVERVIEW COURSE OBJECTIVES AUDIENCE

Microsoft Exchange Server 2007, Upgrade from Exchange 2000/2003 (3938. 3938/5049/5050) Course KC3065 5 Days OVERVIEW COURSE OBJECTIVES AUDIENCE Microsoft Exchange, Upgrade from Exchange 2000/2003 COURSE OVERVIEW This instructor-led course offers Microsoft Exchange Server administrators with the skills they need to manage a Microsoft Exchange infrastructure.

More information

70-662: Deploying Microsoft Exchange Server 2010

70-662: Deploying Microsoft Exchange Server 2010 70-662: Deploying Microsoft Exchange Server 2010 Course Introduction Course Introduction Chapter 01 - Active Directory and Supporting Infrastructure Active Directory and Supporting Infrastructure Network

More information

Introduction. Part I Introduction to Exchange Server 2010 1

Introduction. Part I Introduction to Exchange Server 2010 1 Contents Introduction xxix Part I Introduction to Exchange Server 2010 1 Chapter 1 Introduction to Exchange Server 2010 3 Part II Brief History of Exchange Servers 4 New Features in Exchange Server 2010

More information

An Overview of Microsoft Exchange Server 2007

An Overview of Microsoft Exchange Server 2007 An Overview of Microsoft Exchange Server 2007 White Paper Published: October 2006 For the latest information, please see http://www.microsoft.com/exchange Contents Introduction...1 Architectural Overview...2

More information

MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1

MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1 MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1 Course Number: 5047B Course Length: 3 Days Certification Exam This course will help you prepare for the following Microsoft

More information

5/20/2013. The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team

5/20/2013. The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team Additions and Subtractions The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team Exchange Version Exchange Server 2003 and earlier versions

More information

Deploying and Managing Microsoft Exchange Server 2013

Deploying and Managing Microsoft Exchange Server 2013 Deploying and Managing Microsoft Exchange Server 2013 Module Overview 1. Exchange Server 2013 Prerequisites and Requirements 2. Exchange Server 2013 Deployment 3. Managing Exchange Server 2013 1. Exchange

More information

Quality is Advantage

Quality is Advantage Quality is Advantage Microsoft Exchange Server 2013 Configuring Course duration: 32 academic hours Exam Code: 70-662 This course is designed for novice IT specialists, who wish to master maintenance and

More information

Features of Exchange Server 2007

Features of Exchange Server 2007 Features of Exchange Server 2007 Built in Protection Exchange Server 2007 includes built in protection with features like Edge Transport, Hosted Filtering Integration, and anti spam filtering and extensibility

More information

MS-10135 - Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010

MS-10135 - Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 MS-10135 - Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Introduction This course will provide you with the knowledge and skills to configure and manage a Microsoft Exchange

More information

Getting Started with HC Exchange Module

Getting Started with HC Exchange Module Getting Started with HC Exchange Module HOSTING CONTROLLER WWW.HOSTINGCONROLLER.COM HOSTING CONTROLLER Contents Introduction...1 Minimum System Requirements for Exchange 2013...1 Hardware Requirements...1

More information

MCTS: Microsoft Exchange Server 2010

MCTS: Microsoft Exchange Server 2010 MCTS: Microsoft Exchange Server 2010 Course Description and Overview Overview SecureNinja's Exchange Server 2010 training and certification boot camp in Washington, DC will provide you the knowledge necessary

More information

MS 10135 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

MS 10135 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 MS 10135 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 P a g e 1 of 10 About this Course This course will provide you with the knowledge and skills to configure

More information

MS 10135B Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010

MS 10135B Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 MS 10135B Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Description: Days: 5 Prerequisites: This course will provide you with the knowledge and skills to configure and manage

More information

Dejan Foro dejan.foro@exchangemaster.net www.exchangemaster.net

Dejan Foro dejan.foro@exchangemaster.net www.exchangemaster.net What s New (beta 1) Dejan Foro dejan.foro@exchangemaster.net www.exchangemaster.net Speaker Principal Consultant @ British Telecom Global Professional Services 16 years in IT 11 x Microsoft certified (since1998)

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Course 10135 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Length: 5 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft Exchange

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Course 10135B: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Length: 5 Days Audience(s): IT Professionals Level: 200 Technology: Microsoft Exchange Server 2010

More information

At Course Completion After completing this course, students will be able to: Take This Training. On This Page Introduction.

At Course Completion After completing this course, students will be able to: Take This Training. On This Page Introduction. Course 3938B: Updating Your Skills from Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003 to Microsoft Exchange Server 2007 Course 3938: Three days; Instructor-Led Take This Training On

More information

Microsoft Exchange 2013 Ultimate Bootcamp Your pathway to becoming a GREAT Exchange Administrator

Microsoft Exchange 2013 Ultimate Bootcamp Your pathway to becoming a GREAT Exchange Administrator Microsoft Exchange 2013 Ultimate Bootcamp Your pathway to becoming a GREAT Exchange Administrator Introduction Microsoft Exchange with its inherent high level of security features, improved assistant,

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Course 10135B: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Course Details Course Outline Module 1: Deploying Microsoft Exchange Server 2010 This module describes

More information

White Paper. Mimosa NearPoint for Microsoft Exchange Server. Next Generation Email Archiving for Exchange Server 2007. By Bob Spurzem and Martin Tuip

White Paper. Mimosa NearPoint for Microsoft Exchange Server. Next Generation Email Archiving for Exchange Server 2007. By Bob Spurzem and Martin Tuip White Paper By Bob Spurzem and Martin Tuip Mimosa Systems, Inc. January 2008 Mimosa NearPoint for Microsoft Exchange Server Next Generation Email Archiving for Exchange Server 2007 CONTENTS Email has become

More information

The Exchange 2010 Ecosystem

The Exchange 2010 Ecosystem The Exchange 2010 Ecosystem Joe Hoegler Practice Leader, Kraft Kennedy Microsoft Certified Master Exchange 2010 TECH9 S e s s i o n G o a l s Discuss the capabilities and limitation of native features

More information

Build Your Knowledge!

Build Your Knowledge! About this Course This course will provide you with the knowledge and skills to configure and manage a Microsoft Exchange Server 2010 messaging environment. This course will teach you how to configure

More information

Exchange Server 2007 Design Considerations

Exchange Server 2007 Design Considerations Exchange Server 2007 Design Considerations Product Group - Enterprise Dell White Paper By Ananda Sankaran Sumankumar Singh April 2007 Contents Introduction... 3 Server Roles in Exchange 2007... 4 Mailbox

More information

Optimizing Microsoft Exchange in the Enterprise Part II: Hub Transport Server and Lync-SharePoint Integration

Optimizing Microsoft Exchange in the Enterprise Part II: Hub Transport Server and Lync-SharePoint Integration Expert Reference Series of White Papers Optimizing Microsoft Exchange in the Enterprise Part II: Hub Transport Server and Lync-SharePoint Integration 1-800-COURSES www.globalknowledge.com Optimizing Microsoft

More information

E-MAIL AND SERVER SECURITY

E-MAIL AND SERVER SECURITY E-MAIL AND SERVER SECURITY DEPLOYMENT GUIDE 1 E-MAIL AND SERVER SECURITY Deployment Guide 2 CONTENTS 1. Overview 3 1.1 How the product works 3 1.2 Product contents 4 2. Deployment scenarios 5 2.1 Stand-alone

More information

E-MAIL AND SERVER SECURITY

E-MAIL AND SERVER SECURITY E-MAIL AND SERVER SECURITY DEPLOYMENT GUIDE 1 E-MAIL AND SERVER SECURITY Deployment Guide 2 CONTENTS 1. Overview 3 2. Deployment scenarios 5 2.1 Stand-alone server 5 2.2 Deploying the product with F-Secure

More information

6445A - Implementing and Administering Windows Small Business Server 2008

6445A - Implementing and Administering Windows Small Business Server 2008 6445A - Implementing and Administering Windows Small Business Server 2008 Course Number: 6445A Course Length: 5 Days Course Overview This 5 day course provides students with the necessary knowledge to

More information

Exchange Server Cookbook

Exchange Server Cookbook Exchange Server Cookbook Paul Robichaux, Missy Koslosky, and Devin t. Ganger CREILLT Beijing Cambridge Farnham Köln Paris Sebastopol Taipei Tokyo Table of Contents Preface xi 1. Getting Started 1 Cooking

More information

Workshop purpose and objective

Workshop purpose and objective Messaging Workshop purpose and objective Workshop purpose Facilitate planning discussions for messaging coexistence Considerations of Office 365 limits and features Objectives Identify Microsoft Office

More information

Configuring Managing and Troubleshooting Microsoft Exchange Server 2010

Configuring Managing and Troubleshooting Microsoft Exchange Server 2010 Course Code: M10135 Vendor: Microsoft Course Overview Duration: 5 RRP: 1,980 Configuring Managing and Troubleshooting Microsoft Exchange Server 2010 Overview This course will provide you with the knowledge

More information

MICROSOFT EXCHANGE SERVER 2007 upgrade campaign. Telesales script

MICROSOFT EXCHANGE SERVER 2007 upgrade campaign. Telesales script MICROSOFT EXCHANGE SERVER 2007 upgrade campaign Telesales script This document was created to help prepare an outbound telesales professional for a Microsoft Exchange Server 2007 upgrade sales call. This

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Course Details Course Code: Duration: 10135B 5 day(s) Elements of this syllabus are subject to change. This course

More information

Exchange Server. Microsoft UNLEASHED SAM. Guy Yardeni. Technical Edit by Ed Crowley. Rand Morimo io Michael Noel. Chris Amaris.

Exchange Server. Microsoft UNLEASHED SAM. Guy Yardeni. Technical Edit by Ed Crowley. Rand Morimo io Michael Noel. Chris Amaris. Rand Morimo io Michael Noel Guy Yardeni Chris Amaris Andrew Abbate Technical Edit by Ed Crowley Microsoft Exchange Server 201 UNLEASHED SAM 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of

More information

Exchange Server 2010

Exchange Server 2010 Microsoft Exchange Server 2010 Microsoft William R. Stanek Author and Series Editor Administrator s Pocket Consultant Microsoft prepress is early content, straight from the source. What makes it prepress?

More information

Getting Started Guide

Getting Started Guide GFI MailArchiver for Exchange Getting Started Guide By GFI Software Ltd. http://www.gfi.com Email: info@gfi.com Information in this document is subject to change without notice. Companies, names, and

More information

Microsoft MCITP 70-662 Exam

Microsoft MCITP 70-662 Exam Microsoft MCITP 70-662 Exam Vendor:Microsoft Exam Code: 70-662 Exam Name: TS: Microsoft Exchange Server 2010, Configuring QUESTION 1 You have an Exchange Server 2010 Service Pack 1 (SP1) organization.

More information

MCITPEXCH - Exchange Bootcamp Design, Configure, and Manage (10135/10233)

MCITPEXCH - Exchange Bootcamp Design, Configure, and Manage (10135/10233) MCITPEXCH - Exchange Bootcamp Design, Configure, and Manage (10135/10233) Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials

More information

Microsoft Exchange Server 2010 SP1

Microsoft Exchange Server 2010 SP1 Microsoft Exchange Server 2010 SP1 Number: 70-663 Passing Score: 700 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Mixed dump of Herby and oktrian, credit for these guys. Cleaned from

More information

Optimizing Microsoft Exchange in the Enterprise Part I: Optimizing the Mailbox Server Role and the Client Access Server

Optimizing Microsoft Exchange in the Enterprise Part I: Optimizing the Mailbox Server Role and the Client Access Server Expert Reference Series of White Papers Optimizing Microsoft Exchange in the Enterprise Part I: Optimizing the Mailbox Server Role and the Client Access Server 1-800-COURSES www.globalknowledge.com Optimizing

More information

Sy Computing Services, Inc. TOP REASONS TO MOVE TO MICROSOFT EXCHANGE 2010. Prepared By:

Sy Computing Services, Inc. TOP REASONS TO MOVE TO MICROSOFT EXCHANGE 2010. Prepared By: TOP REASONS TO MOVE TO MICROSOFT EXCHANGE 2010 Prepared By: Sy Computing Services, Inc. What s new in Exchange Server 2010? Exchange Server 2010 contains a host of improvements and a lot of new features,

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 About this Course This course will provide you with the knowledge and skills to configure and manage a Microsoft Exchange Server 2010 messaging environment. This course will teach you how to configure

More information

WHITE PAPER [MICROSOFT EXCHANGE 2007 WITH ETERNUS STORAGE] WHITE PAPER MICROSOFT EXCHANGE 2007 WITH ETERNUS STORAGE

WHITE PAPER [MICROSOFT EXCHANGE 2007 WITH ETERNUS STORAGE] WHITE PAPER MICROSOFT EXCHANGE 2007 WITH ETERNUS STORAGE WHITE PAPER MICROSOFT EXCHANGE 2007 WITH ETERNUS STORAGE ETERNUS STORAGE Table of Contents 1 SCOPE -------------------------------------------------------------------------------------------------------------------------

More information

Updating Your Skills from Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003 to Microsoft

Updating Your Skills from Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003 to Microsoft Key Data Product #: 2764 Course #: 3938 Number of Days: 3 Format: Instructor-Led Certification Exams: This course helps you prepare for the following Microsoft Certified Professional exams: Exam 7-236,

More information

MCSE 5053/5054 - Designing a Messaging Infrastructure and High Availability Messaging Solution Using Microsoft Exchange Server 2007

MCSE 5053/5054 - Designing a Messaging Infrastructure and High Availability Messaging Solution Using Microsoft Exchange Server 2007 MCSE 5053/5054 - Designing a Messaging Infrastructure and High Availability Messaging Solution Using Microsoft Exchange Server 2007 Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course

More information

GFI Product Manual. Getting Started Guide

GFI Product Manual. Getting Started Guide GFI Product Manual Getting Started Guide http://www.gfi.com info@gfi.com The information and content in this document is provided for informational purposes only and is provided "as is" with no warranty

More information

Agency Pre Migration Tasks

Agency Pre Migration Tasks Agency Pre Migration Tasks This document is to be provided to the agency and will be reviewed during the Migration Technical Kickoff meeting between the ICS Technical Team and the agency. Network: Required

More information

Exchange-based email. Types of email. Why use Exchange for email?

Exchange-based email. Types of email. Why use Exchange for email? Exchange-based email Types of email POP3 Exchange Lotus Notes Squirrel mail Pine They are all pretty basic and limited except Exchange email. Lotus Notes has lots of functionality, but it s a big pain

More information

How To Migrate From 2003 To 2010 On An Exchange 2003 Server 2003 (For A Large Organization)

How To Migrate From 2003 To 2010 On An Exchange 2003 Server 2003 (For A Large Organization) Copyright 2010 LockLAN Systems Pty Ltd The right of LockLAN Systems Pty Ltd to be identified as author and copyright owner of this work is asserted by LockLAN Systems Pty Ltd in accordance with Australian

More information

Course Syllabus. 5053A: Designing a Messaging Infrastructure using Microsoft Exchange Server 2007. Key Data. Audience. At Course Completion

Course Syllabus. 5053A: Designing a Messaging Infrastructure using Microsoft Exchange Server 2007. Key Data. Audience. At Course Completion Key Data Product ID#: 2676 Course #: 5053A Number of Days: 3 Format: Instructor-Led Certification Exams: This course helps you prepare for the following Microsoft Certified Professional exam: 70-237: Pro:

More information

TS: Microsoft Exchange Server 2010, Configuring

TS: Microsoft Exchange Server 2010, Configuring EXAM 70-662 TS: Microsoft Exchange Server 2010, Configuring Question: 1 Your network contains an Active Directory forest. All domain controllers run Windows Server 2008. You need to ensure that you can

More information

Hybrid Architecture. Office 365. On-premises Exchange org (Exchange 2007+) Provisioned via DirSync. Secure Mail flow

Hybrid Architecture. Office 365. On-premises Exchange org (Exchange 2007+) Provisioned via DirSync. Secure Mail flow Hybrid Deployment Hybrid Architecture Provisioned via DirSync Exchange 2010 (HUB/CAS) Exchange 2013 CAS & MBX Secure Mail flow Exchange Federation (Free/Busy, Mail Tips, Archive, etc.) Mailbox data via

More information

PROMODAG REPORTS 10 FOR MICROSOFT EXCHANGE SERVER. Reporting on Exchange made simple! Getting started

PROMODAG REPORTS 10 FOR MICROSOFT EXCHANGE SERVER. Reporting on Exchange made simple! Getting started PROMODAG REPORTS 10 FOR MICROSOFT EXCHANGE SERVER Reporting on Exchange made simple! Getting started 2 Getting started with PROMODAG Reports COPYRIGHTS Copyright @ 1999-2015 PROMODAG SA. All rights reserved.

More information

MS-10135: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010. Course Objectives. Price. Duration. Methods of Delivery

MS-10135: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010. Course Objectives. Price. Duration. Methods of Delivery MS-10135: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 This five-day instructor led course will provide you with the knowledge and skills to configure and manage an Exchange

More information

Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 Course 10165; 5 Days, Instructor-led

Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 Course 10165; 5 Days, Instructor-led Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 Course 10165; 5 Days, Instructor-led Course Description There are two main reasons for the course.

More information

BUILT FOR YOU. Contents. Cloudmore Exchange

BUILT FOR YOU. Contents. Cloudmore Exchange BUILT FOR YOU Introduction is designed so it is as cost effective as possible for you to configure, provision and manage to a specification to suit your organisation. With a proven history of delivering

More information

MICROSOFT EXCHANGE, OFFERED BY INTERCALL

MICROSOFT EXCHANGE, OFFERED BY INTERCALL MICROSOFT EXCHANGE, OFFERED BY INTERCALL Comparison Sheet The table below compares in-product or service feature availability between Microsoft 2013 on-premises and Online within. Planning and Deployment

More information

Course 10135A: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010

Course 10135A: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Course Syllabus Course 10135A: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 About this Course This five-day, instructor-led course will provide you with the knowledge and skills

More information

6445A - Implementing and Administering Small Business Server 2008

6445A - Implementing and Administering Small Business Server 2008 6445A - Implementing and Administering Small Business Server 2008 Table of Contents Introduction Audience At Clinic Completion Prerequisites Microsoft Certified Professional Exams Student Materials Course

More information

EXAM - 70-662. TS: Microsoft Exchange Server 2010, Configuring. Buy Full Product. http://www.examskey.com/70-662.html

EXAM - 70-662. TS: Microsoft Exchange Server 2010, Configuring. Buy Full Product. http://www.examskey.com/70-662.html Microsoft EXAM - 70-662 TS: Microsoft Exchange Server 2010, Configuring Buy Full Product http://www.examskey.com/70-662.html Examskey Microsoft 70-662 exam demo product is here for you to test the quality

More information

- CIO/Technology Director

- CIO/Technology Director Our Sales teams need to connect with the right customers and systems while on the road I need to deliver secure and compliant communications tools to support a highly distributed workforce. - VP of Sales

More information

MCSE Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring

MCSE Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring MCSE Objectives Exam 70-236: TS:Exchange Server 2007, Configuring Installing and Configuring Microsoft Exchange Servers Prepare the infrastructure for Exchange installation. Prepare the servers for Exchange

More information

Course Description. Course Outline. Duration: 5 days Course Price: $2,975. Software Assurance Eligible. About this Course

Course Description. Course Outline. Duration: 5 days Course Price: $2,975. Software Assurance Eligible. About this Course 10165 - Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 SP1 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description

More information

MOC 20342B: Advanced Solutions of Microsoft Exchange Server 2013

MOC 20342B: Advanced Solutions of Microsoft Exchange Server 2013 MOC 20342B: Advanced Solutions of Microsoft Exchange Server 2013 Course Overview This course provides students with the knowledge and skills to utilize advanced solutions in Microsoft Exchange Server 2013.

More information

NETWRIX FILE SERVER CHANGE REPORTER

NETWRIX FILE SERVER CHANGE REPORTER NETWRIX FILE SERVER CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 3.3 April/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Kaspersky Lab Mobile Device Management Deployment Guide

Kaspersky Lab Mobile Device Management Deployment Guide Kaspersky Lab Mobile Device Management Deployment Guide Introduction With the release of Kaspersky Security Center 10.0 a new functionality has been implemented which allows centralized management of mobile

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 Microsoft Exchange About this Course This five-day, instructor-led course provides you with the knowledge and skills to design and deploy messaging solutions with Server 2010. This course describes how

More information

Course Outline: Course 10165: Updating Your Skills from Microsoft Exchange Server 2003 or Exchange

Course Outline: Course 10165: Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Course Outline: Course 10165: Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 Learning Method: Instructor-led Classroom Learning Duration: 5.00

More information

Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 SP1

Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 SP1 Course 10165A: Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 SP1 OVERVIEW About this Course There are two main reasons for the course. Firstly,

More information

http://docs.trendmicro.com/en-us/enterprise/scanmail-for-microsoft-exchange.aspx

http://docs.trendmicro.com/en-us/enterprise/scanmail-for-microsoft-exchange.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Installing Exchange Server 2010

Installing Exchange Server 2010 CHAPTER 7 Installing Exchange Server 2010 Installing an Exchange Server is like taking a hike through the woods. If you have a map and can accurately follow the directions, you can quickly and safely arrive

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 Course 10233B: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 Length: Delivery Method: 5 Days Instructor-led (classroom) About this Course This five-day,

More information

BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4. Upgrade Guide

BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4. Upgrade Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Upgrade Guide Published: 2014-01-16 SWD-20140116175501016 Contents 1 Overview: BlackBerry Enterprise Server...7 2 Planning

More information

GREEN HOUSE DATA. E-Mail Services Guide. Built right. Just for you. greenhousedata.com. Green House Data 340 Progress Circle Cheyenne, WY 82007

GREEN HOUSE DATA. E-Mail Services Guide. Built right. Just for you. greenhousedata.com. Green House Data 340 Progress Circle Cheyenne, WY 82007 GREEN HOUSE DATA Built right. Just for you. E-Mail Services Guide greenhousedata.com 1 Green House Data 340 Progress Circle Cheyenne, WY 82007 Table of Contents Getting Started on Business Class Email

More information

Windows Server 2008 Essentials. Installation, Deployment and Management

Windows Server 2008 Essentials. Installation, Deployment and Management Windows Server 2008 Essentials Installation, Deployment and Management Windows Server 2008 Essentials First Edition. This ebook is provided for personal use only. Unauthorized use, reproduction and/or

More information

CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft Exchange

CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft Exchange CA RECOVERY MANAGEMENT R12.5 BEST PRACTICES CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft Exchange Overview Benefits The CA Advantage The CA ARCserve Backup Support and Engineering

More information

How To Configure And Manage An Exchange Server 2010 For Free

How To Configure And Manage An Exchange Server 2010 For Free Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 MOC10135 About this Course This five-day, instructor-led course will provide you with the knowledge and skills to configure and

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 MOC 10233

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 MOC 10233 Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 MOC 10233 Course Outline Module 1: Introduction to Designing a Microsoft Exchange Server 2010 Deployment This

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Installing GFI MailEssentials

Installing GFI MailEssentials Installing GFI MailEssentials Introduction to installing GFI MailEssentials This chapter shows you how to install and configure GFI MailEssentials. GFI MailEssentials can be installed in two ways: Installation

More information

Copyright extends to any and all countries in which this publication is purchased and/or viewed and/or read.

Copyright extends to any and all countries in which this publication is purchased and/or viewed and/or read. Copyright 2010 LockLAN Systems Pty Ltd The right of LockLAN Systems Pty Ltd to be identified as author and copyright owner of this work is asserted by LockLAN Systems Pty Ltd in accordance with Australian

More information

2400 - Implementing and Managing Microsoft Exchange Server 2003

2400 - Implementing and Managing Microsoft Exchange Server 2003 2400 - Implementing and Managing Microsoft Exchange Server 2003 Introduction This five-day, instructor-led course provides students with the knowledge and skills that are needed to update and support a

More information

This transition has been done may times by our organization for independent companies, and it's time for us to share our secrets to success.

This transition has been done may times by our organization for independent companies, and it's time for us to share our secrets to success. This transition has been done may times by our organization for independent companies, and it's time for us to share our secrets to success. Let me first explain the example environment 1) 2003 Standard/Enterprise

More information

Exclaimer Anti-spam User Manual

Exclaimer Anti-spam User Manual Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com Contents GETTING STARTED... 8 Overview... 9 How Does It Work?... 9 What Next?... 9 No Technical Expertise Required... 10 But That's

More information

Microsoft Exchange Server 2007 deployment scenarios for midsize businesses

Microsoft Exchange Server 2007 deployment scenarios for midsize businesses Microsoft Exchange Server 2007 deployment scenarios for midsize businesses Executive summary... 2 Sample deployment scenarios... 2 Introduction... 3 Target audience... 3 Prerequisites... 3 Customer profile...

More information

Microsoft Office Outlook 2013: Part 1

Microsoft Office Outlook 2013: Part 1 Microsoft Office Outlook 2013: Part 1 Course Specifications Course Length: 1 day Overview: Email has become one of the most widely used methods of communication, whether for personal or business communications.

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 Course: 10233 Length: 5 Days

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 Course: 10233 Length: 5 Days About this Course Designing and Deploying Messaging Solutions with This five-day, instructor-led course provides you with the knowledge and skills to design and deploy messaging solutions with Microsoft

More information

4/16/2013. Install. Setup.exe /mode:install /roles:clientaccess Setup.exe /mode:install /roles:mailbox Setup.exe /mode:install /roles:managementtools

4/16/2013. Install. Setup.exe /mode:install /roles:clientaccess Setup.exe /mode:install /roles:mailbox Setup.exe /mode:install /roles:managementtools http://technet.microsoft.com/en-us/library/aa996719%28v=exchg.150%29.aspx http://technet.microsoft.com/en-us/library/cc731125(v=ws.10).aspx 1 4/16/2013 Exchange 2010 Architecture Client Access Hub Transport,

More information

Course Outline: Course 10135A: Configuring, Managing and Troubleshooting Microsoft

Course Outline: Course 10135A: Configuring, Managing and Troubleshooting Microsoft Course Outline: Course 10135A: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This five-day,

More information

Exchange Server 2007

Exchange Server 2007 Microsoft Sybex s Best of Exchange Server 2007 10 Full-Length Chapters 350 Pages of Must-Know Information Serious Skills. Sponsored by What s Inside: Mastering Exchange Server 2007 Barry Gerber, Jim McBee

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Course 10233A: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 OVERVIEW About this Course This five-day, instructor-led course provides you with the knowledge and skills

More information

Installing GFI MailSecurity

Installing GFI MailSecurity Installing GFI MailSecurity Introduction This chapter explains how to install and configure GFI MailSecurity. You can install GFI MailSecurity directly on your mail server or you can choose to install

More information

EVault for Data Protection Manager. Course 321 Protecting Exchange 2010 with DPM

EVault for Data Protection Manager. Course 321 Protecting Exchange 2010 with DPM EVault for Data Protection Manager Course 321 Protecting Exchange 2010 with DPM Table of Contents Objectives... 3 Scenario... 3 Estimated Time to Complete This Lab... 3 Requirements for This Lab... 3 Computers

More information