需求:让“公司领导”通讯组显示在层级的第一位。
方法:通过set-group的seniorityindex属性来实现,值越大,越靠前。
具体命令:
Set-Group –Identity 通讯组名称 –SeniorityIndex 50
设置完成后,可以使用下面命令查看是否生效:
Get-Group –Identity 通讯组名称 | select ishierarchicalgroup,seniorityindex | fl
官方参考链接:
启用或禁用层次通讯簿: Exchange Online Help
https://technet.microsoft.com/zh-cn/library/ff607473(v=exchg.150).aspx
本文出自 “曾垂鑫的技术专栏” 博客,谢绝转载!
Powershell-Exchange:设置分层通讯薄中通讯组的优先级
原文地址:http://543925535.blog.51cto.com/639838/1726404