« PREV : 1 : NEXT »

Exchange 관리자라면, 연결이 끊어진 사서함에 대해 알고 있을것이다.

하지만 혹시 부주의로 넘어갈수 있는 상황을 방지 하고자 여기 연결이 끊어진 사서함의 중요성과 확인 방법을 적어 보겠습니다.

연결이 끊어진 사서함은, Exchange 관리 도구의 받은 사람 구성에서 확인할수도 있고 Powershell 아래 명령을 통해서도 확인이 가능합니다.

Get-mailbox | Get-Mailboxstatistics | Where {$_.DisconnectDate -ne $null}

연결이 끊어진 사서함이 생기는 이유는 쉽게 말씀드리면 아래와 입니다.

사용자의 메일함을 사용안함, 삭제를 했을경우 연결이 끊어진 사서함으로 이동하게 되는데, 삭제와 사용안함의 차이는 계정과 관련이 있습니다.
사용안함 : 사용자 계정 아이디는 필요하고, 더이상 해당 메일함만 필요 없을 경우는 사용안함을 선택하여, 해당 사용자와 현재 메일함을 분리하는것이라고 생각하시면 됩니다.
다른 메일함을 연결하거나, 해당 사용자에게 메일함이 더이상 필요하지 않을때, 계정은 남겨두어야 할때 사용안함을 선택하시면 됩니다. Powershell 명령은 Disable-mailbox 입니다.

삭제 : 많은 분들이 이것을 사용하지는 않을것 같습니다만, 삭제는 계정과 메일함을 같이 지우게됩니다.
더이상 계정과 메일함 모두 필요없다면, 이것을 선택하시면 됩니다.
Powershell 명령은 Remove-mailbox 입니다.

연결이 끊어진 사서함 기본 삭제 주기(30일)까지 데이터 베이스에 끊어진 사서함으로 표시된후 온라인 유지 보수를 통해 영구적으로 삭제 됩니다.

하지만 간혹 사용자 사사함이 복구가 필요할때가 있습니다. (내용 확인 및 사용자 요구)
이때는 연결이 끊어진 사서함을 위에서 검색한후 Connect-mailbox 명령이나, 관리도구에서 해당 사서함을 검색한후 연결로 다른 사용자 혹은 기존 사용자로 연결해 줄수 있습니다.

[팁] 삭제되었는데 연결이 끊어진 사서함에 나타나지 않는경우 아래 명령을 사용하시면 현재 연결이 끊어진 사서함들을 정리, 갱신하여 줍니다.
Clean-MailboxDatabse
저작자 표시 비영리
Write your message and submit

Exchange Service 확인 방법

Posted 2010/01/20 13:47

서버 연결도 잘되고, 글로벌 카달로그도 정상 엑세스가 된다면, Exchange 서비스에 문제가 있는지 확인해 봐야 하는데
이 Exchange 서비스가 정상 실행되지 않는지, 빠르게 확인이 가능한 Powershell 명령이 있습니다.

바로,
Test-ServiceHealth 인데요,
사용법은 Test-ServiceHealth -server 서버이름 으로 사용하시면 됩니다.

저작자 표시 비영리
Write your message and submit

메일 삭제 Powershell

Posted 2009/12/15 09:33
갑자기 어떤 사용자가 그룹으로 메일을 보냈는데, 반드시 취소해야 한다는 연락이 들어왔다,

일반적으로 보낸 메일은 발송함에서 읽은 여부와, 회송을 통해 보낸 메일을 취소할수 있다, 단 수신자가 이미 메일을 읽었을 경우에는 회송하지 못한다.

그리고 그룹으로 보냈을 경우, 개별 확인이 되지 않기 때문에 회송이 되지 않는다.

이때는 관리자에게 전화하여, 수신자들의 메일 사서함에서 삭제를 요청할것인데... 어떻게 효과적으로 지울수 있을까..

아래 옵션을 통해 효과적으로 삭제할수 있습니다.
Get-Mailbox -Server 서버이름 | Export-Mailbox -SubjectKeywords “제목” -StartDate “12/13/2009″ -SenderKeywords tset@test.com  -DeleteContent

