当前位置:网站首页>Exch:重命名或删除默认邮箱数据库
Exch:重命名或删除默认邮箱数据库
2022-08-03 07:47:00 【生活在香樟园里】
1、重命名默认的邮箱数据库:
1)直接重命名邮箱数据库:
Get-MailboxDatabase -Server MBX03 | fl Name,EdbFilePath,LogFolderPath
Set-MailboxDatabase “Mailbox Database 1200388344” -Name MBX03-01
2)移动并重命名邮箱数据库文件名:
Dismount-Database -Identity DB03-01
Move-DatabasePath DB03-01 -EdbFilePath F:\MailboxDB\DB03-01.edb -LogFolderPath F:\MailboxDB\DB03-01
Mount-Database -Identity DB03-01
2、删除默认邮箱数据库:
1)迁移系统邮箱:
Set-ADServerSettings -ViewEntireForest $True
$mbxdb="Mailbox Database 1200388344"
Get-Mailbox -Database $mbxdb -Arbitration
Get-Mailbox -Database $mbxdb -Arbitration | New-MoveRequest -TargetDatabase DB03-02
2)迁移用户邮箱:
边栏推荐
- 【图像边缘检测】基于matlab灰度图像的积累加权边缘检测【含Matlab源码 2010期】
- Neo4j 4.X:导入OWL文件
- 【图像去雾】基于matlab暗通道和非均值滤波图像去雾【含Matlab源码 2011期】
- 使用pipreqs导出项目所需的requirements.txt(而非整个环境)
- Karatsuba大数乘法的Verilog实现
- 002-字段不为null
- SSM整合流程
- ArcEngine(六)用tool工具实现拉框放大缩小和平移
- Eject stubborn hard drives with diskpart's offline command
- mysql 8.0.12 安装配置方法并--设置修改密码
猜你喜欢
Evaluate: A detailed introduction to the introduction of huggingface evaluation indicator module
Nanny level explains Transformer
《21天精通TypeScript-5》类型注解与原始类型
Evaluate:huggingface评价指标模块入门详细介绍
Detailed explanation of cause and effect diagram of test case design method
HCIP笔记整理 2022/7/18
Roson的Qt之旅#105 QML Image引用大尺寸图片
The Transformer, BERT, GPT paper intensive reading notes
“==”和equals的区别
AI mid-stage sequence labeling task: three data set construction process records
随机推荐
xshell开启ssh端口转发,通过公网机器访问内网机器
如何使用电子邮件营销在五个步骤中增加产品评论
22-08-02 西安 尚医通(02)Vscode、ES6、nodejs、npm、Bable转码器
循环神经网络RNN基础《PyTorch深度学习实践》
【Kaggle实战】泰坦尼克号生存人数预测(从零到提交到Kaggle再到模型的保存与恢复)
frp:开源内网穿透工具
《剑指Offer》刷题之打印从1到最大的n位数
DeFi明斯基时刻:压力测试与启示
学习笔记:机器学习之逻辑回归
- display image API OpenCV 】 【 imshow () to a depth (data type) at different image processing methods
数据监控平台
pyspark---encode the suuid interval (based on the number of exposures and clicks)
ArcEngine (2) loading the map document
ArcEngine(四)MapControl_OnMouseDown的使用
Roson的Qt之旅#103 QML之标签导航控件TabBar
vs 2022无法安装 vc_runtimeMinmum_x86错误
Evaluate:huggingface评价指标模块入门详细介绍
[ 漏洞复现篇 ] yapi 代码执行 getshell 漏洞复现详解
"Swordsman Offer" brush questions print from 1 to the largest n digits
推荐系统-排序层-特征工程:用户特征、物品特征