Hello Experts - I am trying to export a list of domains that a user has on the Outlook spam list but the output from this command is truncated after the first few entries:
What additional switches do I need here so the output is not truncated?
PowershellExchangeOutlookEmail Servers
Last Comment
Qlemo
8/22/2022 - Mon
Qlemo
You'll have to be more sepecific with what you want to get. As you do now you get the complete object containing a lot of information including two collections with undefined member count ;-).
E.g. you can export only the blocked addresses:
Please note that that is in general a bad way to handle your issue. It might help you in this particular case, but fail if you try to do similar stuff later. However, from a KISS POV, it is a quick workaround.
E.g. you can export only the blocked addresses:
Open in new window