Get-Mailbox -Server 명령을 통해 검색할 메일 박스 서버를 지정하고, Export-Mailbox에 3가지 옵션 ( 제목, 검색활성날짜, 보낸사람)을 지정하여, 효과적으로 메일을 삭제할수 있도록 합니다.

-SubjectKeywords : 검색할 제목입니다. 입력한 문구가 들어간 메일이 포함됩니다.
-StartDate : 입력한 날짜 이후부터 검색합니다. -EndDate도 있겠죠? ^^; 의미는 같습니다. 이전 날짜 검색
-SenderKeywords : 보낸사람을 포함할수 있습니다.
-DeleteContent : 찾은 메일을 삭제하게 됩니다.
이외에도 다양한 옵션이 있으니, 찾고자 하거나, Export 하고자 하는 메일을 다양하게 시도해 보시기 바랍니다.

Tip Import-Mailbox 명령을 통해 메일 사서함에 넣을수도 있습니다.
 Get-Mailbox -Identity 사용자 | Import-Mailbox –PSTFolderPath 파일경로

 

저작자 표시 비영리
Write your message and submit

Exchange 2010 RC 버전 출시

Posted 2009/08/18 18:52
방금 반가운 소식을 접하게되었습니다.

Exchange 2010 RC버전이 오늘 나왔다네요

RC버전은 아시다시피 정식 출시버전과 많은 차이점이 없으므로, 개발 및 테스트하기에 용이 합니다.

관심있으신 분들 설치해서 확인해보도록합시다 ^^

Microsoft Exchange Server 2010 Release Candidate is now available.

As a participant in the Microsoft Exchange Server 2010 Beta experience, we invite you to download the new Exchange Server 2010 Release Candidate version. Now you can evaluate the release candidate product to simplify your IT environment and give you more control.

Resources delivered right when you need them.

You will have access to resources that will help you optimize your evaluation of Microsoft Exchange Server 2010 RC. Get started now to take advantage of the wealth of resources. Download Microsoft Exchange Server 2010 RC today.

저작자 표시 비영리
  1. BlogIcon 올엠

    | 2009/08/18 19:08 | PERMALINK | EDIT | REPLY |

    방금 다운로드를 시도하였는데 아직 다운로드 센터에 올라온것 같지 않네요. 아마 오늘밤 혹은 내일중으로 다운로드가 가능할것 같아요

Write your message and submit
일부 도메인의 경우 MX레코드 등록시, 아무런 응답이 없는 Black Screen으로 아무런 응답을 주지 않는 경우가 있습니다.
일반적으로는 응답신호를 주도록 되어 있는데 말이죠.

이경우 Windows 2003은 문제 없이 전송이 가능하지만, Windows 2008의 경우 TcpWindowScaling이 작동하게 되는데 일부 라우터에서 이 Scaling값을 인식하지 못하여 메일 전송이 실패할수 있습니다.
물론 TCPWindowScaling 지원이 가능한 라우터로 업그레이드를 권장하지만, 현실적으로 다른 업체의 장비를 업그레이드하는건 불가능하므로, 이 Auto Tuning을 Disable 하여 임시적으로 해결하는 방법을 말씀드리고자 합니다.

Auto Tuning Disable 하기
다음 경로에서 Auto Tuning 을 Disable 하는 툴을 자동 다운로드 받을 수 있습니다. http://go.microsoft.com/?linkid=9645381

수동으로 진행하는 방법은 다음 명령과 같습니다.
netsh int tcp set global autotuninglevel=disabled
정상적으로 구성이 잘 되었는지 확인하는 명령도 해보도록 합시다.
netsh interface tcp show global

저작자 표시 비영리
Write your message and submit
IIS 7.0에서는 간단한 백업을 지원 합니다.

NT Backup 이나 기타 백업 툴을 통해 기본적인 파일 단위 백업을 먼저 진행 합니다.
그리고, 다음 명령을 실행합니다.

Windows\System32\inetsrv\appcmd.exe add backup "backups"

이제 Backups라는 XML환경 설정 파일이 생성된 상태가 되며, 백업이 완료 되었습니다. ;; 참 쉽죠?

