如何从Exchange powershell命令get-mailboxstatistics中select自定义属性? 我本来会期望沿着这个方向使用一些东西
get-mailboxstatistics -server dbserver | select DisplayName, ItemCount, {$_.TotalItemSize.value.toMB()}, Database, ***customattribute3*** | export-csv c:\allusers.csv -encoding "unicode"
提取自定义属性可能吗?
属性“CustomAttribute”是Get-Mailbox Cmdlet的一部分,因此我build议将此Cmdlet合并到脚本中。