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.
您好 @连国 于
您是不是想导出成这样的表?
Get-RoleGroup | Select-Object Name, @{Name="Members";Expression={(Get-RoleGroupMember $_.Name).Name}} | Export-Csv -Path "C:\RoleGroups.csv"
导出后请使用Excel打开
Kind Regards
SF