그럼 이제 Restore 명령에 대해 알아보겠습니다.

Windows\system32\inetsrv\appcmd.exe restore backup " Backup Name"

IIS7.0 MMC에 백업과 복구 UI을 추가하여 보는 방법도 있습니다.

IIS7BackupRestoreUI.dll

위 파일을 다운로드 하신후 C:\Windows\assembly 디렉토리에 저장합니다.

%WinDir%\System32\InetSrv\config\Administration.config 이 파일을 편집으로 오픈하신후
<moduleProviders>을 찾아서 아래 위치에 다음 내용을 추가 합니다.
<add name="IIS7BackupRestoreUI" type="IIS7BackupRestoreUI.MyModuleProvider, IIS7BackupRestoreUI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=db9daa3d2ea5f6fd" />

<modules>이라는 부분도 찾아서 다음내용을 추가 합니다.
<add name="IIS7BackupRestoreUI" />

그리고 IIS 7.0 MMC를 오픈하면, Backup Restore 디렉토리가 추가된것을 확인하실수 있습니다.

*초기 백업이 없는 상태에서 Backup Restore 디렉토리를 클릭하면 MMC 창이 닫힙니다. CMD로 백업을 하나이상 생성해 주세요 :)

참고
백업한 리스트를 CMD로 확인하실때 사용하는 명령어
Windows\system32\inetsrv\appcmd.exe list backup


저작자 표시 비영리
Write your message and submit
Microsoft Exchange Server 2003 컴포넌트을 설치시 최대 절전 모드를 사용할 수 없는 이유는 Exchange가 지원하지 않기 때문입니다.
저작자 표시 비영리
Write your message and submit

MPSRPT_Exchange

Posted 2009/05/19 08:53

Exchange에 문제가 생겼을때 이를 분석하여 문제를 해결하기위한 중요한 툴인 Exchange MPSREPORT입니다.
밑에 포함 내용은 README파일 내용으로 중요내용이 있습니다.
요약하면, /q 옵션으로 묻지않고 실행할수 있고(기본값:y로 진행됨)
MPSRPT_Exchange.EXE /F FULL 모드로 실행할수도 있답니다.

그리고 각파일별 내용에 대해 설명을 넣어놓았네요.


Microsoft Product Support Reporting Tool - Exchange Edition
===========================================================

Version: v1.0.7.0
Build Date: 20th September 2004

PURPOSE:
========
The MPS Reporting Tool is utilized to gather detailed system status and configuration information. The data collected will assist the Microsoft Support Professional with fault isolation.

The reporting tool DOES NOT make any registry changes or modifications to the operating system. Please see the section for PACKAGE CONTENTS and DIRECTORY STRUCTURE for details on what is copied to the system and what directories are made.

NOTE: You may install and use an unlimited number of copies of MPSRPT_Exchange.EXE solely for the purpose of gathering system information necessary for Microsoft Product Support Services to provide you with technical support services requested by you. All other purposes are not supported by Microsoft. Please refer to the EULA for more detailed information regarding your usage rights.

USAGE:
======
The MPS Reporting Tool is self-installing and will run on Windows NT 4.0, Windows 2000, and Windows XP. Every time you run MPSRPT_Exchange.EXE it will install itself, overwriting the previous installation then call MPSRpt.cmd to gather the reports.  Use the /Q option to install the Tool without running the report.

  Example:
    MPSRPT_Exchange.EXE /Q

The Tool has two reporting modes: Lite (default) and Full. Either mode can be run with the /Q Quiet-option. The Quiet-option reduces the ammount of user interaction with the Tool.

Lite Mode - Executing MPSRPT_Exchange.EXE with no command line options run the Tool in LITE reporting mode.

  Examples:
    MPSRPT_Exchange.EXE
    MPSRPT_Exchange.EXE /C:"cmd /c Setup.cmd /Q"

Full Mode - Full mode can take an extended perifod of time to gathering information and should only be run when directed by a Microsoft Support Professional.

  Examples:
    MPSRPT_Exchange.EXE /C:"cmd /c Setup.cmd /F"
    MPSRPT_Exchange.EXE /C:"cmd /c Setup.cmd /F /Q"

