RE: Mass Import Exchange Contacts

2011-05-17 Thread Brian Desmond
So put all your contact info in a CSV e.g.

First,Last,Target
Jane,Doe,j...@gmail.com

$csv= Import-Csv myCsvFile.csv

foreach ($u in $csv) { New-MailContact –ExternalEmailAddress $u.Target 
–FirstName $u.First –LastName $u.Last –DisplayName ($u.First + “ “ + $u.Last) }

I just typed that out in Outlook so you might need to tweak some parameters a 
bit but you get the idea.

Thanks,
Brian Desmond
br...@briandesmond.com

w – 312.625.1438 | c   – 312.731.3132

From: Wilhelm, Scott [mailto:swilh...@mcs.k12.ny.us]
Sent: Tuesday, May 17, 2011 8:50 AM
To: NT System Admin Issues
Subject: Re: Mass Import Exchange Contacts

A little bit more info on the version.  It's SP1, roll up 9.

Thanks!

Scott


On Tue, May 17, 2011 at 7:44 AM, Wilhelm, Scott 
mailto:swilh...@mcs.k12.ny.us>> wrote:
I'm on Exchange 2007.  Not sure exactly what version of that though.


On Fri, May 13, 2011 at 2:29 PM, Brian Desmond 
mailto:br...@briandesmond.com>> wrote:
It would be really easy to do with PowerShell if you’re on Exchange 2007+. What 
version of Exchange do you have?

Thanks,
Brian Desmond
br...@briandesmond.com<mailto:br...@briandesmond.com>

c   – 312.731.3132

From: Wilhelm, Scott 
[mailto:swilh...@mcs.k12.ny.us<mailto:swilh...@mcs.k12.ny.us>]
Sent: Friday, May 13, 2011 10:49 AM
To: NT System Admin Issues
Subject: Mass Import Exchange Contacts

We are currently working on moving all our users to Gmail from Exchange.  Part 
of this transition is creating a mail contact for each user to go to their 
gmail account, to be later used as a forwarder.

Are there scripts that can go through a CSV & create these for me?  Or does 
this have to be done manually?

Thanks for your time & assistance!

Scott

__

Scott Wilhelm

SLL BOCES Central Office (Tue):  315.386.4504 x 10134
Massena Central (Mon, Wed-Fri):  315.764.3700 x3046

“The harder I work, the luckier I get. “  -Samuel Goldwyn

‎"Individual commitment to a group effort - that is what makes a team work, a 
company work, a society work, a civilization work." -Vince Lombardi


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe ntsysadmin


--

__

Scott Wilhelm

SLL BOCES Central Office (Tue):  315.386.4504 x 10134
Massena Central (Mon, Wed-Fri):  315.764.3700 x3046

“The harder I work, the luckier I get. “  -Samuel Goldwyn

‎"Individual commitment to a group effort - that is what makes a team work, a 
company work, a society work, a civilization work." -Vince Lombardi


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe ntsysadmin



--

__

Scott Wilhelm

SLL BOCES Central Office (Tue):  315.386.4504 x 10134
Massena Central (Mon, Wed-Fri):  315.764.3700 x3046

“The harder I work, the luckier I get. “  -Samuel Goldwyn

‎"Individual commitment to a group effort - that is what makes a team work, a 
company work, a society work, a civilization work." -Vince Lombardi


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Mass Import Exchange Contacts

2011-05-17 Thread Wilhelm, Scott
A little bit more info on the version.  It's SP1, roll up 9.

Thanks!

Scott



On Tue, May 17, 2011 at 7:44 AM, Wilhelm, Scott wrote:

> I'm on Exchange 2007.  Not sure exactly what version of that though.
>
>
> On Fri, May 13, 2011 at 2:29 PM, Brian Desmond wrote:
>
>> *It would be really easy to do with PowerShell if you’re on Exchange
>> 2007+. What version of Exchange do you have? *
>>
>> * *
>>
>> *Thanks,*
>>
>> *Brian Desmond*
>>
>> *br...@briandesmond.com* **
>>
>> * *
>>
>> *c   – 312.731.3132*
>>
>> * *
>>
>> *From:* Wilhelm, Scott [mailto:swilh...@mcs.k12.ny.us]
>> *Sent:* Friday, May 13, 2011 10:49 AM
>> *To:* NT System Admin Issues
>> *Subject:* Mass Import Exchange Contacts
>>
>>
>>
>> We are currently working on moving all our users to Gmail from Exchange.
>>  Part of this transition is creating a mail contact for each user to go to
>> their gmail account, to be later used as a forwarder.
>>
>>
>>
>> Are there scripts that can go through a CSV & create these for me?  Or
>> does this have to be done manually?
>>
>>
>>
>> Thanks for your time & assistance!
>>
>> Scott
>>
>>
>> __
>>
>> *Scott Wilhelm*
>>
>> SLL BOCES Central Office (Tue):  315.386.4504 x 10134
>> Massena Central (Mon, Wed-Fri):  315.764.3700 x3046
>>
>> *“The harder I work, the luckier I get. “*  -Samuel Goldwyn
>>
>> *‎"Individual commitment to a group effort - that is what makes a team
>> work, a company work, a society work, a civilization work." -*Vince
>> Lombardi
>>
>>
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>
>
>
> --
>
> __
>
> *Scott Wilhelm*
>
> SLL BOCES Central Office (Tue):  315.386.4504 x 10134
> Massena Central (Mon, Wed-Fri):  315.764.3700 x3046
>
> *“The harder I work, the luckier I get. “*  -Samuel Goldwyn
>
> *‎**"Individual commitment to a group effort - that is what makes a team
> work, a company work, a society work, a civilization work." -*Vince
> Lombardi
>
>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>



