EX2K7 Powershell automate mbx move with multiple domains

2008-12-16 Thread Barsodi.John
Hoping someone can help me here, I'm writing a script to automate my mailbox 
move and I'm having trouble with a few parts.

At a high level, I'm moving from a EX2003 environment with no mailbox quotas to 
a EX2007SP1 environment with Quotas set @ the DB level.  I also have a target 
size of 50GB / DB so if I had 256MB quota's in place, that means I can get 
roughly ~191 users in that DB.

I'm feeding the script a .csv file with 2 columns, name, current mbx size.

The logic I'm trying to write is for the script to get the current mailbox 
count of the first DB - DB01 and determine if it's less than the max number 
of mailboxes allowed for its particular quota limits. If it has room, move x 
number of mailboxes to meet its capacity, once complete, move to the next db 
and repeat.
This is the part I'm having trouble with, how do I determine the user count per 
db into a variable that can be used in a script?

I'm using this to grab my count per db: $dbcount = get-mailbox -server 
MyCMSName | Group -Property:Database | Select Name,Count | Sort -Property Name
How do I determine that DB01 has a Count Value of 40?

The other complication here is that we have a AD Forest with multiple child 
domains, Exchange is installed in one of these child domains.  I have recipient 
objects in the same child domain where Exchange is installed and 2 other child 
domains.  When I run the above cmd, it only returns the recipients from the 
same domain.  If I use the -DomainController parameter and specify a DC of the 
other domain, I get just the recipients in that domain.  Is it possible to 
widen the scope forest wide?  This makes it tough because I run a few items via 
the set-mailbox cmd in my script and this will always fail unless I specify the 
domain.


TIA,


- John Barsodi

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: EX2K7 Powershell automate mbx move with multiple domains

2008-12-16 Thread Campbell, Rob
To find the mailbox count in a db:

$(get-mailboxstatistics -database MyCMSName\DB01).count


From: Barsodi.John [mailto:john.bars...@igt.com]
Sent: Tuesday, December 16, 2008 11:15 AM
To: MS-Exchange Admin Issues
Subject: EX2K7 Powershell automate mbx move with multiple domains

Hoping someone can help me here, I'm writing a script to automate my mailbox 
move and I'm having trouble with a few parts.

At a high level, I'm moving from a EX2003 environment with no mailbox quotas to 
a EX2007SP1 environment with Quotas set @ the DB level.  I also have a target 
size of 50GB / DB so if I had 256MB quota's in place, that means I can get 
roughly ~191 users in that DB.

I'm feeding the script a .csv file with 2 columns, name, current mbx size.

The logic I'm trying to write is for the script to get the current mailbox 
count of the first DB - DB01 and determine if it's less than the max number 
of mailboxes allowed for its particular quota limits. If it has room, move x 
number of mailboxes to meet its capacity, once complete, move to the next db 
and repeat.
This is the part I'm having trouble with, how do I determine the user count per 
db into a variable that can be used in a script?

I'm using this to grab my count per db: $dbcount = get-mailbox -server 
MyCMSName | Group -Property:Database | Select Name,Count | Sort -Property Name
How do I determine that DB01 has a Count Value of 40?

The other complication here is that we have a AD Forest with multiple child 
domains, Exchange is installed in one of these child domains.  I have recipient 
objects in the same child domain where Exchange is installed and 2 other child 
domains.  When I run the above cmd, it only returns the recipients from the 
same domain.  If I use the -DomainController parameter and specify a DC of the 
other domain, I get just the recipients in that domain.  Is it possible to 
widen the scope forest wide?  This makes it tough because I run a few items via 
the set-mailbox cmd in my script and this will always fail unless I specify the 
domain.


TIA,


- John Barsodi



**
Note: 
The information contained in this message may be privileged and confidential 
and 
protected from disclosure.  If the reader of this message is not the intended  
recipient, or an employee or agent responsible for delivering this message to  
the intended recipient, you are hereby notified that any dissemination,   
distribution or copying of this communication is strictly prohibited. If you  
have received this communication in error, please notify us immediately by  
replying to the message and deleting it from your computer. 
**

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Delegate calendar control/access from within OWA-E2007