The above examples show how to install the tool and run the reports with the options Full reporting and Quiet mode. The default behavior (using no command-line options) is Lite reporting in Verbose mode.

If the Tool is already installed, you can execute the MPSRpt.cmd batch file from the Bin folder.

  Examples:
    MPSRpt.cmd
    MPSRpt.cmd /F
    MPSRpt.cmd / /Q
    MPSRpt.cmd /Q

For your convenience CAB file containing all of the reports will be created. Please send the cab file to the Microsoft Support Professional who is working on your support incident. Each time your run the Tool it will overwrite any existing report files. However, a new CAB file will be created. If you need to look at an older report you can extract it from the old CAB file.

NOTES:
======
Average completion times for the MPS Reporting Tool Lite Mode are in the range of 5 to 15 minutes. If for some reason the data collection process is not completing try running the tool during non-peak usage times. Full Mode should only be run during non-peak usage times or on systems that are not under heavy load.

To ensure that all of the data is collected properly, the user running the MPS Reporting Tool must have Administrative rights on the system. If you have any questions regarding the usage or operations of the Tool, consult with your Microsoft Support Professional.

DIRECTORY STRUCTURE:
====================
%SystemRoot%                Example - C:\WINNT
    \MPSReports             MPS Reports root folder - can contain many support specific versions
        \Exchange           Report output folder for the Exchange Edition of MPS Reports
            \Bin            Tools folder - non-version specific
                \1381       Windows NT specific tools
                \2195       Windows 2000 specific tools
                \2600       Windows XP specific tools
            \Cab            Output folder for the CAB files
            \Doc            Folder containing Readme and other files

PACKAGE CONTENTS:
=================
    File                   Size        Date          Version
    --------------------   ---------   ----------    ------------
    MPSTools.exe           1,130,548   05-26-2004    1.0.603.0
    Setup.cmd                  3,818   04-28-2004    1.0.2.8

MPSTools.exe CONTENTS:
======================
    File                                Size        Date          Version
    --------------------                ---------   ----------    ------------
    BIN\CheckSym.exe                      229,376   19/02/2003    2.3.0.0
    BIN\ClusInfo.exe                       57,344   22/02/2003    02.23.04
    BIN\clusmps.exe                       245,815   06/08/2004
    BIN\dosdev.exe                          6,144   25/01/2002    5.1.3604.0
    BIN\dsaccess.vbs                        6,363   24/02/2004    1.0.0.1
    BIN\DUMPEL.EXE                         53,248   22/05/2002    6.0.2600.1
    BIN\DumpEVT.exe                        28,672   06/03/2004    6.0.2600.1
    BIN\Exchdump.exe                      214,016   01/03/2004    6.5.7202.0
    BIN\ExchInfo-Full.vbs                  32,877   24/06/2004    1.5.3.2
    BIN\ExchInfo.vbs                       12,602   19/08/2004    2.0.0.1
    BIN\ExchInfo.xsl                       19,161   31/03/2004
    BIN\filever.exe                        14,336   24/03/2003    5.2.3790.0
    BIN\ftdmpnt.exe                       213,110   13/05/1999    1.2.1
    BIN\MPSRpt.cmd                        101,078   20/08/2004    1.0.6.5
    BIN\qfecheck.exe                       33,792   18/12/2001    5.1.2600.24
    BIN\rpcdump.exe                        90,159   07/07/2003
    BIN\smtpreg.vbs                        30,887   05/12/2000
    BIN\wmi-dsaccess.vbs                      812   19/03/2004
    BIN\1381\MAKECAB.EXE                   81,168   11-30-1999    5.0.2147.1
    BIN\1381\PSTAT.EXE                     43,792   08-08-1996    4.0.1371.1
    BIN\2195\DCDIAG.EXE                   217,872   01-11-2002    5.0.2195.4827
    BIN\2195\NETDIAG.EXE                  389,904   03-15-2002    5.0.2195.5080
    BIN\2195\PSTAT.EXE                      9,488   11-30-1999    5.0.2134.1
    BIN\2195\REG.EXE                       49,424   09-25-1999    2.0.0.0
    BIN\2600\DCDIAG.EXE                   451,072   05-15-2004    5.2.3790.1184
    BIN\2600\NETDIAG.EXE                  382,976   03-25-2003    5.2.3790.0
    BIN\2600\PSTAT.EXE                      8,704   08-17-2001    5.1.2600.0
    BIN\exbpa\ExBPA.Common.dll            172,032   15/09/2004    6.5.7408.1
    BIN\exbpa\ExBPA.Config.xml            445,800   13/09/2004    1.5.4.0
    BIN\exbpa\ExBPA.ConfigCollector.dll     57,344  15/09/2004    6.5.7408.1
    BIN\exbpa\ExBPA.NetworkCollector.dll   49,152   15/09/2004    6.5.7408.1
    BIN\exbpa\ExBPACmd.exe                 28,672   15/09/2004    6.5.7408.1
    BIN\exbpa\ExBPACmd.exe.config             102   08/09/2004   
    BIN\exbpa\NSPI.dll                     14,848   08/09/2004    6.5.7317.0

    Documentation          Description
    --------------------   ------------------------------------------------
    Doc\CHECKSYM.TXT       Documentation for CheckSym.exe
    Doc\ExchdumpReadme.doc Documentation for ExchDUmp.exe
    Doc\EULA.TXT           End-User License Agreement
    Doc\Readme.txt         Documentation for MPS Reporting tool (this file)

 

