burgemaster Posted March 26, 2015 Posted March 26, 2015 (edited) Hi, I am looking for a script to check an email account and extract all attachments to a network share? Has anyone please by any chance already got or seen anything like this? My initial searches led me to the "Get-IMAP" command and then... Get-IMAP -AttachmentDirectory "C:\temp\Attachments" -User $user -Password $password -Mailbox INBOX -Server $server -view $msgId But im hoping not to have to re-invent the wheel if someone already does this! Thanks in advance Edited March 26, 2015 by burgemaster
halbaradkenafin Posted March 27, 2015 Posted March 27, 2015 On site exchange or office 365? Either way I'd suggest looking on the script centre on TechNet as it's probably got something similar which can be adapted.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now