2008-12-16 Thread Louis, Joe
I had a remote user call today and ask about delegating access to her calendar 
from within OWA. I was sure that this was possible, but when I look in OWA, I 
can't find where that would be set by the user. Is it really not possible?

Joe Louis


~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Delegate calendar control/access from within OWA-E2007

2008-12-16 Thread Sean Rector
Not from within OWA.

 

Sean Rector, MCSE

 

From: Louis, Joe [mailto:jlo...@guardianalarm.com] 
Sent: Tuesday, December 16, 2008 1:01 PM
To: MS-Exchange Admin Issues
Subject: Delegate calendar control/access from within OWA-E2007

 

I had a remote user call today and ask about delegating access to her
calendar from within OWA. I was sure that this was possible, but when I
look in OWA, I can't find where that would be set by the user. Is it
really not possible?

 

Joe Louis

 

 

 


 2008-2009 Season:  Tosca | The Barber of Seville
 Recently Announced:  Virginia Opera's 35th Anniversary Season 2009-2010
Visit us online at www.vaopera.org or call 1.866.OPERA.VA

This e-mail and any attached files are confidential and intended solely for the 
intended recipient(s). Unless otherwise specified, persons unnamed as 
recipients may not read, distribute, copy or alter this e-mail. Any views or 
opinions expressed in this e-mail belong to the author and may not necessarily 
represent those of Virginia Opera. Although precautions have been taken to 
ensure no viruses are present, Virginia Opera cannot accept responsibility for 
any loss or damage that may arise from the use of this e-mail or attachments.

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Delegate calendar control/access from within OWA-E2007

2008-12-16 Thread Boggis, Josh
How about accessing someone else's calendar for editing, if the proper
delegation has been granted.  I'm currently trying to figure that one
out, I know it wasn't possible in 2003 without granting full access to
the mailbox, how about 2007?

 

From: Sean Rector [mailto:sean.rec...@vaopera.org] 
Sent: Tuesday, December 16, 2008 1:08 PM
To: MS-Exchange Admin Issues
Subject: RE: Delegate calendar control/access from within OWA-E2007

 

Not from within OWA.

 

Sean Rector, MCSE

 

From: Louis, Joe [mailto:jlo...@guardianalarm.com] 
Sent: Tuesday, December 16, 2008 1:01 PM
To: MS-Exchange Admin Issues
Subject: Delegate calendar control/access from within OWA-E2007

 

I had a remote user call today and ask about delegating access to her
calendar from within OWA. I was sure that this was possible, but when I
look in OWA, I can't find where that would be set by the user. Is it
really not possible?

 

Joe Louis

 

 

 

Information Technology Manager
Virginia Opera Association 

E-Mail: sean.rec...@vaopera.org mailto:sean.rec...@vaopera.org

Phone:(757) 213-4548 (direct line)
{+}

 2008-2009 Season:  Tosca http://www.vaopera.org/tosca  |  The Barber
of Seville http://www.vaopera.org/barber 
 Recently Announced:  Virginia Opera's 35th Anniversary Season
2009-2010 http://www.vaopera.org/upcoming 
Visit us online at www.vaopera.org http://www.vaopera.org  or call
1-866-OPERA-VA 



This e-mail and any attached files are confidential and intended solely
for the intended recipient(s). Unless otherwise specified, persons
unnamed as recipients may not read, distribute, copy or alter this
e-mail. Any views or opinions expressed in this e-mail belong to the
author and may not necessarily represent those of Virginia Opera.
Although precautions have been taken to ensure no viruses are present,
Virginia Opera cannot accept responsibility for any loss or damage that
may arise from the use of this e-mail or attachments. 

{*}

 

 


~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Delegate calendar control/access from within OWA-E2007

