RE: dumb question regarding powershell and 2010.

2011-01-05 Thread Matt Moore
Not seeing the exact error, is it looking for server name or cluster?

-Original Message-
From: Bill Humphries [mailto:nt...@hedgedigger.com] 
Sent: Tuesday, January 04, 2011 7:15 PM
To: MS-Exchange Admin Issues
Subject: dumb question regarding powershell and 2010.

i'm wanting to get a list of mailboxes sorted by size.  I run this:

[PS] C:\Windows\system32Get-MailboxStatistics | Sort -Property
TotalItemsize | Format-Table DisplayName, LastLoggedOnUs erAccount,
ItemCount, @{expression={$_.totalitemsize.value.ToMB()};label=Size(MB)},
LastLogonTime, LastLogoffTime

but when i run it, it asks me to provide an identity.  i just want a list.
what is my problem?

thanks.

bill

---
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 exchangelist


---
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 exchangelist


RE: dumb question regarding powershell and 2010.

2011-01-05 Thread Michael B. Smith
You have to either specify a user (that's the identity), a server, or a 
database to Get-MailboxStatistics (that may have been a 2010 change, I can't 
remember). If you want a list of ALL mailboxes on all servers on all databases, 
you'd add a predicate. Something like this:

Get-Mailbox -resultsize unlimited | Get-MailboxStatistics | Sort -Property 
TotalItemsize | Format-Table DisplayName, LastLoggedOnUserAccount, ItemCount, 
@{expression={$_.totalitemsize.value.ToMB()}; label=Size(MB)}, LastLogonTime, 
LastLogoffTime

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com


-Original Message-
From: Bill Humphries [mailto:nt...@hedgedigger.com] 
Sent: Tuesday, January 04, 2011 10:15 PM
To: MS-Exchange Admin Issues
Subject: dumb question regarding powershell and 2010.

i'm wanting to get a list of mailboxes sorted by size.  I run this:

[PS] C:\Windows\system32Get-MailboxStatistics | Sort -Property TotalItemsize | 
Format-Table DisplayName, LastLoggedOnUs erAccount, ItemCount, 
@{expression={$_.totalitemsize.value.ToMB()};label=Size(MB)},
LastLogonTime, LastLogoffTime

but when i run it, it asks me to provide an identity.  i just want a list.  
what is my problem?

thanks.

bill

---
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 exchangelist

---
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 exchangelist



Re: dumb question regarding powershell and 2010.

2011-01-05 Thread Bill Humphries

Thank you, MBS.  That is what I needed.

Bill

Michael B. Smith wrote:

You have to either specify a user (that's the identity), a server, or a 
database to Get-MailboxStatistics (that may have been a 2010 change, I can't 
remember). If you want a list of ALL mailboxes on all servers on all databases, 
you'd add a predicate. Something like this:

Get-Mailbox -resultsize unlimited | Get-MailboxStatistics | Sort -Property TotalItemsize 
| Format-Table DisplayName, LastLoggedOnUserAccount, ItemCount, 
@{expression={$_.totalitemsize.value.ToMB()}; label=Size(MB)}, LastLogonTime, 
LastLogoffTime

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com


-Original Message-
From: Bill Humphries [mailto:nt...@hedgedigger.com] 
Sent: Tuesday, January 04, 2011 10:15 PM

To: MS-Exchange Admin Issues
Subject: dumb question regarding powershell and 2010.

i'm wanting to get a list of mailboxes sorted by size.  I run this:

[PS] C:\Windows\system32Get-MailboxStatistics | Sort -Property TotalItemsize | 
Format-Table DisplayName, LastLoggedOnUs erAccount, ItemCount, 
@{expression={$_.totalitemsize.value.ToMB()};label=Size(MB)},
LastLogonTime, LastLogoffTime

but when i run it, it asks me to provide an identity.  i just want a list.  
what is my problem?

thanks.

bill

---
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 exchangelist

---
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 exchangelist


  



---
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 exchangelist


RE: Dumb question about access to Room Mailboxes

2009-06-25 Thread Peter Johnson
Hi Tim

Came right about 20 mins after sending the e-mail.  It was a dumb question 
which I regret sending :)

From: Tim Vander Kooi [mailto:tvanderk...@expl.com]
Sent: 24 June 2009 07:20 PM
To: MS-Exchange Admin Issues
Subject: RE: Dumb question about access to Room Mailboxes

If you told us what groups you are referring to it would be very helpful. There 
are no groups inherently included in the creation of Room Mailboxes on Exchange 
2k7.
TVK

From: Peter Johnson [mailto:peter.john...@peterstow.com]
Sent: Wednesday, June 24, 2009 8:01 AM
To: MS-Exchange Admin Issues
Subject: Dumb question about access to Room Mailboxes

Hi guys

I'm setting up some room mailboxes in Exchange 2007 SP1 and I'm wondering what 
type of groups I can use. Must the group added to the automatically scheduling 
users list be a security group or a DL?







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

RE: Dumb question about access to Room Mailboxes

2009-06-24 Thread Tim Vander Kooi
If you told us what groups you are referring to it would be very helpful. There 
are no groups inherently included in the creation of Room Mailboxes on Exchange 
2k7.
TVK

From: Peter Johnson [mailto:peter.john...@peterstow.com]
Sent: Wednesday, June 24, 2009 8:01 AM
To: MS-Exchange Admin Issues
Subject: Dumb question about access to Room Mailboxes

Hi guys

I'm setting up some room mailboxes in Exchange 2007 SP1 and I'm wondering what 
type of groups I can use. Must the group added to the automatically scheduling 
users list be a security group or a DL?





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

RE: Dumb question - Contacts

2009-03-19 Thread Bill Songstad (WCUL)
The delete key is your friend for errors or useless addresses in your
NK2 file.  When a bad or obsolete address shows up in the autofill, just
use the arrow key to highlight the bad one and hit the delete key.  Gone
until the next time you type the whole thing in.

 

Bill 

 

 

From: Steve Szabo [mailto:steve...@gmail.com] 
Sent: Wednesday, March 18, 2009 4:38 PM
To: MS-Exchange Admin Issues
Subject: RE: Dumb question - Contacts

 

We have contact info all over the place, so you can eventually find it
g. We each have our own contacts in Outlook's contact folder, of which
mine is probably the most extensive with regard to clients and vendors.
We also have a public folder called Clients, and one called Vendors (oh,
we are so original) and under these are subfolders of each client and
vendor we have had email communication with. When we went to Exch2007,
we just migrated everything over, and create new public folders as
needed.

 

You are definitely asking for trouble if the auto-complete is the only
address book. I just gave myself a new (used really-there is no such
thing as a new machine in our environment unless it is for a client) and
left my *.NK2 file behind. Too many errors and useless addresses in it.
Was glad to be rid of it, but now, I need to remember enough of the
address for the contact search to kick in with any degree of accuracy. A
couple of weeks, and I'll have a decent list from my new *.NK2 file.

 

You'll need to get your people using their Outlook Contact folders at
least-they are good for lots of things, not only e-mail addresses, but
physical addresses, phone numbers, notes for that person, etc. If
necessary, though I have never found it to be so, you can create a
public folder of contacts as well, for those contacts that everyone
needs.

 

\\Steve// 

 

From: Evan Brastow [mailto:ebras...@automatedemblem.com] 
Sent: Wednesday, March 18, 2009 12:58 PM
To: MS-Exchange Admin Issues
Subject: Dumb question - Contacts

 

Been a while since I've made a fool of myself* and I hate to disappoint
my fans, so

 

We're running a pretty small environment.. Exchange Server 2003
Enterprise and maybe 20 users. 

 

For years, peoples' address book has consisted of just using the
auto-complete in Outlook 2003 (and now Outlook 2007 in some cases.) But
now, I'm growing more and more concerned about that technique and would
like an easy and reliable way to have a central repository of contacts
that everyone can use and update.

 

My question is, what is everyone doing? I would assume a public folder
that contains contacts and then is assigned as an address book in
people's Outlook configurations, but then I've also heard that public
folders don't exist in E2K7, which I may upgrade to at some point, so
I'm not sure how to proceed. 

 

So, is there a third party solution that people know of and use, or is
it just a public folder filled with contacts?

 

Thanks,

Evan

 

 

* on this list, anyway.

 

 

 

 


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

RE: Dumb question - Contacts

2009-03-19 Thread Steve Szabo
Yes, I know that. I just don't do it often enough, and, after a while, it
seems that every batch of those addresses listed has an error or no longer
needed address in it.

 

\\Steve// 

 

From: Bill Songstad (WCUL) [mailto:administra...@waleague.org] 
Sent: Thursday, March 19, 2009 11:11 AM
To: MS-Exchange Admin Issues
Subject: RE: Dumb question - Contacts

 

The delete key is your friend for errors or useless addresses in your NK2
file.  When a bad or obsolete address shows up in the autofill, just use the
arrow key to highlight the bad one and hit the delete key.  Gone until the
next time you type the whole thing in.

 

Bill 

 

 

From: Steve Szabo [mailto:steve...@gmail.com] 
Sent: Wednesday, March 18, 2009 4:38 PM
To: MS-Exchange Admin Issues
Subject: RE: Dumb question - Contacts

 

We have contact info all over the place, so you can eventually find it g.
We each have our own contacts in Outlook's contact folder, of which mine is
probably the most extensive with regard to clients and vendors. We also have
a public folder called Clients, and one called Vendors (oh, we are so
original) and under these are subfolders of each client and vendor we have
had email communication with. When we went to Exch2007, we just migrated
everything over, and create new public folders as needed.

 

You are definitely asking for trouble if the auto-complete is the only
address book. I just gave myself a new (used really-there is no such thing
as a new machine in our environment unless it is for a client) and left my
*.NK2 file behind. Too many errors and useless addresses in it. Was glad to
be rid of it, but now, I need to remember enough of the address for the
contact search to kick in with any degree of accuracy. A couple of weeks,
and I'll have a decent list from my new *.NK2 file.

 

You'll need to get your people using their Outlook Contact folders at
least-they are good for lots of things, not only e-mail addresses, but
physical addresses, phone numbers, notes for that person, etc. If necessary,
though I have never found it to be so, you can create a public folder of
contacts as well, for those contacts that everyone needs.

 

\\Steve// 

 

From: Evan Brastow [mailto:ebras...@automatedemblem.com] 
Sent: Wednesday, March 18, 2009 12:58 PM
To: MS-Exchange Admin Issues
Subject: Dumb question - Contacts

 

Been a while since I've made a fool of myself* and I hate to disappoint  my
fans, so..

 

We're running a pretty small environment.. Exchange Server 2003 Enterprise
and maybe 20 users. 

 

For years, peoples' address book has consisted of just using the
auto-complete in Outlook 2003 (and now Outlook 2007 in some cases.) But now,
I'm growing more and more concerned about that technique and would like an
easy and reliable way to have a central repository of contacts that everyone
can use and update.

 

My question is, what is everyone doing? I would assume a public folder that
contains contacts and then is assigned as an address book in people's
Outlook configurations, but then I've also heard that public folders don't
exist in E2K7, which I may upgrade to at some point, so I'm not sure how to
proceed. 

 

So, is there a third party solution that people know of and use, or is it
just a public folder filled with contacts?

 

Thanks,

Evan

 

 

* on this list, anyway.

 

 

 

 

 

 


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

RE: Dumb question - Contacts

2009-03-18 Thread Doige, Clayton
What about an OU in AD for just contacts? They then show up in the GAL

 

From: Evan Brastow [mailto:ebras...@automatedemblem.com] 
Sent: 18 March 2009 16:58
To: MS-Exchange Admin Issues
Subject: Dumb question - Contacts

 

Been a while since I've made a fool of myself* and I hate to disappoint
my fans, so

 

We're running a pretty small environment.. Exchange Server 2003
Enterprise and maybe 20 users. 

 

For years, peoples' address book has consisted of just using the
auto-complete in Outlook 2003 (and now Outlook 2007 in some cases.) But
now, I'm growing more and more concerned about that technique and would
like an easy and reliable way to have a central repository of contacts
that everyone can use and update.

 

My question is, what is everyone doing? I would assume a public folder
that contains contacts and then is assigned as an address book in
people's Outlook configurations, but then I've also heard that public
folders don't exist in E2K7, which I may upgrade to at some point, so
I'm not sure how to proceed. 

 

So, is there a third party solution that people know of and use, or is
it just a public folder filled with contacts?

 

Thanks,

Evan

 

 

* on this list, anyway.

 

 


__
This email has been scanned by the MessageLabs Email Security System.
__


__
This electronic mail message and any attached files contain information 
intended for the exclusive use of the person(s) to whom it is addressed and may 
contain information that is proprietary, privileged, confidential and/or exempt 
from disclosure under applicable law. If you are not the intended recipient, 
you are hereby notified that any viewing, copying, disclosure or distribution 
of this message or its contents may be subject to legal restriction or 
sanction. If you have received this message in error, please notify the sender 
immediately by electronic mail and delete the original message and any 
attachments without retaining any copies. 
_
~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

RE: Dumb question - Contacts

2009-03-18 Thread Sam Cayze
I make sure to backup the nk2 files (nk2 file are where those
'auto-fills' are stored, people hate losing those), and use public
folders for official shared contacts.  (Our mobiles phones can access
the public folders, so that's a big bonus for us).
 
There are some utilities out there that can merge/extract info from the
nk2's as well.  
 
-Sam



From: Evan Brastow [mailto:ebras...@automatedemblem.com] 
Sent: Wednesday, March 18, 2009 11:58 AM
To: MS-Exchange Admin Issues
Subject: Dumb question - Contacts



Been a while since I've made a fool of myself* and I hate to disappoint
my fans, so

 

We're running a pretty small environment.. Exchange Server 2003
Enterprise and maybe 20 users. 

 

For years, peoples' address book has consisted of just using the
auto-complete in Outlook 2003 (and now Outlook 2007 in some cases.) But
now, I'm growing more and more concerned about that technique and would
like an easy and reliable way to have a central repository of contacts
that everyone can use and update.

 

My question is, what is everyone doing? I would assume a public folder
that contains contacts and then is assigned as an address book in
people's Outlook configurations, but then I've also heard that public
folders don't exist in E2K7, which I may upgrade to at some point, so
I'm not sure how to proceed. 

 

So, is there a third party solution that people know of and use, or is
it just a public folder filled with contacts?

 

Thanks,

Evan

 

 

* on this list, anyway.


 


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

RE: Dumb question - Contacts

2009-03-18 Thread Troy Meyer
Evan, don't be down on yourself, I bought 1000+ shares of our stock last July 
at a screaming deal, and we filed chapter 11 2 weeks ago.  Foolishness is in 
the eyes of the beholder (In my case the wife is the beholder and she told me 
not to do it last year BAMMM)

Depending on the number of contacts, you could create contact objects in AD and 
then create a custom address book that shows just the contacts.  This would 
also have them show up in the general GAL and have them available for mobile 
devices.

You could script this type of thing (though way easier after your upgrade to 
2007).  As for Public Folders, they are no longer de-emphasized so that 
solution would still technically be an option.

Good luck,

-troy

-Original Message-
From: Evan Brastow [mailto:ebras...@automatedemblem.com] 
Sent: Wednesday, March 18, 2009 9:58 AM
To: MS-Exchange Admin Issues
Subject: Dumb question - Contacts

Been a while since I've made a fool of myself* and I hate to disappoint  my 
fans, so

 

We're running a pretty small environment.. Exchange Server 2003 Enterprise and 
maybe 20 users. 

 

For years, peoples' address book has consisted of just using the 
auto-complete in Outlook 2003 (and now Outlook 2007 in some cases.) But now, 
I'm growing more and more concerned about that technique and would like an easy 
and reliable way to have a central repository of contacts that everyone can use 
and update.

 

My question is, what is everyone doing? I would assume a public folder that 
contains contacts and then is assigned as an address book in people's Outlook 
configurations, but then I've also heard that public folders don't exist in 
E2K7, which I may upgrade to at some point, so I'm not sure how to proceed. 

 

So, is there a third party solution that people know of and use, or is it just 
a public folder filled with contacts?

 

Thanks,

Evan

 

 

* on this list, anyway.


 


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



Re: Dumb question - Contacts

2009-03-18 Thread David
Public folders still exist in E2K7, and don't appear to be going away.  MS
would like everyone to abandon them and move to Sharepoint solutions, but
the public folders are still a very simple solution

David

On Wed, Mar 18, 2009 at 9:57 AM, Evan Brastow
ebras...@automatedemblem.comwrote:

  Been a while since I’ve made a fool of myself* and I hate to disappoint
 my fans, so….



 We’re running a pretty small environment.. Exchange Server 2003 Enterprise
 and maybe 20 users.



 For years, peoples’ “address book” has consisted of just using the
 auto-complete in Outlook 2003 (and now Outlook 2007 in some cases.) But now,
 I’m growing more and more concerned about that technique and would like an
 easy and reliable way to have a central repository of contacts that everyone
 can use and update.



 My question is, what is everyone doing? I would assume a public folder that
 contains contacts and then is assigned as an address book in people’s
 Outlook configurations, but then I’ve also heard that public folders don’t
 exist in E2K7, which I may upgrade to at some point, so I’m not sure how to
 proceed.



 So, is there a third party solution that people know of and use, or is it
 just a public folder filled with contacts?



 Thanks,

 Evan





 * on this list, anyway.






-- 
David

_

A heart well prepared for adversity in bad times hopes,
and in good times fears for a change in fortune.

Horace (Ancient Roman Poet. 65 BC-8 BC)

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

RE: Dumb question - Contacts

2009-03-18 Thread Paul Everett
+1

I have an OU called Non-Staff Contacts.  They show up in the users
global address list just like staff do.

 



From: Doige, Clayton [mailto:clayton.do...@cme-net.com] 
Sent: Wednesday, March 18, 2009 12:59 PM
To: MS-Exchange Admin Issues
Subject: RE: Dumb question - Contacts

 

What about an OU in AD for just contacts? They then show up in the GAL

 

From: Evan Brastow [mailto:ebras...@automatedemblem.com] 
Sent: 18 March 2009 16:58
To: MS-Exchange Admin Issues
Subject: Dumb question - Contacts

 

Been a while since I've made a fool of myself* and I hate to disappoint
my fans, so

 

We're running a pretty small environment.. Exchange Server 2003
Enterprise and maybe 20 users. 

 

For years, peoples' address book has consisted of just using the
auto-complete in Outlook 2003 (and now Outlook 2007 in some cases.) But
now, I'm growing more and more concerned about that technique and would
like an easy and reliable way to have a central repository of contacts
that everyone can use and update.

 

My question is, what is everyone doing? I would assume a public folder
that contains contacts and then is assigned as an address book in
people's Outlook configurations, but then I've also heard that public
folders don't exist in E2K7, which I may upgrade to at some point, so
I'm not sure how to proceed. 

 

So, is there a third party solution that people know of and use, or is
it just a public folder filled with contacts?

 

Thanks,

Evan

 

 

* on this list, anyway.

 

 


__
This email has been scanned by the MessageLabs Email Security System.
__


__
This electronic mail message and any attached files contain information
intended for the exclusive use of the person(s) to whom it is addressed
and may contain information that is proprietary, privileged,
confidential and/or exempt from disclosure under applicable law. If you
are not the intended recipient, you are hereby notified that any
viewing, copying, disclosure or distribution of this message or its
contents may be subject to legal restriction or sanction. If you have
received this message in error, please notify the sender immediately by
electronic mail and delete the original message and any attachments
without retaining any copies.
_

 


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

RE: Dumb question - Contacts

2009-03-18 Thread Kennedy, Jim
+1

And delegate it to a Secretary and teach her how to right click copy.


From: Paul Everett [mailto:evere...@leementalhealth.org]
Sent: Wednesday, March 18, 2009 1:33 PM
To: MS-Exchange Admin Issues
Subject: RE: Dumb question - Contacts

+1
I have an OU called Non-Staff Contacts.  They show up in the users global 
address list just like staff do.


From: Doige, Clayton [mailto:clayton.do...@cme-net.com]
Sent: Wednesday, March 18, 2009 12:59 PM
To: MS-Exchange Admin Issues
Subject: RE: Dumb question - Contacts

What about an OU in AD for just contacts? They then show up in the GAL

From: Evan Brastow [mailto:ebras...@automatedemblem.com]
Sent: 18 March 2009 16:58
To: MS-Exchange Admin Issues
Subject: Dumb question - Contacts

Been a while since I've made a fool of myself* and I hate to disappoint  my 
fans, so

We're running a pretty small environment.. Exchange Server 2003 Enterprise and 
maybe 20 users.

For years, peoples' address book has consisted of just using the 
auto-complete in Outlook 2003 (and now Outlook 2007 in some cases.) But now, 
I'm growing more and more concerned about that technique and would like an easy 
and reliable way to have a central repository of contacts that everyone can use 
and update.

My question is, what is everyone doing? I would assume a public folder that 
contains contacts and then is assigned as an address book in people's Outlook 
configurations, but then I've also heard that public folders don't exist in 
E2K7, which I may upgrade to at some point, so I'm not sure how to proceed.

So, is there a third party solution that people know of and use, or is it just 
a public folder filled with contacts?

Thanks,
Evan


* on this list, anyway.




__
This email has been scanned by the MessageLabs Email Security System.
__

__
This electronic mail message and any attached files contain information 
intended for the exclusive use of the person(s) to whom it is addressed and may 
contain information that is proprietary, privileged, confidential and/or exempt 
from disclosure under applicable law. If you are not the intended recipient, 
you are hereby notified that any viewing, copying, disclosure or distribution 
of this message or its contents may be subject to legal restriction or 
sanction. If you have received this message in error, please notify the sender 
immediately by electronic mail and delete the original message and any 
attachments without retaining any copies. 
_






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

RE: Dumb question - Contacts

2009-03-18 Thread Don Andrews
GAL - with mail enabled external contacts if necessary.

 



From: Evan Brastow [mailto:ebras...@automatedemblem.com] 
Sent: Wednesday, March 18, 2009 9:58 AM
To: MS-Exchange Admin Issues
Subject: Dumb question - Contacts

 

Been a while since I've made a fool of myself* and I hate to disappoint
my fans, so

 

We're running a pretty small environment.. Exchange Server 2003
Enterprise and maybe 20 users. 

 

For years, peoples' address book has consisted of just using the
auto-complete in Outlook 2003 (and now Outlook 2007 in some cases.) But
now, I'm growing more and more concerned about that technique and would
like an easy and reliable way to have a central repository of contacts
that everyone can use and update.

 

My question is, what is everyone doing? I would assume a public folder
that contains contacts and then is assigned as an address book in
people's Outlook configurations, but then I've also heard that public
folders don't exist in E2K7, which I may upgrade to at some point, so
I'm not sure how to proceed. 

 

So, is there a third party solution that people know of and use, or is
it just a public folder filled with contacts?

 

Thanks,

Evan

 

 

* on this list, anyway.

 

 


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

RE: Dumb question - Contacts

2009-03-18 Thread Steve Szabo
We have contact info all over the place, so you can eventually find it g.
We each have our own contacts in Outlook's contact folder, of which mine is
probably the most extensive with regard to clients and vendors. We also have
a public folder called Clients, and one called Vendors (oh, we are so
original) and under these are subfolders of each client and vendor we have
had email communication with. When we went to Exch2007, we just migrated
everything over, and create new public folders as needed.

 

You are definitely asking for trouble if the auto-complete is the only
address book. I just gave myself a new (used really-there is no such thing
as a new machine in our environment unless it is for a client) and left my
*.NK2 file behind. Too many errors and useless addresses in it. Was glad to
be rid of it, but now, I need to remember enough of the address for the
contact search to kick in with any degree of accuracy. A couple of weeks,
and I'll have a decent list from my new *.NK2 file.

 

You'll need to get your people using their Outlook Contact folders at
least-they are good for lots of things, not only e-mail addresses, but
physical addresses, phone numbers, notes for that person, etc. If necessary,
though I have never found it to be so, you can create a public folder of
contacts as well, for those contacts that everyone needs.

 

\\Steve// 

 

From: Evan Brastow [mailto:ebras...@automatedemblem.com] 
Sent: Wednesday, March 18, 2009 12:58 PM
To: MS-Exchange Admin Issues
Subject: Dumb question - Contacts

 

Been a while since I've made a fool of myself* and I hate to disappoint  my
fans, so..

 

We're running a pretty small environment.. Exchange Server 2003 Enterprise
and maybe 20 users. 

 

For years, peoples' address book has consisted of just using the
auto-complete in Outlook 2003 (and now Outlook 2007 in some cases.) But now,
I'm growing more and more concerned about that technique and would like an
easy and reliable way to have a central repository of contacts that everyone
can use and update.

 

My question is, what is everyone doing? I would assume a public folder that
contains contacts and then is assigned as an address book in people's
Outlook configurations, but then I've also heard that public folders don't
exist in E2K7, which I may upgrade to at some point, so I'm not sure how to
proceed. 

 

So, is there a third party solution that people know of and use, or is it
just a public folder filled with contacts?

 

Thanks,

Evan

 

 

* on this list, anyway.

 

 


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

RE: Dumb question - Contacts

2009-03-18 Thread Matteson, John H Jr USA Mr USA 25th SigBN (ITT)
I think as long as you are upgrading from an earlier version of Exchange
that had PF's you will still get PF's.

 

Personally I think it's rather short sighted (read that as STUPID) to
get rid of PF's as they are a very easy way to share information (such
as this list) without having to build a completely separate
infrastructure for SharePoint. But I'm just a stupid SA. Obviously the
people in the vacuum at MS know better. 

 

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

 

So much of what we call management consists in making it difficult for
people to work. -- Peter Drucker

 

From: David [mailto:blazer...@gmail.com] 
Sent: Wednesday, March 18, 2009 10:01 PM
To: MS-Exchange Admin Issues
Subject: Re: Dumb question - Contacts

 

Public folders still exist in E2K7, and don't appear to be going away.
MS would like everyone to abandon them and move to Sharepoint solutions,
but the public folders are still a very simple solution

 

David

On Wed, Mar 18, 2009 at 9:57 AM, Evan Brastow
ebras...@automatedemblem.com wrote:

Been a while since I've made a fool of myself* and I hate to disappoint
my fans, so

 

We're running a pretty small environment.. Exchange Server 2003
Enterprise and maybe 20 users. 

 

For years, peoples' address book has consisted of just using the
auto-complete in Outlook 2003 (and now Outlook 2007 in some cases.) But
now, I'm growing more and more concerned about that technique and would
like an easy and reliable way to have a central repository of contacts
that everyone can use and update.

 

My question is, what is everyone doing? I would assume a public folder
that contains contacts and then is assigned as an address book in
people's Outlook configurations, but then I've also heard that public
folders don't exist in E2K7, which I may upgrade to at some point, so
I'm not sure how to proceed. 

 

So, is there a third party solution that people know of and use, or is
it just a public folder filled with contacts?

 

Thanks,

Evan

 

 

* on this list, anyway.

 

 




-- 
David

_

A heart well prepared for adversity in bad times hopes, 
and in good times fears for a change in fortune.

Horace (Ancient Roman Poet. 65 BC-8 BC)

 


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

RE: Dumb Question about queues and notifications

2002-07-30 Thread William Lefkovics
Title: Message



Queue 
viewing is a pain really.

The 
postmaster is set in the SMTP Virtual Server.



  
  -Original Message-From: Garland Mac 
  Neill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 
  1:34 PMTo: MS-Exchange Admin IssuesSubject: Dumb 
  Question about queues and notifications
  
  E2K SP3 Native 
  mode
  
  Im either looking for the wrong 
  thing or in the place, but I am trying to figure out how to receive 
  notifications that messages are queued, being bounced, or having issues 
  reaching their dentations. Under 5.5 this was accomplished by having 
  notifications sent to the Postmaster mailbox. I can set up notifications,. 
  just cant seem to find were to do it for the queues. 
  Is there away to do this in E2K? And speaking of queues is there an easier way 
  to view them other than by enumerating them?
  
  Garland Mac 
  Neill
  Systems 
  Administrator
  Solbourne 
  
  [EMAIL PROTECTED] 
  
  List Charter 
  and FAQ 
at:http://www.sunbelt-software.com/exchange_list_charter.htm
List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm





RE: Dumb Question about queues and notifications

2002-07-30 Thread Garland Mac Neill
Title: Message









Thanks William



-Original Message-
From: William Lefkovics
[mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 30, 2002 2:38 PM
To: MS-Exchange Admin Issues
Subject: RE: Dumb Question about
queues and notifications





Queue viewing is a pain
really.











The postmaster is set in
the SMTP Virtual Server.

















-Original Message-
From: Garland Mac Neill
[mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 30, 2002 1:34 PM
To: MS-Exchange Admin Issues
Subject: Dumb Question about
queues and notifications

E2K SP3 Native mode



Im either looking for the
wrong thing or in the place, but I am trying to figure out how to receive
notifications that messages are queued, being bounced, or having issues
reaching their dentations. Under 5.5 this was accomplished by having
notifications sent to the Postmaster mailbox. I can set up notifications,. just
cant seem to find were to do it for the queues. Is there away to do this
in E2K? And speaking of queues is there an easier way to view them other than
by enumerating them?



Garland
 Mac Neill

Systems
Administrator

Solbourne 

[EMAIL PROTECTED] 



List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm



List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm




List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm







RE: Dumb question

2002-05-13 Thread Zangara, Jim
Title: Message



nope.



Jim Zangara, MCSE+I IT ManagerSpecial Projects Engineer Premiere 
Radio Networks A Division of Clear Channel Communications 15260 Ventura 
Blvd Suite 500 Sherman Oaks, CA 91403 Direct: (818) 461-8620 
mailto:[EMAIL PROTECTED] 
The judge asked, "What do you plead?" 
I said, "Insanity, your honour, who in their right mind would park in the 
passing lane?" -- Steven Wright 

  
  -Original Message-From: Scot Parsons 
  [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 10:32 
  AMTo: MS-Exchange Admin IssuesSubject: Dumb 
  question
  I should probably 
  know the answer to this, so be gentle.
  
  Does Exch. 5.5 
  Enterprise edition require NT Server Enterprise edition?
  
  ThanksList Charter and FAQ 
  at:http://www.sunbelt-software.com/exchange_list_charter.htm
  List Charter and FAQ 
  at:http://www.sunbelt-software.com/exchange_list_charter.htm
List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm





RE: Dumb question

2002-05-13 Thread MHR(Michael Ross)
Title: Message



no

  
  -Original Message-From: Scot Parsons 
  [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 12:32 
  PMTo: MS-Exchange Admin IssuesSubject: Dumb 
  question
  I should probably 
  know the answer to this, so be gentle.
  
  Does Exch. 5.5 
  Enterprise edition require NT Server Enterprise edition?
  
  ThanksList Charter and FAQ 
  at:http://www.sunbelt-software.com/exchange_list_charter.htm
  List Charter and FAQ 
  at:http://www.sunbelt-software.com/exchange_list_charter.htm
List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm





RE: Dumb question

2002-05-13 Thread Scot Parsons
Title: Message



thanks

-Original Message-From: MHR(Michael Ross) 
[mailto:[EMAIL PROTECTED]]Sent: Monday, May 13, 2002 1:34 
PMTo: MS-Exchange Admin IssuesSubject: RE: Dumb 
question
no

  
  -Original Message-From: Scot Parsons 
  [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 12:32 
  PMTo: MS-Exchange Admin IssuesSubject: Dumb 
  question
  I should probably 
  know the answer to this, so be gentle.
  
  Does Exch. 5.5 
  Enterprise edition require NT Server Enterprise edition?
  
  ThanksList Charter and FAQ 
  at:http://www.sunbelt-software.com/exchange_list_charter.htm
  List Charter and FAQ 
  at:http://www.sunbelt-software.com/exchange_list_charter.htmList 
Charter and FAQ 
at:http://www.sunbelt-software.com/exchange_list_charter.htm
List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm



List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm




RE: DUMB Question

2002-03-07 Thread John Matteson

AHHH.. One?

John Matteson; Exchange Manager 
Geac Corporate Infrastructure Systems and Standards 
(404) 239 - 2981 
My toys! My toys! I can't do this job without my toys! 


-Original Message-
From: Dillon, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 06, 2002 2:56 PM
To: MS-Exchange Admin Issues
Subject: FW: DUMB Question




Now ask him how many kilobits in a milligigabyte.  His head will unscrew and
fall on the floor...

-Original Message-
From: Matthew Carpenter [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 06, 2002 2:46 PM
To: MS-Exchange Admin Issues
Subject: RE: DUMB Question


Thank you everyone, at least I am crazy but not totally ignorant,
-Original Message-
From: Matt Moore [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, March 06, 2002 1:31 PM
To: MS-Exchange Admin Issues
Subject: Re: DUMB Question


give this to your boss.
As a Unit of Measure
We use bytes, like bits, to measure capacities and speeds. To distinguish
bytes from bits (lowercase b), we use an uppercase B. For large numbers
of bytes we add prefixes such as K, M, G, T.
KB = Kilobyte (KIL-oh-biit) = Thousand bytes (actually 1,024). 
MB = Megabyte (MAAG-uh-biit) = Million bytes (technically 1,024 x 1,024 =
1,048,576). 
GB = Gigabyte (GIG-uh-biit) = Billion bytes. BrainAid: Giga rhymes with
bigga. Think bigga = billion. 
TB = Terabyte (TAIR-uh-biit) = Trillion bytes. 

Matt

- Original Message - 
From: William Lefkovics 
To: MS-Exchange Admin Issues 
Sent: Wednesday, March 06, 2002 11:27 AM
Subject: RE: DUMB Question


YES!  Absolutely yes.

-Original Message-
From: Matthew Carpenter [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 06, 2002 11:25 AM
To: MS-Exchange Admin Issues
Subject: DUMB Question


I am having a typical issue with a nontech manager.

In the mailbox resources page of the private information store it shows
mailbox resource size totals in K.

That total, in the 1,000s is equivalent to MB, right? Now he is confusing
the hell out of me too, much less himself.

For example, if Joe Blow is using 23,254 K, he has a mailbox that is using
roughly 23 MB of space, right? Sheesh
List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm

List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm

List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm

List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm

List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm




RE: DUMB Question

2002-03-06 Thread William Lefkovics
Title: Message



YES! Absolutely yes.


  -Original Message-From: Matthew Carpenter 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 06, 2002 11:25 
  AMTo: MS-Exchange Admin IssuesSubject: DUMB 
  Question
  I am 
  having a typical issue with a nontech manager.
  
  In 
  the mailbox resources page of the private information store it shows mailbox 
  resource size totals in K.
  
  That 
  total, in the 1,000s is equivalent to MB, right? Now he is confusing the hell 
  out of me too, much less himself.
  
  For 
  example, if Joe Blow is using 23,254 K, he has a mailbox that is using roughly 
  23 MB of space, right? Sheesh
List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm





RE: DUMB Question

2002-03-06 Thread Martin Blackstone
Title: Message



Yes

  
  -Original Message-From: Matthew Carpenter 
  [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 11:25 
  AMTo: MS-Exchange Admin IssuesSubject: DUMB 
  Question
  I am 
  having a typical issue with a nontech manager.
  
  In 
  the mailbox resources page of the private information store it shows mailbox 
  resource size totals in K.
  
  That 
  total, in the 1,000s is equivalent to MB, right? Now he is confusing the hell 
  out of me too, much less himself.
  
  For 
  example, if Joe Blow is using 23,254 K, he has a mailbox that is using roughly 
  23 MB of space, right? SheeshList Charter and FAQ 
  at:http://www.sunbelt-software.com/exchange_list_charter.htm
List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm





Re: DUMB Question

2002-03-06 Thread Matt Moore
Title: Message



give this to your boss.
As a Unit of MeasureWe use bytes, like bits, 
to measure capacities and speeds. To distinguish bytes from bits (lowercase 
"b"), we use an uppercase "B." For large numbers of bytes we add prefixes such 
as K, M, G, T.

  KB = Kilobyte (KIL-oh-biit) = Thousand bytes 
  (actually 1,024). 
  MB = Megabyte (MAAG-uh-biit) = Million bytes 
  (technically 1,024 x 1,024 = 1,048,576). 
  GB = Gigabyte (GIG-uh-biit) = Billion bytes. 
  BrainAid: Giga rhymes with bigga. Think bigga = 
  billion. 
  TB = Terabyte (TAIR-uh-biit) = Trillion 
  bytes. 

Matt


  - Original Message - 
  From: 
  William Lefkovics 
  To: MS-Exchange Admin 
  Issues 
  Sent: Wednesday, March 06, 2002 11:27 
  AM
  Subject: RE: DUMB Question
  
  YES! Absolutely yes.
  
  
-Original Message-From: Matthew Carpenter 
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 06, 2002 
11:25 AMTo: MS-Exchange Admin IssuesSubject: DUMB 
Question
I 
am having a typical issue with a nontech manager.

In 
the mailbox resources page of the private information store it shows mailbox 
resource size totals in K.

That total, in the 1,000s is equivalent to MB, right? Now he is 
confusing the hell out of me too, much less himself.

For example, if Joe Blow is using 23,254 K, he has a mailbox that is 
using roughly 23 MB of space, right? 
  SheeshList Charter and FAQ 
  at:http://www.sunbelt-software.com/exchange_list_charter.htm
List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm





RE: DUMB Question

2002-03-06 Thread Matthew Carpenter
Title: Message



Thank 
you everyone, at least I am crazy but not totally ignorant,

  
  -Original Message-From: Matt Moore 
  [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 
  1:31 PMTo: MS-Exchange Admin IssuesSubject: Re: DUMB 
  Question
  give this to your boss.
  As a Unit of MeasureWe use bytes, like bits, 
  to measure capacities and speeds. To distinguish bytes from bits (lowercase 
  "b"), we use an uppercase "B." For large numbers of bytes we add prefixes such 
  as K, M, G, T.
  
KB = Kilobyte (KIL-oh-biit) = Thousand bytes 
(actually 1,024). 
MB = Megabyte (MAAG-uh-biit) = Million bytes 
(technically 1,024 x 1,024 = 1,048,576). 
GB = Gigabyte (GIG-uh-biit) = Billion bytes. 
BrainAid: Giga rhymes with bigga. Think bigga = 
billion. 
TB = Terabyte (TAIR-uh-biit) = Trillion 
bytes. 
  
  Matt
  
  
- Original Message - 
From: 
William Lefkovics 
To: MS-Exchange Admin 
Issues 
Sent: Wednesday, March 06, 2002 11:27 
    AM
    Subject: RE: DUMB Question

YES! Absolutely yes.


  -Original Message-From: Matthew Carpenter 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 06, 2002 
  11:25 AMTo: MS-Exchange Admin IssuesSubject: DUMB 
  Question
  I am having a typical issue with a nontech 
  manager.
  
  In the mailbox resources page of the private information store it 
  shows mailbox resource size totals in K.
  
  That total, in the 1,000s is equivalent to MB, right? Now he is 
  confusing the hell out of me too, much less himself.
  
  For example, if Joe Blow is using 23,254 K, he has a mailbox that 
  is using roughly 23 MB of space, right? 
SheeshList Charter and FAQ 
at:http://www.sunbelt-software.com/exchange_list_charter.htmList 
  Charter and FAQ 
  at:http://www.sunbelt-software.com/exchange_list_charter.htm
List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm





Re: DUMB Question

2002-03-06 Thread Matt Moore

mine already did.  AGG.
Matt
- Original Message -
From: Dillon, Jeff [EMAIL PROTECTED]
To: MS-Exchange Admin Issues [EMAIL PROTECTED]
Sent: Wednesday, March 06, 2002 11:56 AM
Subject: FW: DUMB Question




 Now ask him how many kilobits in a milligigabyte.  His head will unscrew
and
 fall on the floor...

 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 06, 2002 2:46 PM
 To: MS-Exchange Admin Issues
 Subject: RE: DUMB Question


 Thank you everyone, at least I am crazy but not totally ignorant,
 -Original Message-
 From: Matt Moore [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 06, 2002 1:31 PM
 To: MS-Exchange Admin Issues
 Subject: Re: DUMB Question


 give this to your boss.
 As a Unit of Measure
 We use bytes, like bits, to measure capacities and speeds. To distinguish
 bytes from bits (lowercase b), we use an uppercase B. For large
numbers
 of bytes we add prefixes such as K, M, G, T.
 KB = Kilobyte (KIL-oh-biit) = Thousand bytes (actually 1,024).
 MB = Megabyte (MAAG-uh-biit) = Million bytes (technically 1,024 x 1,024 =
 1,048,576).
 GB = Gigabyte (GIG-uh-biit) = Billion bytes. BrainAid: Giga rhymes with
 bigga. Think bigga = billion.
 TB = Terabyte (TAIR-uh-biit) = Trillion bytes.

 Matt

 - Original Message -
 From: William Lefkovics
 To: MS-Exchange Admin Issues
 Sent: Wednesday, March 06, 2002 11:27 AM
 Subject: RE: DUMB Question


 YES!  Absolutely yes.

 -Original Message-
 From: Matthew Carpenter [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 06, 2002 11:25 AM
 To: MS-Exchange Admin Issues
 Subject: DUMB Question


 I am having a typical issue with a nontech manager.

 In the mailbox resources page of the private information store it shows
 mailbox resource size totals in K.

 That total, in the 1,000s is equivalent to MB, right? Now he is confusing
 the hell out of me too, much less himself.

 For example, if Joe Blow is using 23,254 K, he has a mailbox that is using
 roughly 23 MB of space, right? Sheesh
 List Charter and FAQ at:
 http://www.sunbelt-software.com/exchange_list_charter.htm

 List Charter and FAQ at:
 http://www.sunbelt-software.com/exchange_list_charter.htm

 List Charter and FAQ at:
 http://www.sunbelt-software.com/exchange_list_charter.htm

 List Charter and FAQ at:
 http://www.sunbelt-software.com/exchange_list_charter.htm



List Charter and FAQ at:
http://www.sunbelt-software.com/exchange_list_charter.htm