Share via

exchange内置管理员角色成员查询梳理

连国 于 570 Reputation points
2024-01-25T03:19:06.54+00:00

专家 您好 exchange server中内置很多管理员角色,我查了查有70多个,从图形界面还不能直接管理。 有没有什么方式可以导出这些管理员角色,并能显示出这些角色内的成员,我们需要对这些成员进行梳理 QQ截图20240125105034

Exchange | Exchange Server | Other
Exchange | Exchange Server | Other

A robust email, calendaring, and collaboration platform developed by Microsoft, designed for enterprise-level communication and data management.Miscellaneous topics that do not fit into specific categories.

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

0 comments No comments

Answer accepted by question author

Anonymous
2024-01-25T07:52:47.96+00:00

您好 @连国 于

您是不是想导出成这样的表? User's image

Get-RoleGroup | Select-Object Name, @{Name="Members";Expression={(Get-RoleGroupMember $_.Name).Name}} | Export-Csv -Path "C:\RoleGroups.csv"

导出后请使用Excel打开

Kind Regards

SF

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. 连国 于 570 Reputation points
    2024-01-25T08:49:10.5333333+00:00

    你好这个导出excel的方式 是不是中文不显示,,我记得需要加一个参数 ,导出后,才显示中文。

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.