2008-12-16 Thread Sean Rector
You don't have to give full access for them to have full access to their
calendar.  You set up delegation using Outlook...under Options...

 

I just did this for our Conference Room resource calendar.

 

You have to create a separate profile for Outlook, log in using that
profile, then set up the proper delegation.  Adding it as an opened
mailbox won't modify the Delegation properties for that mailbox.

 

Sean Rector, MCSE

 

From: Boggis, Josh [mailto:josh.bog...@uconn.edu] 
Sent: Tuesday, December 16, 2008 1:21 PM
To: MS-Exchange Admin Issues
Subject: RE: Delegate calendar control/access from within OWA-E2007

 

How about accessing someone else's calendar for editing, if the proper
delegation has been granted.  I'm currently trying to figure that one
out, I know it wasn't possible in 2003 without granting full access to
the mailbox, how about 2007?

 

From: Sean Rector [mailto:sean.rec...@vaopera.org] 
Sent: Tuesday, December 16, 2008 1:08 PM
To: MS-Exchange Admin Issues
Subject: RE: Delegate calendar control/access from within OWA-E2007

 

Not from within OWA.

 

Sean Rector, MCSE

 

From: Louis, Joe [mailto:jlo...@guardianalarm.com] 
Sent: Tuesday, December 16, 2008 1:01 PM
To: MS-Exchange Admin Issues
Subject: Delegate calendar control/access from within OWA-E2007

 

I had a remote user call today and ask about delegating access to her
calendar from within OWA. I was sure that this was possible, but when I
look in OWA, I can't find where that would be set by the user. Is it
really not possible?

 

Joe Louis

 

 

 

Information Technology Manager
Virginia Opera Association 

E-Mail: sean.rec...@vaopera.org mailto:sean.rec...@vaopera.org

Phone:(757) 213-4548 (direct line)
{+}

 2008-2009 Season:  Tosca http://www.vaopera.org/tosca  |  The Barber
of Seville http://www.vaopera.org/barber 
 Recently Announced:  Virginia Opera's 35th Anniversary Season
2009-2010 http://www.vaopera.org/upcoming 
Visit us online at www.vaopera.org http://www.vaopera.org  or call
1-866-OPERA-VA 



This e-mail and any attached files are confidential and intended solely
for the intended recipient(s). Unless otherwise specified, persons
unnamed as recipients may not read, distribute, copy or alter this
e-mail. Any views or opinions expressed in this e-mail belong to the
author and may not necessarily represent those of Virginia Opera.
Although precautions have been taken to ensure no viruses are present,
Virginia Opera cannot accept responsibility for any loss or damage that
may arise from the use of this e-mail or attachments. 

{*}

 

 

 

 


~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Phone system for remote/ satellite office

2008-12-16 Thread David Baca
Hello All,

I was wondering if you had any suggestion or can share your experiences on 
phone system ideas for an office of three execs and one receptionist.  I am 
looking for a low cost solution.  I have considered fonality and avaya  which 
can get expensive roughly 10 -15k with installation.


Thanks in advance.


David



  
~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

OT: Resume Posting

2008-12-16 Thread mqcarp
This it OT, but where do you find or post your resumes these days? HR has an
IT opening and Monster is just ridiculous expensive to look through. Years
ago I know dice.com was a common tech job site, and so was careerbuilder.
Are these common now? I use LinkedIn too, so that may even be an option.
Just curious if any of you do any hiring and what your experience is these
days.

Thanks

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Phone system for remote/ satellite office

2008-12-16 Thread Jason Tierney
Can't VoIP off your existing system?

I have a client using Vonage and they really like it.  They have about 12 users 
behind a 3.0 Mpbs connection and have no issues at all.  They can't transfer 
and what not, but they don't seem to care.

Otherwise, look at Mitel, I've seen 20 user offices for less than 10k 
installation.

Jason Tierney, MCITP:EA
Vice President, Consulting Services
tel: 240.425.4441
fax: 301.349.2518