Report files created in LITE mode:
==================================
    %COMPUTERNAME%_._Summary.txt - Overview of the OS & Apps installed

Event logs - The event logs are captured in both native and CSV format to allow analysis by different tools.
    %COMPUTERNAME%_Application.evt
    %COMPUTERNAME%_Security.evt
    %COMPUTERNAME%_System.evt
    %COMPUTERNAME%_EventApplication.CSV
    %COMPUTERNAME%_EventSecurity.CSV
    %COMPUTERNAME%_EventSystem.CSV

The following event logs are only created on Windows 2000 or later and only if the specific service is installed.
    %COMPUTERNAME%_Directory_Service.evt
    %COMPUTERNAME%_DNS_Server.evt
    %COMPUTERNAME%_EventDirectory Service.CSV
    %COMPUTERNAME%_EventDNS Server.CSV
    %COMPUTERNAME%_EventFile Replication Service.CSV
    %COMPUTERNAME%_File_Replication_Service.evt

System Startup and Crash Recovery data - copies of the BOOT.INI, Autoexec.NT and Config.NT are collected as well as the registry settings that control application and system crash handling
    %COMPUTERNAME%_BOOT_INI.TXT
    %COMPUTERNAME%_CONFIG_AUTO.TXT
    %COMPUTERNAME%_RECOVERY.TXT

Cluster Information - gathers information about MSCS and WLBS if these services are configured on the system.
    %COMPUTERNAME%_WLBS.TXT - configuration of the Windows Load Balancing Service
    %COMPUTERNAME%_CLUSTERINFO.TXT - configuration state and resource information from CLUSTER.EXE
    %Computername%_Cluster_MPS_Information.txt - Cluster configuration information from Clusmps.exe
    %COMPUTERNAME%_CLUSTER_REGISTRY.HIV - Cluster service registry hive
    %COMPUTERNAME%_CLUSTERFILES.[CSV/TXT] - file version information for Cluster Service binaries
    %COMPUTERNAME%_CLUSTER.LOG - cluster log file
    %COMPUTERNAME%_CLUSTER_CLCFGSRV.LOG - ClCfgSrv.log file
    %COMPUTERNAME%_CLUSTER_OBJ.TXT - cluster.obj file
    %COMPUTERNAME%_CLUSTER_OML.TXT - cluster.oml file
    %COMPUTERNAME%_CLUSTER_CHKDSK*.LOG - copy of all cluster chkdsk logs

