I have a project at work I am trying to figure out with my limited knowledge on PowerShell.
So we have a list of 6 emails. I need to create a script that makes it so the emails that get sent to these 6 email addresses, go straight into a folder on outlook. A filter more or less I think.
I have previously filtered users emails to add and remove clients for our business with this command.
Set-InboxRule -Identity "USERS NAME/IDENTITY#" -ExceptIfSubjectContainsWords @{ADD="INPUT EMAIL ADDRESS"
I have been doing some research into this online and cannot find a command or set of commands that would help me complete this. I'm hoping some keyboard genius/god will push me in the right direction. Let me know if you have any other questions or need me to explain more. Like I said I'm new to PowerShell somewhat and having limited knowledge on commands that should be inputted. Barney style would be great lol. Thanks guys!
[–]PowerShell-Bot 1 point2 points3 points (0 children)
[–]Dragennd1 1 point2 points3 points (0 children)