From: David Baca [mailto:dbaca.gr...@yahoo.com]
Sent: Tuesday, December 16, 2008 3:10 PM
To: MS-Exchange Admin Issues
Subject: Phone system for remote/ satellite office

Hello All,

I was wondering if you had any suggestion or can share your experiences on 
phone system ideas for an office of three execs and one receptionist.  I am 
looking for a low cost solution.  I have considered fonality and avaya  which 
can get expensive roughly 10 -15k with installation.


Thanks in advance.


David




~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Resume Posting

2008-12-16 Thread Jason Tierney
Jobfox?

Jason Tierney, MCITP:EA
Vice President, Consulting Services
tel: 240.425.4441
fax: 301.349.2518

From: mqcarp [mailto:mqcarpen...@gmail.com]
Sent: Tuesday, December 16, 2008 3:25 PM
To: MS-Exchange Admin Issues
Subject: OT: Resume Posting

This it OT, but where do you find or post your resumes these days? HR has an IT 
opening and Monster is just ridiculous expensive to look through. Years ago I 
know dice.comhttp://dice.com was a common tech job site, and so was 
careerbuilder. Are these common now? I use LinkedIn too, so that may even be an 
option. Just curious if any of you do any hiring and what your experience is 
these days.

Thanks



~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Re: OT: Resume Posting

2008-12-16 Thread Kat Collins
What area of the country are you in? It might make a different in the
lists/sites you can/should post to...

On Tue, Dec 16, 2008 at 12:25 PM, mqcarp mqcarpen...@gmail.com wrote:

 This it OT, but where do you find or post your resumes these days? HR has
 an IT opening and Monster is just ridiculous expensive to look through.
 Years ago I know dice.com was a common tech job site, and so was
 careerbuilder. Are these common now? I use LinkedIn too, so that may even be
 an option. Just curious if any of you do any hiring and what your experience
 is these days.

 Thanks






-- 
Kat Collins - The Email of the species is more powerful than the Mail!

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Re: Phone system for remote/ satellite office

2008-12-16 Thread James Kerr
What about getting a voip card in your current pbx and just getting them viop 
phones? You could have separate DID or hunt groups or what not. 

A long time ago I saw that Panasonic had small digital phone systems that were 
inexpensive and nice. Maybe you could take a look at what they have now.

James
  - Original Message - 
  From: David Baca 
  To: MS-Exchange Admin Issues 
  Sent: Tuesday, December 16, 2008 3:09 PM
  Subject: Phone system for remote/ satellite office


  Hello All,

  I was wondering if you had any suggestion or can share your experiences on 
phone system ideas for an office of three execs and one receptionist.  I am 
looking for a low cost solution.  I have considered fonality and avaya  which 
can get expensive roughly 10 -15k with installation.


  Thanks in advance.


  David






~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Re: Phone system for remote/ satellite office

2008-12-16 Thread David Baca
our current system does not support voip.  I am hunting for options now.

Regards,

David





From: James Kerr cluster...@gmail.com
To: MS-Exchange Admin Issues exchangelist@lyris.sunbelt-software.com
Sent: Tuesday, December 16, 2008 12:47:17 PM
Subject: Re: Phone system for remote/ satellite office

 
What about getting a voip card in your current pbx 
and just getting them viop phones? You could have separate DID or hunt 
groups or what not. 
 
A long time ago I saw that Panasonic had small 
digital phone systems that were inexpensive and nice. Maybe you could take a 
look at what they have now.
 
James
- Original Message - 
From: David  Baca 
To: MS-Exchange Admin  Issues 
Sent: Tuesday, December 16, 2008 3:09  PM
Subject: Phone system for remote/  satellite office

Hello All,

I was wondering if you had any suggestion or can share  your experiences on 
phone system ideas for an office of three execs and one  receptionist.  I am 
looking for a low cost solution.  I have  considered fonality and avaya  which 
can get expensive roughly 10 -15k  with installation.


Thanks in  advance.


David


  
~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Phone system for remote/ satellite office