System service configuration and trace settings - registry settings for key system components
    %COMPUTERNAME%_TRACING.TXT - Settings for LSA, Winlogon, Netlogon, NTDS, NTFRS, RAS and other misc. settings.
    %COMPUTERNAME%_IPSEC.TXT - Settings for IPSEC (Windows 2000 or later only)

Hotfix information - information about hotfix install history
    %COMPUTERNAME%_HOTFIX.TXT

System Diagnostics - output from the Windows diagnostics tools
    %COMPUTERNAME%_MSINFO32.NFO - Windows 2000 or later diagnotics report
    %COMPUTERNAME%_WINMSD.TXT - Windows NT 4.0 diagnostics report
    %COMPUTERNAME%_SYSINFO.TXT - Windows XP/.NET system information
    %COMPUTERNAME%_PSTAT.TXT - Process Status output show some performance data for the running processes

Network configuration - various network configuration and current state information
    %COMPUTERNAME%_NETINFO.TXT
    %COMPUTERNAME%_MISC.TXT

Process Information - inventory of the currently running processes and device drivers on the system
    %COMPUTERNAME%_PROCESS.[CSV/TXT]
    %COMPUTERNAME%_DRIVERS.[CSV/TXT]

System File Information - subset inventory of the most important system files
    %COMPUTERNAME%_IEFILES.[CSV/TXT]
    %COMPUTERNAME%_SYSTEM32.[CSV/TXT]

Setup log files - Log files created by MSI when applications are installed
    %COMPUTERNAME%_SETUPACT.LOG
    %COMPUTERNAME%_SETUPAPI.LOG
    %COMPUTERNAME%_SETUPERR.LOG

Disk Information - Output from DOSDEV(Drive Letter to physical disk mappings) and FTDMPNT (Saves out information on Disk in the System)
    %ComputerName%_DISK_INFORMATION.TXTDrive Letter to physical disk mappings


======================================================================================================

Exchange Information - Information about the installation and configuration of Exchange
    %COMPUTERNAME%_EXCH_REG.TXT           - List of Exchange Registry Key values
    %COMPUTERNAME%_EXCH.[CSV/TXT]         - Inventory of \exchsrvr\*.exe & *.dll
    %COMPUTERNAME%_EXCH_DIR.TXT           - DIR /s of \exchsrvr
    %COMPUTERNAME%_EXCH_Trace.TXT         - List of Exchange Diagnostic Setting
    %COMPUTERNAME%_*setup*                - Copy of the Exchange / ADC Setup Progress Log(s)
    %COMPUTERNAME%_WMI*                   - Copy of WMI logs

  Exchange 5.5 ONLY
    %COMPUTERNAME%_EXCH_db.TXT            - File list of the database paths
    %COMPUTERNAME%_EXCH_GWART0.mta        - Copy of GWART0.mta
    %COMPUTERNAME%_EXCH_GWART1.mta        - Copy of GWART1.mta

  Exchange 2000 and Exchange 2003 ONLY
    %COMPUTERNAME%_exchdump.TXT           - Output from run the exchdump tool
    EXCHDUMP_<Time>.[XML/HTM]             - Output from run the exchdump tool
    %COMPUTERNAME%_EXCH_smtpreg.TXT       - List of SMTP Bindings
    %COMPUTERNAME%_EXCH_dsaccess.TXT      - List of DSAccess configuration
    %COMPUTERNAME%_EXCH_ADCREG.TXT        - List of ADC Registry Key values
    %COMPUTERNAME%_EXCH_ADC.[CSV/TXT]     - Inventory of \MSADC
    %COMPUTERNAME%_EXCH_INFO.[TXT]        - Storage Group & Database Information


  Exchange 2003 ONLY
    %COMPUTERNAME%_EXCH_IMF.TXT           - List of Content Filtering Registry Keys
    %COMPUTERNAME%_EXCH_web.config        - Copy of the OMA Browse web.config file

  Exchange Running on Windows 2000
    %COMPUTERNAME%_netdiag.TXT            - Output from netdiag /v /debug
    %COMPUTERNAME%_dcdiag.TXT             - Output from dcdiag /v
    %COMPUTERNAME%_Metabase.TXT           - Dump of the metabase
    %COMPUTERNAME%_EXCH_NLtest.TXT        - Output from various nltest commands
    %COMPUTERNAME%_EXCH_exBPA.XML         - Output from exbpa

  Exchange Running on Windows 2003 and Above
    %COMPUTERNAME%_netdiag.TXT            - Output from netdiag /v /debug
    %COMPUTERNAME%_dcdiag.TXT             - Output from dcdiag /v
    %COMPUTERNAME%_Metabase.xml           - Copy of metabase.xml
    %COMPUTERNAME%_EXCH_NLtest.TXT        - Output from various nltest commands
    %COMPUTERNAME%_EXCH_exBPA.XML         - Output from exbpa

