Hi,
I have been fetching list accounts in Message Delivery Restrictions -> Only senders in the following command
(Get-DistributionGroup -Identity "group_name").AcceptMessagesOnlyFrom | Select-Object Name | Export-Csv C:TEMPtest.txt
Also , I want to fetch disabled accounts in Message Delivery Restrictions.
Thanks,
submitted by /u/maxcoder88
[link] [comments]
The post Listing Disabled accounts in Message Delivery Restrictions -> Only senders in the following list appeared first on How to Code .NET.