2008-12-16 Thread Andy Shook
What is your current system?

Shook

From: David Baca [mailto:dbaca.gr...@yahoo.com]
Sent: Tuesday, December 16, 2008 3:57 PM
To: MS-Exchange Admin Issues
Subject: Re: Phone system for remote/ satellite office

our current system does not support voip.  I am hunting for options now.

Regards,

David


From: James Kerr cluster...@gmail.com
To: MS-Exchange Admin Issues exchangelist@lyris.sunbelt-software.com
Sent: Tuesday, December 16, 2008 12:47:17 PM
Subject: Re: Phone system for remote/ satellite office
What about getting a voip card in your current pbx and just getting them viop 
phones? You could have separate DID or hunt groups or what not.

A long time ago I saw that Panasonic had small digital phone systems that were 
inexpensive and nice. Maybe you could take a look at what they have now.

James
- Original Message -
From: David Bacamailto:dbaca.gr...@yahoo.com
To: MS-Exchange Admin Issuesmailto:exchangelist@lyris.sunbelt-software.com
Sent: Tuesday, December 16, 2008 3:09 PM
Subject: Phone system for remote/ satellite office

Hello All,

I was wondering if you had any suggestion or can share your experiences on 
phone system ideas for an office of three execs and one receptionist.  I am 
looking for a low cost solution.  I have considered fonality and avaya  which 
can get expensive roughly 10 -15k with installation.


Thanks in advance.


David










~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Re: Phone system for remote/ satellite office

2008-12-16 Thread Jeff Brown
sometimes you have to ask the right questions.  Our system supports IP
trunking, not VOIP.  But I think most Voip systems can be tied back into
your legacy phone sys if it supports trunking.  shoretell is the bomb.

On Tue, Dec 16, 2008 at 2:57 PM, David Baca dbaca.gr...@yahoo.com wrote:

   our current system does not support voip.  I am hunting for options now.

 Regards,

 David

  --
 *From:* James Kerr cluster...@gmail.com
 *To:* MS-Exchange Admin Issues exchangelist@lyris.sunbelt-software.com
 *Sent:* Tuesday, December 16, 2008 12:47:17 PM
 *Subject:* Re: Phone system for remote/ satellite office

 What about getting a voip card in your current pbx and just getting them
 viop phones? You could have separate DID or hunt groups or what not.

 A long time ago I saw that Panasonic had small digital phone systems that
 were inexpensive and nice. Maybe you could take a look at what they have
 now.

 James

  - Original Message -
 *From:* David Baca dbaca.gr...@yahoo.com
  *To:* MS-Exchange Admin Issues exchangelist@lyris.sunbelt-software.com
  *Sent:* Tuesday, December 16, 2008 3:09 PM
 *Subject:* Phone system for remote/ satellite office

  Hello All,

 I was wondering if you had any suggestion or can share your experiences on
 phone system ideas for an office of three execs and one receptionist.  I am
 looking for a low cost solution.  I have considered fonality and avaya
 which can get expensive roughly 10 -15k with installation.


 Thanks in advance.


 David











~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Re: Resume Posting

2008-12-16 Thread mqcarp
Are you guys being serious with the craigslist, myspace comments? Erik, we
are in South Texas.

