RE: Need to create a csv through Powershell/Exchange Shell

2013-04-26 Thread Webster
, April 22, 2013 11:22 AM To: NT System Admin Issues Subject: RE: Need to create a csv through Powershell/Exchange Shell All you need to do is update the LDAP query filter. You can see what you need to do for that, here: http://theessentialexchange.com/blogs/michael/archive/2012/01/17/sending

RE: Need to create a csv through Powershell/Exchange Shell

2013-04-22 Thread Michael B. Smith
[mailto:joseph.hea...@wildlife.ca.gov] Sent: Monday, April 22, 2013 11:29 AM To: NT System Admin Issues Subject: RE: Need to create a csv through Powershell/Exchange Shell Michael, That worked magnificently. Thank you. I would prefer the teach to fish approach as well, but I really appreciate the help

RE: Need to create a csv through Powershell/Exchange Shell

2013-04-19 Thread Heaton, Joseph@Wildlife
, April 18, 2013 5:41 PM To: Heaton, Joseph@Wildlife; NT System Admin Issues Subject: RE: Need to create a csv through Powershell/Exchange Shell Then you will need to use a function or a filter to select the proper email addresses. Who do you know which ones are the right ones? From: Heaton, Joseph

RE: Need to create a csv through Powershell/Exchange Shell

2013-04-19 Thread Guyer, Don
: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov] Sent: Friday, April 19, 2013 1:26 PM To: NT System Admin Issues Subject: RE: Need to create a csv through Powershell/Exchange Shell Did you mean How do I know which ones are the right ones? If so, because I set it all up. There's our old

RE: Need to create a csv through Powershell/Exchange Shell

2013-04-19 Thread Heaton, Joseph@Wildlife
: (916) 323-1284 From: Don Guyer [mailto:dgu...@che.org] Sent: Friday, April 19, 2013 10:34 AM To: Heaton, Joseph@Wildlife; NT System Admin Issues Subject: RE: Need to create a csv through Powershell/Exchange Shell Get-Mailbox -ResultSize Unlimited | Where {$_.PrimarySmtpAddress -like

RE: Need to create a csv through Powershell/Exchange Shell

2013-04-19 Thread Michael B. Smith
, 2013 4:32 PM To: NT System Admin Issues Subject: RE: Need to create a csv through Powershell/Exchange Shell Don, That helps with that part, but here's what I'm trying to get to: Primary SMTP address, First Name, Last Name, Secondary smtp address In one report/csv/whatever. Joe Heaton

Re: Need to create a csv through Powershell/Exchange Shell

2013-04-18 Thread Candee
You can list all smtp addresses - will that work for you? I haven't tested it; but I found this. What class are you going to? I'm looking for live classroom training, but it's difficult to find. http://dxpetti.com/blog/?p=175 Get-Mailbox -Database Mailserver\Databasename -ResultSize Unlimited

RE: Need to create a csv through Powershell/Exchange Shell

2013-04-18 Thread Heaton, Joseph@Wildlife
Issues Subject: Re: Need to create a csv through Powershell/Exchange Shell You can list all smtp addresses - will that work for you? I haven't tested it; but I found this. What class are you going to? I'm looking for live classroom training, but it's difficult to find. http://dxpetti.com/blog/?p

RE: Need to create a csv through Powershell/Exchange Shell

2013-04-18 Thread Michael B. Smith
To: Heaton, Joseph@Wildlife; NT System Admin Issues Subject: Re: Need to create a csv through Powershell/Exchange Shell You can list all smtp addresses - will that work for you? I haven't tested it; but I found this. What class are you going to? I'm looking for live classroom training, but it's