반응형
적용 대상 : Exchange Server 2010, 2013, 2016, 2019
첫번째 방법 : PowerShell
메일 박스 데이터베이스 조회
[PS] Get-MailboxDatabase
메일 박스 데이터베이스 이름 변경
[PS] Set-MailboxDatabase "Mailbox Database 1433230977" -Name "EDB02"
현재 이름 새 이름
두번째 방법 : Exchange 관리 센터
경로 : Exchange Administrative Center - 서버 - 데이터베이스
EDB 파일 이름 변경
Move-DatabasePath -Identity "edb01" -EdbFilePath "C:\MailBoxDatabase\edb01.edb" -LogFolderPath "C:\MailLogs\edb01"
반응형
'IT > MS Servers' 카테고리의 다른 글
[Exchange Server] DAG 및 데이터베이스 복사본 구성 하기 (0) | 2020.10.14 |
---|---|
[Exchange Server] 메일 박스 데이터베이스 및 파일 이름 바꾸기 (0) | 2020.10.13 |
[Exchange Server] HTTP 500 internal Error (0) | 2020.10.12 |
Exchange Server 2016 설치 및 구성 #1 (0) | 2020.09.28 |
[SQL Server] 현재 SKU가 잘못되었습니다. (0) | 2019.01.23 |
[윈도우 10] 작업 표시줄 아이콘이 사라진 현상 해결 방법 (0) | 2018.01.30 |
댓글0