-- 

__

*Scott Wilhelm*

SLL BOCES Central Office (Tue):  315.386.4504 x 10134
Massena Central (Mon, Wed-Fri):  315.764.3700 x3046

*“The harder I work, the luckier I get. “*  -Samuel Goldwyn

*‎**"Individual commitment to a group effort - that is what makes a team
work, a company work, a society work, a civilization work." -*Vince Lombardi

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Mass Import Exchange Contacts

2011-05-17 Thread Wilhelm, Scott
I'm on Exchange 2007.  Not sure exactly what version of that though.


On Fri, May 13, 2011 at 2:29 PM, Brian Desmond wrote:

> *It would be really easy to do with PowerShell if you’re on Exchange
> 2007+. What version of Exchange do you have? *
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *br...@briandesmond.com* **
>
> * *
>
> *c   – 312.731.3132*
>
> * *
>
> *From:* Wilhelm, Scott [mailto:swilh...@mcs.k12.ny.us]
> *Sent:* Friday, May 13, 2011 10:49 AM
> *To:* NT System Admin Issues
> *Subject:* Mass Import Exchange Contacts
>
>
>
> We are currently working on moving all our users to Gmail from Exchange.
>  Part of this transition is creating a mail contact for each user to go to
> their gmail account, to be later used as a forwarder.
>
>
>
> Are there scripts that can go through a CSV & create these for me?  Or does
> this have to be done manually?
>
>
>
> Thanks for your time & assistance!
>
> Scott
>
>
> __
>
> *Scott Wilhelm*
>
> SLL BOCES Central Office (Tue):  315.386.4504 x 10134
> Massena Central (Mon, Wed-Fri):  315.764.3700 x3046
>
> *“The harder I work, the luckier I get. “*  -Samuel Goldwyn
>
> *‎"Individual commitment to a group effort - that is what makes a team
> work, a company work, a society work, a civilization work." -*Vince
> Lombardi
>
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>



-- 

__

*Scott Wilhelm*

SLL BOCES Central Office (Tue):  315.386.4504 x 10134
Massena Central (Mon, Wed-Fri):  315.764.3700 x3046

*“The harder I work, the luckier I get. “*  -Samuel Goldwyn

*‎**"Individual commitment to a group effort - that is what makes a team
work, a company work, a society work, a civilization work." -*Vince Lombardi

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Mass Import Exchange Contacts

2011-05-13 Thread Brian Desmond
It would be really easy to do with PowerShell if you’re on Exchange 2007+. What 
version of Exchange do you have?

Thanks,
Brian Desmond
br...@briandesmond.com<mailto:br...@briandesmond.com>

c   – 312.731.3132

From: Wilhelm, Scott [mailto:swilh...@mcs.k12.ny.us]
Sent: Friday, May 13, 2011 10:49 AM
To: NT System Admin Issues
Subject: Mass Import Exchange Contacts

We are currently working on moving all our users to Gmail from Exchange.  Part 
of this transition is creating a mail contact for each user to go to their 
gmail account, to be later used as a forwarder.

Are there scripts that can go through a CSV & create these for me?  Or does 
this have to be done manually?

Thanks for your time & assistance!

Scott

__

Scott Wilhelm

SLL BOCES Central Office (Tue):  315.386.4504 x 10134
Massena Central (Mon, Wed-Fri):  315.764.3700 x3046

“The harder I work, the luckier I get. “  -Samuel Goldwyn

‎"Individual commitment to a group effort - that is what makes a team work, a 
company work, a society work, a civilization work." -Vince Lombardi


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Mass Import Exchange Contacts

2011-05-13 Thread Wilhelm, Scott
We are currently working on moving all our users to Gmail from Exchange.
 Part of this transition is creating a mail contact for each user to go to
their gmail account, to be later used as a forwarder.

Are there scripts that can go through a CSV & create these for me?  Or does
this have to be done manually?

Thanks for your time & assistance!

Scott

__

*Scott Wilhelm*

SLL BOCES Central Office (Tue):  315.386.4504 x 10134
Massena Central (Mon, Wed-Fri):  315.764.3700 x3046

*“The harder I work, the luckier I get. “*  -Samuel Goldwyn

*‎**"Individual commitment to a group effort - that is what makes a team
work, a company work, a society work, a civilization work." -*Vince Lombardi

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin