惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
J
Java Code Geeks
雷峰网
雷峰网
WordPress大学
WordPress大学
L
LangChain Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
P
Proofpoint News Feed
腾讯CDC
GbyAI
GbyAI
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
F
Fortinet All Blogs
Y
Y Combinator Blog
V
V2EX
A
About on SuperTechFans

博客园 - 大智弱驴

Windows 2008登录日志说明 在Exchange 2003的Windows 2003 AD域改名 MOM 2005 Maintenance Mode Summary(转载) 如何解决Outlook搜索问题 SCOM 2007配置数据库整理设置 SCOM 2007 Gateway 安装手册 Exchange 2007实施问题集锦 ISA Server 2004 0x80004005错误 解决rendom后客户端改名失败的问题 使用PrintMig迁移打印机 关于Hyper-V 如何修改Windows 2008 Core的桌面分辨率 激活Windows 2008 Core Windows Server 2008 Core模式下简单配置命令 限制域中账户在不同计算机上重复登录的脚本 国际信息安全管理标准体系--BS7799 Core IO学习心得 Project中如何设置非标准工作时间 ISA Firewall服务启动报告Error Code 212994
使用Exchange查看客户端的连接状态
大智弱驴 · 2008-09-25 · via 博客园 - 大智弱驴

问题:

如何在Exchange 2007中查询当前状态下有多少个用户正在通过OWA或者Outlook连接到Exchange服务器?因为需要移动用户邮箱,移动过程中客户是无法使用邮件系统的,为了防止当前正处于连接状态的用户受到影响,所以考虑最好能够知道当前哪些用户正连接到服务器上。

回答

可以使用 Get-LogonStatistics cmdlet 检索登录统计信息,例如用户名、登录时间、上次访问时间、客户端版本以及适配器速度。
Get-LogonStatistics -Server Server01

使用下面的 Exchange 命令行管理程序获取邮箱数据库统计信息: 
Get-LogonStatistics -Database <mailbox database name> | Format-List

详细的信息,请参考下面的链接:

如何查看邮箱数据库统计信息
http://technet.microsoft.com/zh-cn/library/bb201719(EXCHG.80).aspx 

Get-LogonStatistics
http://technet.microsoft.com/zh-cn/library/bb124415(EXCHG.80).aspx