On Tue, Dec 16, 2008 at 4:44 PM, Erik Goldoff egold...@gmail.com wrote:

  Yep, like Bob Free reminds me even today, I *was*  'Ham Boy'  grin
 left there in July 2006, and left them in VERY good hands ... Didn't want to
 job hop from employer to employer so I've been doing independent consulting
 to stay afloat, but the economy is definitely hurting the small business
 arena, I've lost several clients to acquisitions, and several have either
 severely cut back, or closed altogether ...

  Erik Goldoff

 *IT  Consultant*

 *Systems, Networks,  Security *


  --
 *From:* James Kerr [mailto:cluster...@gmail.com]
 *Sent:* Tuesday, December 16, 2008 5:41 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Resume Posting

  What happened with Honey Baked Ham man? You were one of the folks on this
 list who worked there right?

 - Original Message -
 *From:* Erik Goldoff egold...@gmail.com
 *To:* NT System Admin Issues ntsysad...@lyris.sunbelt-software.com
 *Sent:* Tuesday, December 16, 2008 4:56 PM
 *Subject:* RE: Resume Posting

 Self-serving question here :

 Where are you located, as I am currently looking ...

  Erik Goldoff

 *IT  Consultant*

 *Systems, Networks,  Security *


  --
 *From:* mqcarp [mailto:mqcarpen...@gmail.com]
 *Sent:* Tuesday, December 16, 2008 3:25 PM
 *To:* NT System Admin Issues
 *Subject:* OT: Resume Posting

 This it OT, but where do you find or post your resumes these days? HR has
 an IT opening and Monster is just ridiculous expensive to look through.
 Years ago I know dice.com was a common tech job site, and so was
 careerbuilder. Are these common now? I use LinkedIn too, so that may even be
 an option. Just curious if any of you do any hiring and what your experience
 is these days.

 Thanks






















~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Resume Posting

2008-12-16 Thread Jeremy Phillips
I've actually hired more than a few people that submitted their resume through 
Craigslist. We've got one up there right now actually and I'm getting ready to 
go through a couple dozen resumes.

Thanks,

Jeremy Phillips
Operations Manager | Azaleos Corporation | T: 206.926.1945 | M: 540.322.7980
You rely on Exchange. We keep it running.

From: mqcarp [mailto:mqcarpen...@gmail.com]
Sent: Tuesday, December 16, 2008 2:51 PM
To: MS-Exchange Admin Issues
Subject: Re: Resume Posting

Are you guys being serious with the craigslist, myspace comments? Erik, we are 
in South Texas.
On Tue, Dec 16, 2008 at 4:44 PM, Erik Goldoff 
egold...@gmail.commailto:egold...@gmail.com wrote:
Yep, like Bob Free reminds me even today, I *was*  'Ham Boy'  grin   left 
there in July 2006, and left them in VERY good hands ... Didn't want to job hop 
from employer to employer so I've been doing independent consulting to stay 
afloat, but the economy is definitely hurting the small business arena, I've 
lost several clients to acquisitions, and several have either severely cut 
back, or closed altogether ...

Erik Goldoff

IT  Consultant

Systems, Networks,  Security



From: James Kerr [mailto:cluster...@gmail.commailto:cluster...@gmail.com]
Sent: Tuesday, December 16, 2008 5:41 PM

To: NT System Admin Issues
Subject: Re: Resume Posting
What happened with Honey Baked Ham man? You were one of the folks on this list 
who worked there right?
- Original Message -
From: Erik Goldoffmailto:egold...@gmail.com
To: NT System Admin Issuesmailto:ntsysad...@lyris.sunbelt-software.com
Sent: Tuesday, December 16, 2008 4:56 PM
Subject: RE: Resume Posting

Self-serving question here :

Where are you located, as I am currently looking ...

Erik Goldoff

IT  Consultant

Systems, Networks,  Security



From: mqcarp [mailto:mqcarpen...@gmail.commailto:mqcarpen...@gmail.com]
Sent: Tuesday, December 16, 2008 3:25 PM
To: NT System Admin Issues
Subject: OT: Resume Posting
This it OT, but where do you find or post your resumes these days? HR has an IT 
opening and Monster is just ridiculous expensive to look through. Years ago I 
know dice.comhttp://dice.com was a common tech job site, and so was 
careerbuilder. Are these common now? I use LinkedIn too, so that may even be an 
option. Just curious if any of you do any hiring and what your experience is 
these days.

Thanks























~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Resume Posting

2008-12-16 Thread Matteson, John H Jr USA Mr USA 25th SigBN (ITT)
I've posted my resume on COMPUTERJOBS.COM and that's how I ended up out
here in the middle of nowhere.
The site has changed its name but I'm sure the redirection is still in
place.

