Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Extract account settings from Outlook account settings

$
0
0

Hi folks. i'm posting this to this general section because this is not exactly Exchange server related but more local workstation related.

I'm trying to extract information from Outlook 2010 | Account settings | Server settings | More settings | Advanced tab | Mailboxes

I've used this code below to extract some basic information, but i'm not sure what the classes needed to pull information if my local Outlook 2010 settings has anything filled in for "Mailboxes. Open these additional mailboxes". Thanks much for your assistance.

$outlookApplication = New-Object -ComObject 'Outlook.Application'

$outlookApplication.Application


Viewing all articles
Browse latest Browse all 6937

Trending Articles