Exporteer alle email adressen onder Exchange 2007 (Public Folder,Mailbox, Mail Contact en Distribution Group) naar een tekstdocument met powershell

Export alle e-mailadressen van Exchange 2007 omgeving met powershell naar tekst documenten.

Als je alle powershell commando’s in een document zet dan heb je alle e-mail adressen.

Public Folder
Get-Mailpublicfolder | format-list Name, Emailaddresses > c:\publicfolder.txt

Mailbox
Get-Mailbox | format-list Name, Emailaddresses > c:\mailbox.txt

Distributiongroup
get-distributiongroup  | format-list Name, Emailaddresses > c:\distributiongroup.txt

MailContact
get-mailcontact  | format-list Name, Emailaddresses > c:\mailcontact.txt

Exchange 2007 SP2 is vrijgegeven en te downloaden.

Het  Exchange Team heeft SP2 voor Exchange 2007 vrij gegeven.

De release notes lees je HIER en downloaden van Exchange 2007 SP2 doe je HIER

Officiële lijst met wat er allemaal vernieuw is vind je hier: (Wat is nieuw in Exchange 2007 SP2)

Maar hier onder staat het ook:

  • Deploying Exchange Server 2010
  • You can deploy Exchange Server 2010 in your organization once all of the Client Access servers in your organization have been upgraded to Exchange Server 2007 Service Pack 2 (SP2). In addition, any Exchange 2007 Server, regardless of server role, in the Active Directory site you are transitioning, must be upgraded to Exchange 2007 SP2.

  •   Exchange Backup Functionality
  • Exchange 2007 Service Pack 2 includes a VSS plug-in for Windows Server Backup to support Exchange backups. Once SP2 is installed, you can use Windows Server Backup to back up and restore your Exchange 2007 SP2 databases. The new plug-in is delivered in the form of a single executable called WSBExchange.exe. This plug-in is automatically installed by SP2 on all Exchange 2007 Mailbox servers. The plug-in enables Windows Server Backup to be able to make Exchange-aware VSS backups. For more information about this feature and how to use it, see Using Windows Server Backup to Back Up and Restore Exchange Data.

  •   Enhanced Auditing
  • New Exchange auditing events and audit log repository enable Exchange administrators to more easily audit the activities occurring on their Exchange servers. It allows the right balance of granularity, performance, and easy access to audited events via a dedicated audit log repository. This simplifies the auditing process and makes review of audited events easier by segregating audited events in a dedicated location. For more information about the new auditing features available with SP2, see Understanding Mailbox Access Auditing with Exchange Server 2007 Service Pack 2.

  •   Dynamic Active Directory Schema Validation
  • The dynamic AD schema update and validation feature allows for future schema updates to be dynamic deployed as well as proactively preventing conflicts whenever a new property is added to the AD schema. Once this capability is deployed it will enable easier management of future schema updates and will prevent support issues when adding properties that don’t exist in the AD schema. For more information about Dynamic Active Directory Schema Validation, see Understanding Dynamic Schema Updates and Validation in Exchange 2007 SP2.

  •   Public Folder Quota Management
  • Exchange 2007 Service Pack 2 provides a more efficient way to manage Public Folder quotas by improving the current cmdlets and removing the dependency on the Public Folder Distributed Authoring and Versioning Administration to perform management tasks. For more information about the new public folder quota management features, see the Set-PublicFolder cmdlet documentation.

  •   Centralized Organizational Settings
  • There are several new cmdlet parameters that have been added that enable centralized management of many of the Exchange organization settings.

    For more information about the new cmdlet parameters, see the following topics: http://technet.microsoft.com/en-us/library/ee221150.aspx

Exchange Tools

Microsoft Exchange Best Practices Analyzer v2.8

De Microsoft Exchange Best Practices Analyzer is bedoeld voor beheerders die willen weten hoe de algehele gezondheid van hun Exchange-servers is. De tool scant Exchange servers en identificeert items die niet in overeenstemming zijn met Microsoft best practices

Microsoft Exchange Server User Monitor

Gebruik de Microsoft Exchange Server User Monitor voor het verzamelen van real-time gegevens voor een beter inzicht in huidige omgeving waar de exchange server draait. Hier mee wordt inzichtelijk gemaakt plannen voor nu en in de toekomst. Beheerders kunnen verschillende objecten, waaronder IP-adressen, versies en modi van Microsoft Office Outlook en hulpbronnen zoals CPU-gebruik, server-side-processor latency, en de totale latentietijd voor netwerk-en verwerking. Ondersteund Microsoft Exchange Server 2000, 2003 en 2007.

Microsoft Exchange Troubleshooting Assistant v1.1

De Microsoft Exchange Troubleshooting Assistant kan helpen om de oorzaak van de slechte prestaties, mail en database mounting problemen op computers met Microsoft Exchange Server. De tool automatiseert gespecialiseerde stappen voor geïdentificeerde symptomen.

Microsoft Exchange Server Information Store Viewer (MDBVU32)

Gebruik Information Store Viewer (ook wel MDBVu32) te bekijken of informatie over een gebruiker de boodschap van de opslag van bestanden, die bestaat uit de prive-gegevens opslaan, het bestand met persoonlijke mappen (. PST), het publiek te slaan en het bestand met off line mappen (. Ost) . De Information Store Viewer toont de eigenschappen die beschikbaar zijn voor elk bericht, hoe u ze kunt gebruiken, en in welk formaat ze verschijnen.

Microsoft Exchange Server SMTPDiag Tool

SmtpDiag is een hulpmiddel voor het oplossen van problemen. Het is ontworpen om direct op een Windows server met IIS / SMTP-service  draait of op een server waar Exchange is  geïnstalleerd.  Het maakt gebruik van dezelfde API’s als Windows en Exchange om de configuratie te diagnosticeren en connectie problemen met SMTP-en DNS op te lossen.

Microsoft Exchange Server Mailbox Merge Wizard (ExMerge)

Exporteren van  gegevens uit mailboxen vanaf een Exchange-server en vervolgens de gegevens weer importeren in mailboxen op dezelfde of andere Exchange-server.

Microsoft Exchange Server Outlook Web Access Web Administration

De Outlook Web Access (OWA) administratie tool biedt een web-based gebruikersinterface aan voor alle beheerders om OWA instellingen te fijne tunen.

Translate »