The site's that I've used most often have been CAREERBUILDER.COM and
COMPUTERJOBS.COM.  I'll look through Monster, but usually the same jobs
are posted elsewhere.

John H. Matteson, Jr.
Systems Administrator/ITT Systems
Forward Operating Base Orgun-E
Afghanistan
DSN - 318 431 8001
VoSIP - (308) 431 - 
Iridium SatPhone - 717.633.3823
Roshain Mobile - 079 - 736 - 3832

(Tagline/disclaimer has been removed by order of the thought police)

-Original Message-
From: mqcarp [mailto:mqcarpen...@gmail.com] 
Sent: Tuesday, December 16, 2008 3:25 PM
To: MS-Exchange Admin Issues
Subject: OT: Resume Posting

This it OT, but where do you find or post your resumes these days? HR
has an IT opening and Monster is just ridiculous expensive to look
through. Years ago I know dice.com was a common tech job site, and so
was careerbuilder. Are these common now? I use LinkedIn too, so that may
even be an option. Just curious if any of you do any hiring and what
your experience is these days.

Thanks


 


~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~


RE: Resume Posting

2008-12-16 Thread KevinM
You hired me via Twitter..

From: Jeremy Phillips [mailto:jeremy.phill...@azaleos.com]
Sent: Tuesday, December 16, 2008 2:57 PM
To: MS-Exchange Admin Issues
Subject: RE: Resume Posting

I've actually hired more than a few people that submitted their resume through 
Craigslist. We've got one up there right now actually and I'm getting ready to 
go through a couple dozen resumes.

Thanks,

Jeremy Phillips
Operations Manager | Azaleos Corporation | T: 206.926.1945 | M: 540.322.7980
You rely on Exchange. We keep it running.

From: mqcarp [mailto:mqcarpen...@gmail.com]
Sent: Tuesday, December 16, 2008 2:51 PM
To: MS-Exchange Admin Issues
Subject: Re: Resume Posting

Are you guys being serious with the craigslist, myspace comments? Erik, we are 
in South Texas.
On Tue, Dec 16, 2008 at 4:44 PM, Erik Goldoff 
egold...@gmail.commailto:egold...@gmail.com wrote:
Yep, like Bob Free reminds me even today, I *was*  'Ham Boy'  grin   left 
there in July 2006, and left them in VERY good hands ... Didn't want to job hop 
from employer to employer so I've been doing independent consulting to stay 
afloat, but the economy is definitely hurting the small business arena, I've 
lost several clients to acquisitions, and several have either severely cut 
back, or closed altogether ...

Erik Goldoff

IT  Consultant

Systems, Networks,  Security



From: James Kerr [mailto:cluster...@gmail.commailto:cluster...@gmail.com]
Sent: Tuesday, December 16, 2008 5:41 PM

To: NT System Admin Issues
Subject: Re: Resume Posting
What happened with Honey Baked Ham man? You were one of the folks on this list 
who worked there right?
- Original Message -
From: Erik Goldoffmailto:egold...@gmail.com
To: NT System Admin Issuesmailto:ntsysad...@lyris.sunbelt-software.com
Sent: Tuesday, December 16, 2008 4:56 PM
Subject: RE: Resume Posting

Self-serving question here :

Where are you located, as I am currently looking ...

Erik Goldoff

IT  Consultant

Systems, Networks,  Security



From: mqcarp [mailto:mqcarpen...@gmail.commailto:mqcarpen...@gmail.com]
Sent: Tuesday, December 16, 2008 3:25 PM
To: NT System Admin Issues
Subject: OT: Resume Posting
This it OT, but where do you find or post your resumes these days? HR has an IT 
opening and Monster is just ridiculous expensive to look through. Years ago I 
know dice.comhttp://dice.com was a common tech job site, and so was 
careerbuilder. Are these common now? I use LinkedIn too, so that may even be an 
option. Just curious if any of you do any hiring and what your experience is 
these days.

Thanks


























~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~