.NET Framework - Information about the .NET Framework
    %COMPUTERNAME%_.NETFramework.TXT      - Dump of Framework registry keys
    %COMPUTERNAME%_.NETFramework.CSV      - Inventory of Microsoft.NET

IIS Information - Information about IIS
    %COMPUTERNAME%_IIS_REG.TXT            - List of IIS Registry Key values
    %COMPUTERNAME%_IIS_DIR.TXT            - DIR "%SystemRoot%\system32\inetsrv" /S

======================================================================================================

Report files created in Full Mode:
==================================
Full Mode creates all of the reports in Lite Mode and adds the following extra reports:

System File Information - inventory of all application files and more system files not collected in Lite Mode
    %COMPUTERNAME%_SYSROOT.[CSV/TXT] - inventory of %SYSTEMROOT%

Other files created:
====================
Progress Report - log file showing the progress of the Tool. Used by the Microsoft Support Professional to debug problems running the Tool
    %COMPUTERNAME%_PROGRESS.TXT

CAB files - Cabinet file containing all of the reports
    CABDIRECT.[DDF/TXT] - used to create the CAB file - deleted after CAB is created
    CABERRORS_%DATETIME%.TXT - deleted if no errors occurred during CAB creation
    %COMPUTERNAME%_MPSReports_%DATETIME%.CAB

HISTORY:
========
Version    Changes
1.0.7.0    - Updated with v1 exBPA
           - Ready for next we brelease
1.0.6.5    - Changed the way exBPA runs, so I check to see if the .Net Framework exists
             If it does I run it, if not I skip it
1.0.6.4    - Added DIR/s of %SystemRoot%\system32\inetsrv
           - Added MSX_ExchDump variable to enable a proper dump if a cluster
           - Updated exBPA to RC1
1.0.6.3    - Added Additional Registry key Dump for IIS
           - Updated exchinfo.vbs for an additional command-line option
           - Updated to include a variable for the cluster name
1.0.6.2    - Added %COMPUTERNAME%_._SUMMARY.txt to capture a quick os & app summary
           - Removed /Server %COMPUTERNAME% from exchdump command line
           - Added /noacl to exchdump command line
           - Copy Exchange 5.5 GWART*.mta
           - Added clusmps.exe; DOSDEV.EXE; FTDMPNT.EXE  to package and MPSRPT.cmd
           - Removed CLUSINFO.EXE
1.0.6.1    - Renamed exchinfo.vbs to exchinfo-full.vbs so it can be used for HeathChecks
           - Update to EXCHINFO.vbs to be cluster aware
           - Added EXCHINFO-full.vbs to the Package
           - Updated MPSRpt.cmd so it runs EXCHINFO-full.vbs when a full report is chosen
           - Updated MPSRpt.cmd so it runs exBPAcmd
           - Added exchinfo variable
           - Added filever to the package
           - Added exBPAcmd beta 2 to the package
           - Update the Exchange 5.5 DB Dir to include more folders
1.0.6.0    - Update to EXCHINFO.vbs so it can run in two modes Lite and Full.
             Lite Gathers information for the local machine only
             Full Gathers information from the Exchange Organisation
           - Updated to MPSRpt.cmd so it runs EXCHINFO.vbs with a Lite or Full switch
1.0.5.9    - First Exchange Public Release
1.0.0.0    - Initial version, copied from the alliance version of mpsreports

저작자 표시 비영리
Write your message and submit