RE: powershell script locking output file

2009-01-09 Thread Campbell, Rob
I suspect this is the culprit

$att = new-object Net.Mail.Attachment($filelocation)


I'd try adding $att = $nul to the end of the script.


From: Greg Mulholland [mailto:g...@krystaltek.com]
Sent: Thursday, January 08, 2009 7:32 PM
To: MS-Exchange Admin Issues
Subject: powershell script locking output file

Hi guys

I have a powershell script that runs exchange commands and outputs to a html 
file and emails the report.

However it seems something is locking the file cos the subsenquent times I run 
the script I get 'the process cannot access the file because it is in use by 
another process. The script is not ready for pirme time (yet) but its really 
annoying changing the filename everytime I want to run the script.

I was using a dispose command at the end of the another script I wrote e but 
this doesn't seem to work on this one. Anyone have any ideas. This is the guts 
of what the script does so far.


###
# Exchange Commands #
###
Get-Exchangeserver -identity mbx-au | ConvertTo-HTML 
Name,Site,ServerRole,Edition,AdminDisplayVersion -title Process Information 
-body h2Information about the processes running on the computer./h2 -head 
link rel='stylesheet' href='style.css' type='text/css' / | Out-File -Append 
$filelocation
Get-Message -Filter {FromAddress -like *...@atex.com} | ConvertTo-HTML -title 
Queued Mail -body h2Queued Mail./h2 -head link rel='stylesheet' 
href='style.css' type='text/css' / | Out-File -Append $filelocation
Get-MailboxStatistics -server mbx-au | where 
{IssueWarning,ProhibitSend,MailboxDisabled -contains 
$_.StorageLimitStatus} | Sort-Object TotalItemSize -Descending | ConvertTo-HTML 
DisplayName,TotalItemSize,StorageLimitStatus -title Mailboxes Over Limit 
-body h2Mailboxes Over Limit/h2 -head link rel='stylesheet' 
href='style.css' type='text/css' / | Out-File -Append $filelocation

##
# E-mail HTML output #
##
if ($enablemail -match yes)
{
$msg = new-object Net.Mail.MailMessage
$att = new-object Net.Mail.Attachment($filelocation)
$smtp = new-object Net.Mail.SmtpClient($smtpServer)
$msg.From = $mailfrom
$msg.To.Add($mailto)
$msg.Subject = Exchange Housekeeping Script
$msg.Body = Exchange Housekeeping Script
$msg.Attachments.Add($att)
$smtp.Send($msg)
}
 e but this doesn't seem to work on this one. Anyone have any ideas



**
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~

Hyper-V on the desktop ?

2009-01-09 Thread Oliver Marshall
Any of the brains on the list know when we can expect to see Hyper-V on the 
desktop side of the world ?

Olly


--
G2 Support
Online Backups

Email:  oliver.marsh...@g2support.commailto:oliver.marsh...@g2support.com
Web:http://www.g2support.com




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

RE: Hyper-V on the desktop ?

2009-01-09 Thread Campbell, Rob
I'm guessing this year - W7.


From: Oliver Marshall [mailto:oliver.marsh...@g2support.com]
Sent: Friday, January 09, 2009 7:54 AM
To: MS-Exchange Admin Issues
Subject: Hyper-V on the desktop ?

Any of the brains on the list know when we can expect to see Hyper-V on the 
desktop side of the world ?

Olly


--
G2 Support
Online Backups

Email:  oliver.marsh...@g2support.commailto:oliver.marsh...@g2support.com
Web:http://www.g2support.com






**
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~

RE: Hyper-V on the desktop ?

2009-01-09 Thread Michael B. Smith
I was expecting that as part of W7 - but I don't see it there. Doesn't mean
I'm just not missing it though.

 

Hyper-V v2 in Server 2008 R2 is much improved though.

 

Regards,

 

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP

My blog: http://TheEssentialExchange.com/blogs/michael

I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

 

From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] 
Sent: Friday, January 09, 2009 9:03 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

I'm guessing this year - W7.

 

  _  

From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] 
Sent: Friday, January 09, 2009 7:54 AM
To: MS-Exchange Admin Issues
Subject: Hyper-V on the desktop ?

 

Any of the brains on the list know when we can expect to see Hyper-V on the
desktop side of the world ?

 

Olly

 

 

--

G2 Support

Online Backups 

 

Email:  oliver.marsh...@g2support.com

Web:http://www.g2support.com

 

 

 

 

 


**
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~

RE: Hyper-V on the desktop ?

2009-01-09 Thread Martin Blackstone
I haven't seen it either, but I wouldn't be surprised if it shows up later.

 

From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 6:17 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

I was expecting that as part of W7 - but I don't see it there. Doesn't mean
I'm just not missing it though.

 

Hyper-V v2 in Server 2008 R2 is much improved though.

 

Regards,

 

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP

My blog: http://TheEssentialExchange.com/blogs/michael

I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

 

From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] 
Sent: Friday, January 09, 2009 9:03 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

I'm guessing this year - W7.

 

  _  

From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] 
Sent: Friday, January 09, 2009 7:54 AM
To: MS-Exchange Admin Issues
Subject: Hyper-V on the desktop ?

 

Any of the brains on the list know when we can expect to see Hyper-V on the
desktop side of the world ?

 

Olly

 

 

--

G2 Support

Online Backups 

 

Email:  oliver.marsh...@g2support.com

Web:http://www.g2support.com

 

 

 

 

 


**
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~

RE: Hyper-V on the desktop ?

2009-01-09 Thread Howard Coates
Hi Guys,

I thought the whole point of Windows 7 is that it is lean, you add the bits on 
yourself - like hyper-v?

Warmest regards

Howard Coates - Director

[cid:image001.png@01C97266.577A6700]
IT, Internet  Networking Support Services
126 Main Street, Lower Largo, Fife, KY8 6BP, U.K.
Tel: 01333 329118  Mob: 07957 435549
Skype ID: howardcoates
www: www.coatesconsulting.co.ukhttp://www.coatesconsulting.co.uk/
Registered In Scotland No. 171227
Registered Address: 19 East London Street, Edinburgh EH7 4ZD
VAT Registration Number: 682 8131 23



From: Oliver Marshall [mailto:oliver.marsh...@g2support.com]
Sent: 09 January 2009 13:54
To: MS-Exchange Admin Issues
Subject: Hyper-V on the desktop ?

Any of the brains on the list know when we can expect to see Hyper-V on the 
desktop side of the world ?

Olly


--
G2 Support
Online Backups

Email:  oliver.marsh...@g2support.commailto:oliver.marsh...@g2support.com
Web:http://www.g2support.com







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

RE: Hyper-V on the desktop ?

2009-01-09 Thread Campbell, Rob
From what I've read, running Hyper-V on W7 should be do-able, but you're going 
to take a major performance hit if you try to run it with high-end 3D graphics 
adapters and drivers.


From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
Sent: Friday, January 09, 2009 8:34 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

I dunno. I hope so. I know App-V is based on VPC, not Hyper-V.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

From: Martin Blackstone [mailto:mblackst...@gmail.com]
Sent: Friday, January 09, 2009 9:25 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

I haven't seen it either, but I wouldn't be surprised if it shows up later.

From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
Sent: Friday, January 09, 2009 6:17 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

I was expecting that as part of W7 - but I don't see it there. Doesn't mean I'm 
just not missing it though...

Hyper-V v2 in Server 2008 R2 is much improved though.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net]
Sent: Friday, January 09, 2009 9:03 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

I'm guessing this year - W7.


From: Oliver Marshall [mailto:oliver.marsh...@g2support.com]
Sent: Friday, January 09, 2009 7:54 AM
To: MS-Exchange Admin Issues
Subject: Hyper-V on the desktop ?

Any of the brains on the list know when we can expect to see Hyper-V on the 
desktop side of the world ?

Olly


--
G2 Support
Online Backups

Email:  oliver.marsh...@g2support.commailto:oliver.marsh...@g2support.com
Web:http://www.g2support.com







**

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.

**












**
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~

RE: Hyper-V on the desktop ?

2009-01-09 Thread Martin Blackstone
Honestly you are going to take a performance hit pretty much anytime you run
a VM on your desktop. No shocker there.

 

From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] 
Sent: Friday, January 09, 2009 6:41 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

From what I've read, running Hyper-V on W7 should be do-able, but you're
going to take a major performance hit if you try to run it with high-end 3D
graphics adapters and drivers.

 

  _  

From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 8:34 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

I dunno. I hope so. I know App-V is based on VPC, not Hyper-V.

 

Regards,

 

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP

My blog: http://TheEssentialExchange.com/blogs/michael

I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

 

From: Martin Blackstone [mailto:mblackst...@gmail.com] 
Sent: Friday, January 09, 2009 9:25 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

I haven't seen it either, but I wouldn't be surprised if it shows up later.

 

From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 6:17 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

I was expecting that as part of W7 - but I don't see it there. Doesn't mean
I'm just not missing it though.

 

Hyper-V v2 in Server 2008 R2 is much improved though.

 

Regards,

 

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP

My blog: http://TheEssentialExchange.com/blogs/michael

I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

 

From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] 
Sent: Friday, January 09, 2009 9:03 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

I'm guessing this year - W7.

 

  _  

From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] 
Sent: Friday, January 09, 2009 7:54 AM
To: MS-Exchange Admin Issues
Subject: Hyper-V on the desktop ?

 

Any of the brains on the list know when we can expect to see Hyper-V on the
desktop side of the world ?

 

Olly

 

 

--

G2 Support

Online Backups 

 

Email:  oliver.marsh...@g2support.com

Web:http://www.g2support.com

 

 

 

 

 


**
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. 

**

 

 

 

 

 

 

 

 


**
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~

RE: Hyper-V on the desktop ?

2009-01-09 Thread Matt Moore
We run a butt load of V desktops. They are used for application maintenance
in our corp data center.  We run all desktops through cirtix but the various
agency management apps can't have the daily utilities run through citrix for
various reasons so we ts into the V desktops and run them that way.  Is that
kind of what you're thinking?

 

  _  

From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] 
Sent: Friday, January 09, 2009 5:54 AM
To: MS-Exchange Admin Issues
Subject: Hyper-V on the desktop ?

 

Any of the brains on the list know when we can expect to see Hyper-V on the
desktop side of the world ?

 

Olly

 

 

--

G2 Support

Online Backups 

 

Email:  oliver.marsh...@g2support.com

Web:http://www.g2support.com

 

 

 

 

 


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

RE: Hyper-V on the desktop ?

2009-01-09 Thread Andy Shook
Is butt load a technical term? :)

Shook

From: Matt Moore [mailto:mattmoore...@hotmail.com]
Sent: Friday, January 09, 2009 9:46 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

We run a butt load of V desktops. They are used for application maintenance in 
our corp data center.  We run all desktops through cirtix but the various 
agency management apps can't have the daily utilities run through citrix for 
various reasons so we ts into the V desktops and run them that way.  Is that 
kind of what you're thinking?


From: Oliver Marshall [mailto:oliver.marsh...@g2support.com]
Sent: Friday, January 09, 2009 5:54 AM
To: MS-Exchange Admin Issues
Subject: Hyper-V on the desktop ?

Any of the brains on the list know when we can expect to see Hyper-V on the 
desktop side of the world ?

Olly


--
G2 Support
Online Backups

Email:  oliver.marsh...@g2support.commailto:oliver.marsh...@g2support.com
Web:http://www.g2support.com










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

RE: Hyper-V on the desktop ?

2009-01-09 Thread Kretche, Peter
I guess so!  http://www.urbandictionary.com/define.php?term=Butt%20Load

-
Thank you,
Pete Kretche
MCP, A+, HP APS
Senior Network/Systems Administrator
E-mail Administrator
UW - Green Bay
Voice: 920.465.5014
Fax: 920.465.2864
kretc...@uwgb.edumailto:kretc...@uwgb.edu


From: Andy Shook [mailto:andy.sh...@peak10.com]
Sent: Friday, January 09, 2009 9:35 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

Is butt load a technical term? :)

Shook

From: Matt Moore [mailto:mattmoore...@hotmail.com]
Sent: Friday, January 09, 2009 9:46 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

We run a butt load of V desktops. They are used for application maintenance in 
our corp data center.  We run all desktops through cirtix but the various 
agency management apps can't have the daily utilities run through citrix for 
various reasons so we ts into the V desktops and run them that way.  Is that 
kind of what you're thinking?


From: Oliver Marshall [mailto:oliver.marsh...@g2support.com]
Sent: Friday, January 09, 2009 5:54 AM
To: MS-Exchange Admin Issues
Subject: Hyper-V on the desktop ?

Any of the brains on the list know when we can expect to see Hyper-V on the 
desktop side of the world ?

Olly


--
G2 Support
Online Backups

Email:  oliver.marsh...@g2support.commailto:oliver.marsh...@g2support.com
Web:http://www.g2support.com













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

RE: Hyper-V on the desktop ?

2009-01-09 Thread Maglinger, Paul
Neither... Troy butt loads...



From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] 
Sent: Friday, January 09, 2009 9:40 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?



Metric butt load, or standard butt load?

 



From: Andy Shook [mailto:andy.sh...@peak10.com] 
Sent: Friday, January 09, 2009 9:35 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

Is butt load a technical term? :-) 

 

Shook

 

From: Matt Moore [mailto:mattmoore...@hotmail.com] 
Sent: Friday, January 09, 2009 9:46 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

We run a butt load of V desktops. They are used for application
maintenance in our corp data center.  We run all desktops through cirtix
but the various agency management apps can't have the daily utilities
run through citrix for various reasons so we ts into the V desktops and
run them that way.  Is that kind of what you're thinking?

 



From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] 
Sent: Friday, January 09, 2009 5:54 AM
To: MS-Exchange Admin Issues
Subject: Hyper-V on the desktop ?

 

Any of the brains on the list know when we can expect to see Hyper-V on
the desktop side of the world ?

 

Olly

 

 

--

G2 Support

Online Backups 

 

Email:  oliver.marsh...@g2support.com

Web:http://www.g2support.com

 

 

 

 

 

 

 

 

 


**
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~

Re: Hyper-V on the desktop ?

2009-01-09 Thread Matt Moore
I chose it just for you!  And yes it is extremely tech!  =)
  - Original Message - 
  From: Andy Shook 
  To: MS-Exchange Admin Issues 
  Sent: Friday, January 09, 2009 7:34 AM
  Subject: RE: Hyper-V on the desktop ?


  Is butt load a technical term? J 

   

  Shook

   

  From: Matt Moore [mailto:mattmoore...@hotmail.com] 
  Sent: Friday, January 09, 2009 9:46 AM
  To: MS-Exchange Admin Issues
  Subject: RE: Hyper-V on the desktop ?

   

  We run a butt load of V desktops. They are used for application maintenance 
in our corp data center.  We run all desktops through cirtix but the various 
agency management apps can't have the daily utilities run through citrix for 
various reasons so we ts into the V desktops and run them that way.  Is that 
kind of what you're thinking?

   


--

  From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] 
  Sent: Friday, January 09, 2009 5:54 AM
  To: MS-Exchange Admin Issues
  Subject: Hyper-V on the desktop ?

   

  Any of the brains on the list know when we can expect to see Hyper-V on the 
desktop side of the world ?

   

  Olly

   

   

  --

  G2 Support

  Online Backups 

   

  Email:  oliver.marsh...@g2support.com

  Web:http://www.g2support.com

   

   

   

   

   

   

   





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

RE: Hyper-V on the desktop ?

2009-01-09 Thread Martin Blackstone
Whoa. Aggressive..

 

From: Maglinger, Paul [mailto:pmaglin...@scvl.com] 
Sent: Friday, January 09, 2009 7:46 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

Neither... Troy butt loads...

 

  _  

From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] 
Sent: Friday, January 09, 2009 9:40 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

Metric butt load, or standard butt load?

 

  _  

From: Andy Shook [mailto:andy.sh...@peak10.com] 
Sent: Friday, January 09, 2009 9:35 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

Is butt load a technical term? J 

 

Shook

 

From: Matt Moore [mailto:mattmoore...@hotmail.com] 
Sent: Friday, January 09, 2009 9:46 AM
To: MS-Exchange Admin Issues
Subject: RE: Hyper-V on the desktop ?

 

We run a butt load of V desktops. They are used for application maintenance
in our corp data center.  We run all desktops through cirtix but the various
agency management apps can't have the daily utilities run through citrix for
various reasons so we ts into the V desktops and run them that way.  Is that
kind of what you're thinking?

 

  _  

From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] 
Sent: Friday, January 09, 2009 5:54 AM
To: MS-Exchange Admin Issues
Subject: Hyper-V on the desktop ?

 

Any of the brains on the list know when we can expect to see Hyper-V on the
desktop side of the world ?

 

Olly

 

 

--

G2 Support

Online Backups 

 

Email:  oliver.marsh...@g2support.com

Web:http://www.g2support.com

 

 

 

 

 

 

 

 

 


**
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~

RE: Outlook POP/SMTP question

2009-01-09 Thread Jim Dandy
I couldn't find a protocol debugging feature.  Are you talking about the
errors tab under the details section of the send/receive window?

 -Original Message-
 From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
 Sent: Thursday, January 08, 2009 4:29 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Outlook POP/SMTP question
 
 Turn on protocol debugging to figure out where it's getting hung up.
 
 I use Outlook with quite a number of non-Microsoft accounts (and did
when I
 was using Outlook 2003 as well).
 
 When using non-beta Outlook versions, I don't think I've ever seen
this be
 Outlook's fault.
 
 Regards,
 
 Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
 My blog: http://TheEssentialExchange.com/blogs/michael
 I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php
 
 
 -Original Message-
 From: Jim Dandy [mailto:jda...@asmail.ucdavis.edu]
 Sent: Thursday, January 08, 2009 7:08 PM
 To: MS-Exchange Admin Issues
 Subject: OT: Outlook POP/SMTP question
 
 Sorry for the off topic post that has nothing to do with exchange.  I
 figured this crowd probably knows about as much about Outlook as
anybody
 so I'm hoping you can help.
 
 I have several users that connect with Outlook 2003 to a non-exchange
 mail server via POP/SMTP.  Outlook has the latest patches.  They
 frequently have mail get hung up in their outbox.  Sometimes exiting
 Outlook and restarting it will get the messages to go out.  Sometimes
 deleting them and resending will do the job.  Does anyone know of a
fix
 for this?
 These people are getting desperate.  Thanks for any help you can
 provide.
 
 Curt Finley
 
 ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
 ~ http://www.sunbeltsoftware.com/Ninja~
 
 
 ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
 ~ http://www.sunbeltsoftware.com/Ninja~

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


RE: Outlook POP/SMTP question

2009-01-09 Thread Jim Dandy
Before my first post on this issue I created a new pst and assigned it
to be the location for delivery.  I left the other PSTs in the profile.
She already had two so now she has three.  The problem continues with
the new pst.  I wouldn't think a corrupt pst that was not the delivery
pst would cause this would you?

 -Original Message-
 From: Steve Szabo [mailto:steve...@gmail.com]
 Sent: Thursday, January 08, 2009 4:53 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Outlook POP/SMTP question
 
 First, run SCANPST. Run as many times as needed to come up clean. Note
that
 if you copy the PST prior to running SCANPST, you can skip the backup
step,
 if a repair is required, which takes a ridiculous amount of time.
 
 If SCANPST fails to bring joy, create a new profile.
 
 \\Steve//
 
  -Original Message-
  From: Jim Dandy [mailto:jda...@asmail.ucdavis.edu]
  Sent: Thursday, January 08, 2009 7:08 PM
  To: MS-Exchange Admin Issues
  Subject: OT: Outlook POP/SMTP question
 
  Sorry for the off topic post that has nothing to do with exchange.
I
  figured this crowd probably knows about as much about Outlook as
anybody
  so I'm hoping you can help.
 
  I have several users that connect with Outlook 2003 to a
non-exchange
  mail server via POP/SMTP.  Outlook has the latest patches.  They
  frequently have mail get hung up in their outbox.  Sometimes exiting
  Outlook and restarting it will get the messages to go out.
Sometimes
  deleting them and resending will do the job.  Does anyone know of a
fix
  for this?
  These people are getting desperate.  Thanks for any help you can
  provide.
 
  Curt Finley
 
 
 
 ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
 ~ http://www.sunbeltsoftware.com/Ninja~

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


RE: Outlook POP/SMTP question

2009-01-09 Thread Michael B. Smith
http://support.microsoft.com/kb/300479

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Jim Dandy [mailto:jda...@asmail.ucdavis.edu] 
Sent: Friday, January 09, 2009 12:09 PM
To: MS-Exchange Admin Issues
Subject: RE: Outlook POP/SMTP question

I couldn't find a protocol debugging feature.  Are you talking about the
errors tab under the details section of the send/receive window?

 -Original Message-
 From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
 Sent: Thursday, January 08, 2009 4:29 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Outlook POP/SMTP question
 
 Turn on protocol debugging to figure out where it's getting hung up.
 
 I use Outlook with quite a number of non-Microsoft accounts (and did
when I
 was using Outlook 2003 as well).
 
 When using non-beta Outlook versions, I don't think I've ever seen
this be
 Outlook's fault.
 
 Regards,
 
 Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
 My blog: http://TheEssentialExchange.com/blogs/michael
 I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php
 
 
 -Original Message-
 From: Jim Dandy [mailto:jda...@asmail.ucdavis.edu]
 Sent: Thursday, January 08, 2009 7:08 PM
 To: MS-Exchange Admin Issues
 Subject: OT: Outlook POP/SMTP question
 
 Sorry for the off topic post that has nothing to do with exchange.  I
 figured this crowd probably knows about as much about Outlook as
anybody
 so I'm hoping you can help.
 
 I have several users that connect with Outlook 2003 to a non-exchange
 mail server via POP/SMTP.  Outlook has the latest patches.  They
 frequently have mail get hung up in their outbox.  Sometimes exiting
 Outlook and restarting it will get the messages to go out.  Sometimes
 deleting them and resending will do the job.  Does anyone know of a
fix
 for this?
 These people are getting desperate.  Thanks for any help you can
 provide.
 
 Curt Finley
 
 ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
 ~ http://www.sunbeltsoftware.com/Ninja~
 
 
 ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
 ~ http://www.sunbeltsoftware.com/Ninja~

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


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


RE: Outlook POP/SMTP question

2009-01-09 Thread Jim Dandy
Not all users have the problem.  I don't know what percentage have
issues but I know I have 5 people who have the problem and people in
other departments have reported similar problems.

I don't have control of the POP or SMTP servers.

 -Original Message-
 From: William Lefkovics [mailto:will...@lefkovics.net]
 Sent: Thursday, January 08, 2009 5:51 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Outlook POP/SMTP question
 
 All users?  A few?  New profiles?
 
 Do you have control of the POP3 server? If it is a lot of users, then
I
 would be looking at the server and troubleshooting POP from there
first.
 
 You could use a packet sniffer to view the POP3 conversations to see
where
 they fail.
 You could enable logging in Outlook:
 http://office.microsoft.com/en-us/outlook/HA011742661033.aspx
 It sucks because it is just an on/off switch, there is no granular
control.
 Also the logs are just plain text so delete them off the workstation
you run
 logging on.
 
 
 
 -Original Message-
 From: Jim Dandy [mailto:jda...@asmail.ucdavis.edu]
 Sent: Thursday, January 08, 2009 4:08 PM
 To: MS-Exchange Admin Issues
 Subject: OT: Outlook POP/SMTP question
 
 Sorry for the off topic post that has nothing to do with exchange.  I
 figured this crowd probably knows about as much about Outlook as
anybody so
 I'm hoping you can help.
 
 I have several users that connect with Outlook 2003 to a non-exchange
mail
 server via POP/SMTP.  Outlook has the latest patches.  They frequently
have
 mail get hung up in their outbox.  Sometimes exiting Outlook and
restarting
 it will get the messages to go out.  Sometimes deleting them and
resending
 will do the job.  Does anyone know of a fix for this?
 These people are getting desperate.  Thanks for any help you can
provide.
 
 Curt Finley
 
 ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
 ~ http://www.sunbeltsoftware.com/Ninja~
 
 
 
 ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
 ~ http://www.sunbeltsoftware.com/Ninja~

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


RE: Outlook POP/SMTP question

2009-01-09 Thread Jim Dandy
Never mind - William Lefkovics gave the link to turn on the protocol
debugging feature.

Thanks for everyone's suggestions on this.  Hopefully we'll find out
what the problem is.

Curt

 -Original Message-
 From: Jim Dandy [mailto:jda...@asmail.ucdavis.edu]
 Sent: Friday, January 09, 2009 9:09 AM
 To: MS-Exchange Admin Issues
 Subject: RE: Outlook POP/SMTP question
 
 I couldn't find a protocol debugging feature.  Are you talking about
the
 errors tab under the details section of the send/receive window?
 
  -Original Message-
  From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
  Sent: Thursday, January 08, 2009 4:29 PM
  To: MS-Exchange Admin Issues
  Subject: RE: Outlook POP/SMTP question
 
  Turn on protocol debugging to figure out where it's getting hung up.
 
  I use Outlook with quite a number of non-Microsoft accounts (and did
 when I
  was using Outlook 2003 as well).
 
  When using non-beta Outlook versions, I don't think I've ever seen
 this be
  Outlook's fault.
 
  Regards,
 
  Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
  My blog: http://TheEssentialExchange.com/blogs/michael
  I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php
 
 
  -Original Message-
  From: Jim Dandy [mailto:jda...@asmail.ucdavis.edu]
  Sent: Thursday, January 08, 2009 7:08 PM
  To: MS-Exchange Admin Issues
  Subject: OT: Outlook POP/SMTP question
 
  Sorry for the off topic post that has nothing to do with exchange.
I
  figured this crowd probably knows about as much about Outlook as
 anybody
  so I'm hoping you can help.
 
  I have several users that connect with Outlook 2003 to a
non-exchange
  mail server via POP/SMTP.  Outlook has the latest patches.  They
  frequently have mail get hung up in their outbox.  Sometimes exiting
  Outlook and restarting it will get the messages to go out.
Sometimes
  deleting them and resending will do the job.  Does anyone know of a
 fix
  for this?
  These people are getting desperate.  Thanks for any help you can
  provide.
 
  Curt Finley
 
  ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
  ~ http://www.sunbeltsoftware.com/Ninja~
 
 
  ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
  ~ http://www.sunbeltsoftware.com/Ninja~
 
 ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
 ~ http://www.sunbeltsoftware.com/Ninja~

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


Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Tim Vander Kooi
If you have no Exchange 2000/2003 servers in a domain, is it safe to remove the 
ExchangeLegacyInterop group from ADUC?
TVK

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

RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Michael B. Smith
H.

 

I would say yes.

 

But don't quote me on that!

 

Regards,

 

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP

My blog: http://TheEssentialExchange.com/blogs/michael

I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

 

From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 7:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

 

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove
the ExchangeLegacyInterop group from ADUC?

TVK

 

 


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

RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Tim Vander Kooi
Gee thanks! :)
I'm having the joy of trying to clean up AD after my last E2k3 box wouldn't 
uninstall via the wizard, so I had to do it manually. I think I am now down to 
just having to decide whether or not to remove that legacy group via ADUC and 
the First Administrative Group via ADSI. No better way to spend a Friday night!

From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
Sent: Friday, January 09, 2009 6:57 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

H.

I would say yes.

But don't quote me on that!

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

From: Tim Vander Kooi [mailto:tvanderk...@expl.com]
Sent: Friday, January 09, 2009 7:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove the 
ExchangeLegacyInterop group from ADUC?
TVK







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

RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Tim Vander Kooi
LOL...Sounds like a plan.
I found a number of articles that said what it is and why it's there (although 
it is kind of self-descriptive), but not a single article that says if you can 
remove it after getting rid of all your legacy Exchange servers. Anyone out 
there who has put all their Exchange 2003 servers to rest that can tell me if 
this group still exists after uninstalling the last E2k3 server?
TVK

-Original Message-
From: Troy Meyer [mailto:troy.me...@monacocoach.com] 
Sent: Friday, January 09, 2009 7:07 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

The ExchangeLegacyInterop group contains Exchange 2003 or Exchange 2000 
bridgehead servers. A bridgehead server is added to this group when the first 
Exchange 2007 Hub Transport server is installed.


From here http://technet.microsoft.com/en-us/library/bb288907.aspx

I would guess if you haven't any bridgeheads you should be good.  But if things 
go afoul, blame MBS.

-troy



-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 4:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove the 
ExchangeLegacyInterop group from ADUC?

TVK


 


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

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


RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Michael B. Smith
Oh just delete it. Or move it to another OU (temporarily) and delete it next
week.

 

Regards,

 

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP

My blog: http://TheEssentialExchange.com/blogs/michael

I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

 

From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:02 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

 

Gee thanks! J

I'm having the joy of trying to clean up AD after my last E2k3 box wouldn't
uninstall via the wizard, so I had to do it manually. I think I am now down
to just having to decide whether or not to remove that legacy group via ADUC
and the First Administrative Group via ADSI. No better way to spend a Friday
night!

 

From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 6:57 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

 

H.

 

I would say yes.

 

But don't quote me on that!

 

Regards,

 

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP

My blog: http://TheEssentialExchange.com/blogs/michael

I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

 

From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 7:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

 

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove
the ExchangeLegacyInterop group from ADUC?

TVK

 

 

 

 

 

 


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

RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Michael B. Smith
It gets removed if you do it all cleanly.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:10 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

LOL...Sounds like a plan.
I found a number of articles that said what it is and why it's there
(although it is kind of self-descriptive), but not a single article that
says if you can remove it after getting rid of all your legacy Exchange
servers. Anyone out there who has put all their Exchange 2003 servers to
rest that can tell me if this group still exists after uninstalling the last
E2k3 server?
TVK

-Original Message-
From: Troy Meyer [mailto:troy.me...@monacocoach.com] 
Sent: Friday, January 09, 2009 7:07 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

The ExchangeLegacyInterop group contains Exchange 2003 or Exchange 2000
bridgehead servers. A bridgehead server is added to this group when the
first Exchange 2007 Hub Transport server is installed.


From here http://technet.microsoft.com/en-us/library/bb288907.aspx

I would guess if you haven't any bridgeheads you should be good.  But if
things go afoul, blame MBS.

-troy



-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 4:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove
the ExchangeLegacyInterop group from ADUC?

TVK


 


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

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


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


RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Tim Vander Kooi
Excellent! Thank you very much!!!
Am I correct in understanding that The First Administrative Group gets left in 
place and has to be manually removed via the console (if desired) due to the 
reliance on it by Outlook pre-2007? Although theoretically it does no harm to 
have it there even when fully upgraded to Outlook 2007.
TVK

-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 7:18 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

It gets removed if you do it all cleanly.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:10 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

LOL...Sounds like a plan.
I found a number of articles that said what it is and why it's there
(although it is kind of self-descriptive), but not a single article that
says if you can remove it after getting rid of all your legacy Exchange
servers. Anyone out there who has put all their Exchange 2003 servers to
rest that can tell me if this group still exists after uninstalling the last
E2k3 server?
TVK

-Original Message-
From: Troy Meyer [mailto:troy.me...@monacocoach.com] 
Sent: Friday, January 09, 2009 7:07 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

The ExchangeLegacyInterop group contains Exchange 2003 or Exchange 2000
bridgehead servers. A bridgehead server is added to this group when the
first Exchange 2007 Hub Transport server is installed.


From here http://technet.microsoft.com/en-us/library/bb288907.aspx

I would guess if you haven't any bridgeheads you should be good.  But if
things go afoul, blame MBS.

-troy



-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 4:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove
the ExchangeLegacyInterop group from ADUC?

TVK


 


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

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


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

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


RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Michael B. Smith
No AGs actually get removed.

And that is correct, nothing is harmed by them being present.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:30 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

Excellent! Thank you very much!!!
Am I correct in understanding that The First Administrative Group gets left
in place and has to be manually removed via the console (if desired) due to
the reliance on it by Outlook pre-2007? Although theoretically it does no
harm to have it there even when fully upgraded to Outlook 2007.
TVK

-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 7:18 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

It gets removed if you do it all cleanly.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:10 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

LOL...Sounds like a plan.
I found a number of articles that said what it is and why it's there
(although it is kind of self-descriptive), but not a single article that
says if you can remove it after getting rid of all your legacy Exchange
servers. Anyone out there who has put all their Exchange 2003 servers to
rest that can tell me if this group still exists after uninstalling the last
E2k3 server?
TVK

-Original Message-
From: Troy Meyer [mailto:troy.me...@monacocoach.com] 
Sent: Friday, January 09, 2009 7:07 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

The ExchangeLegacyInterop group contains Exchange 2003 or Exchange 2000
bridgehead servers. A bridgehead server is added to this group when the
first Exchange 2007 Hub Transport server is installed.


From here http://technet.microsoft.com/en-us/library/bb288907.aspx

I would guess if you haven't any bridgeheads you should be good.  But if
things go afoul, blame MBS.

-troy



-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 4:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove
the ExchangeLegacyInterop group from ADUC?

TVK


 


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

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


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

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


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


RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Tim Vander Kooi
You are the man!
No matter what Shookster might say...
;-)
Have a great weekend!


-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 7:33 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

No AGs actually get removed.

And that is correct, nothing is harmed by them being present.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:30 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

Excellent! Thank you very much!!!
Am I correct in understanding that The First Administrative Group gets left
in place and has to be manually removed via the console (if desired) due to
the reliance on it by Outlook pre-2007? Although theoretically it does no
harm to have it there even when fully upgraded to Outlook 2007.
TVK

-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 7:18 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

It gets removed if you do it all cleanly.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:10 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

LOL...Sounds like a plan.
I found a number of articles that said what it is and why it's there
(although it is kind of self-descriptive), but not a single article that
says if you can remove it after getting rid of all your legacy Exchange
servers. Anyone out there who has put all their Exchange 2003 servers to
rest that can tell me if this group still exists after uninstalling the last
E2k3 server?
TVK

-Original Message-
From: Troy Meyer [mailto:troy.me...@monacocoach.com] 
Sent: Friday, January 09, 2009 7:07 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

The ExchangeLegacyInterop group contains Exchange 2003 or Exchange 2000
bridgehead servers. A bridgehead server is added to this group when the
first Exchange 2007 Hub Transport server is installed.


From here http://technet.microsoft.com/en-us/library/bb288907.aspx

I would guess if you haven't any bridgeheads you should be good.  But if
things go afoul, blame MBS.

-troy



-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 4:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove
the ExchangeLegacyInterop group from ADUC?

TVK


 


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

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


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

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


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

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


RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Michael B. Smith
Shookster can KMA! :-)

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:40 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

You are the man!
No matter what Shookster might say...
;-)
Have a great weekend!


-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 7:33 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

No AGs actually get removed.

And that is correct, nothing is harmed by them being present.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:30 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

Excellent! Thank you very much!!!
Am I correct in understanding that The First Administrative Group gets left
in place and has to be manually removed via the console (if desired) due to
the reliance on it by Outlook pre-2007? Although theoretically it does no
harm to have it there even when fully upgraded to Outlook 2007.
TVK

-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 7:18 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

It gets removed if you do it all cleanly.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:10 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

LOL...Sounds like a plan.
I found a number of articles that said what it is and why it's there
(although it is kind of self-descriptive), but not a single article that
says if you can remove it after getting rid of all your legacy Exchange
servers. Anyone out there who has put all their Exchange 2003 servers to
rest that can tell me if this group still exists after uninstalling the last
E2k3 server?
TVK

-Original Message-
From: Troy Meyer [mailto:troy.me...@monacocoach.com] 
Sent: Friday, January 09, 2009 7:07 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

The ExchangeLegacyInterop group contains Exchange 2003 or Exchange 2000
bridgehead servers. A bridgehead server is added to this group when the
first Exchange 2007 Hub Transport server is installed.


From here http://technet.microsoft.com/en-us/library/bb288907.aspx

I would guess if you haven't any bridgeheads you should be good.  But if
things go afoul, blame MBS.

-troy



-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 4:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove
the ExchangeLegacyInterop group from ADUC?

TVK


 


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

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


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

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


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

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


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


RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Tim Vander Kooi
Don't go tempting him now...


-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 7:46 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

Shookster can KMA! :-)

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:40 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

You are the man!
No matter what Shookster might say...
;-)
Have a great weekend!


-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 7:33 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

No AGs actually get removed.

And that is correct, nothing is harmed by them being present.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:30 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

Excellent! Thank you very much!!!
Am I correct in understanding that The First Administrative Group gets left
in place and has to be manually removed via the console (if desired) due to
the reliance on it by Outlook pre-2007? Although theoretically it does no
harm to have it there even when fully upgraded to Outlook 2007.
TVK

-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com] 
Sent: Friday, January 09, 2009 7:18 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

It gets removed if you do it all cleanly.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 8:10 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

LOL...Sounds like a plan.
I found a number of articles that said what it is and why it's there
(although it is kind of self-descriptive), but not a single article that
says if you can remove it after getting rid of all your legacy Exchange
servers. Anyone out there who has put all their Exchange 2003 servers to
rest that can tell me if this group still exists after uninstalling the last
E2k3 server?
TVK

-Original Message-
From: Troy Meyer [mailto:troy.me...@monacocoach.com] 
Sent: Friday, January 09, 2009 7:07 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

The ExchangeLegacyInterop group contains Exchange 2003 or Exchange 2000
bridgehead servers. A bridgehead server is added to this group when the
first Exchange 2007 Hub Transport server is installed.


From here http://technet.microsoft.com/en-us/library/bb288907.aspx

I would guess if you haven't any bridgeheads you should be good.  But if
things go afoul, blame MBS.

-troy



-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com] 
Sent: Friday, January 09, 2009 4:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove
the ExchangeLegacyInterop group from ADUC?

TVK


 


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

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


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

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


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

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


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

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


RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Andy Shook
In your dreams, nancy-boy.

Shook


From: Michael B. Smith [mich...@theessentialexchange.com]
Sent: Friday, January 09, 2009 8:45 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

Shookster can KMA! :-)

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com]
Sent: Friday, January 09, 2009 8:40 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

You are the man!
No matter what Shookster might say...
;-)
Have a great weekend!


-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
Sent: Friday, January 09, 2009 7:33 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

No AGs actually get removed.

And that is correct, nothing is harmed by them being present.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com]
Sent: Friday, January 09, 2009 8:30 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

Excellent! Thank you very much!!!
Am I correct in understanding that The First Administrative Group gets left
in place and has to be manually removed via the console (if desired) due to
the reliance on it by Outlook pre-2007? Although theoretically it does no
harm to have it there even when fully upgraded to Outlook 2007.
TVK

-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
Sent: Friday, January 09, 2009 7:18 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

It gets removed if you do it all cleanly.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com]
Sent: Friday, January 09, 2009 8:10 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

LOL...Sounds like a plan.
I found a number of articles that said what it is and why it's there
(although it is kind of self-descriptive), but not a single article that
says if you can remove it after getting rid of all your legacy Exchange
servers. Anyone out there who has put all their Exchange 2003 servers to
rest that can tell me if this group still exists after uninstalling the last
E2k3 server?
TVK

-Original Message-
From: Troy Meyer [mailto:troy.me...@monacocoach.com]
Sent: Friday, January 09, 2009 7:07 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

The ExchangeLegacyInterop group contains Exchange 2003 or Exchange 2000
bridgehead servers. A bridgehead server is added to this group when the
first Exchange 2007 Hub Transport server is installed.


From here http://technet.microsoft.com/en-us/library/bb288907.aspx

I would guess if you haven't any bridgeheads you should be good.  But if
things go afoul, blame MBS.

-troy



-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com]
Sent: Friday, January 09, 2009 4:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove
the ExchangeLegacyInterop group from ADUC?

TVK





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

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


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

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


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

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


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


RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Andy Shook
It's a pleasant change from your typical Friday night activity of soliciting 
truck drivers ;)

Shook

From: Tim Vander Kooi [tvanderk...@expl.com]
Sent: Friday, January 09, 2009 8:01 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

Gee thanks! :)
I’m having the joy of trying to clean up AD after my last E2k3 box wouldn’t 
uninstall via the wizard, so I had to do it manually. I think I am now down to 
just having to decide whether or not to remove that legacy group via ADUC and 
the First Administrative Group via ADSI. No better way to spend a Friday night!

From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
Sent: Friday, January 09, 2009 6:57 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

H.

I would say “yes”.

But don’t quote me on that!

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

From: Tim Vander Kooi [mailto:tvanderk...@expl.com]
Sent: Friday, January 09, 2009 7:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove the 
ExchangeLegacyInterop group from ADUC?
TVK










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

RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread Michael B. Smith
MWAH

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Andy Shook [mailto:andy.sh...@peak10.com] 
Sent: Friday, January 09, 2009 9:48 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

In your dreams, nancy-boy.

Shook


From: Michael B. Smith [mich...@theessentialexchange.com]
Sent: Friday, January 09, 2009 8:45 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

Shookster can KMA! :-)

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com]
Sent: Friday, January 09, 2009 8:40 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

You are the man!
No matter what Shookster might say...
;-)
Have a great weekend!


-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
Sent: Friday, January 09, 2009 7:33 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

No AGs actually get removed.

And that is correct, nothing is harmed by them being present.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com]
Sent: Friday, January 09, 2009 8:30 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

Excellent! Thank you very much!!!
Am I correct in understanding that The First Administrative Group gets left
in place and has to be manually removed via the console (if desired) due to
the reliance on it by Outlook pre-2007? Although theoretically it does no
harm to have it there even when fully upgraded to Outlook 2007.
TVK

-Original Message-
From: Michael B. Smith [mailto:mich...@theessentialexchange.com]
Sent: Friday, January 09, 2009 7:18 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

It gets removed if you do it all cleanly.

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php


-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com]
Sent: Friday, January 09, 2009 8:10 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

LOL...Sounds like a plan.
I found a number of articles that said what it is and why it's there
(although it is kind of self-descriptive), but not a single article that
says if you can remove it after getting rid of all your legacy Exchange
servers. Anyone out there who has put all their Exchange 2003 servers to
rest that can tell me if this group still exists after uninstalling the last
E2k3 server?
TVK

-Original Message-
From: Troy Meyer [mailto:troy.me...@monacocoach.com]
Sent: Friday, January 09, 2009 7:07 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

The ExchangeLegacyInterop group contains Exchange 2003 or Exchange 2000
bridgehead servers. A bridgehead server is added to this group when the
first Exchange 2007 Hub Transport server is installed.


From here http://technet.microsoft.com/en-us/library/bb288907.aspx

I would guess if you haven't any bridgeheads you should be good.  But if
things go afoul, blame MBS.

-troy



-Original Message-
From: Tim Vander Kooi [mailto:tvanderk...@expl.com]
Sent: Friday, January 09, 2009 4:20 PM
To: MS-Exchange Admin Issues
Subject: Is it safe to remove ExchangeLegacyInterop group from AD?

If you have no Exchange 2000/2003 servers in a domain, is it safe to remove
the ExchangeLegacyInterop group from ADUC?

TVK





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

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


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

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


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

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam 

RE: Is it safe to remove ExchangeLegacyInterop group from AD?

2009-01-09 Thread will...@lefkovics.net

is that an acronym or a kiss?



From: Michael B. Smith mich...@theessentialexchange.com
Sent: Friday, January 09, 2009 7:24 PM
To: MS-Exchange Admin Issues exchangelist@lyris.sunbelt-software.com
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD? 

MWAH

Regards,

Michael B. Smith, MCITP:SA,EMA/MCSE/Exchange MVP
My blog: http://TheEssentialExchange.com/blogs/michael
I'll be at TEC'2009! http://www.tec2009.com/vegas/index.php

-Original Message-
From: Andy Shook [mailto:andy.sh...@peak10.com] 
Sent: Friday, January 09, 2009 9:48 PM
To: MS-Exchange Admin Issues
Subject: RE: Is it safe to remove ExchangeLegacyInterop group from AD?

In your dreams, nancy-boy.

Shook. 

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

RE: Outlook POP/SMTP question

2009-01-09 Thread Steve Szabo
Now, you follow step 2--create a new profile.

\\Steve// 


 -Original Message-
 From: Jim Dandy [mailto:jda...@asmail.ucdavis.edu]
 Sent: Friday, January 09, 2009 12:13 PM
 To: MS-Exchange Admin Issues
 Subject: RE: Outlook POP/SMTP question
 
 Before my first post on this issue I created a new pst and assigned it
 to be the location for delivery.  I left the other PSTs in the profile.
 She already had two so now she has three.  The problem continues with
 the new pst.  I wouldn't think a corrupt pst that was not the delivery
 pst would cause this would you?
 
  -Original Message-
  From: Steve Szabo [mailto:steve...@gmail.com]
  Sent: Thursday, January 08, 2009 4:53 PM
  To: MS-Exchange Admin Issues
  Subject: RE: Outlook POP/SMTP question
 
  First, run SCANPST. Run as many times as needed to come up clean. Note
 that
  if you copy the PST prior to running SCANPST, you can skip the backup
 step,
  if a repair is required, which takes a ridiculous amount of time.
 
  If SCANPST fails to bring joy, create a new profile.
 
  \\Steve//
 
   -Original Message-
   From: Jim Dandy [mailto:jda...@asmail.ucdavis.edu]
   Sent: Thursday, January 08, 2009 7:08 PM
   To: MS-Exchange Admin Issues
   Subject: OT: Outlook POP/SMTP question
  
   Sorry for the off topic post that has nothing to do with exchange.
 I
   figured this crowd probably knows about as much about Outlook as
 anybody
   so I'm hoping you can help.
  
   I have several users that connect with Outlook 2003 to a
 non-exchange
   mail server via POP/SMTP.  Outlook has the latest patches.  They
   frequently have mail get hung up in their outbox.  Sometimes exiting
   Outlook and restarting it will get the messages to go out.
 Sometimes
   deleting them and resending will do the job.  Does anyone know of a
 fix
   for this?
   These people are getting desperate.  Thanks for any help you can
   provide.
  
   Curt Finley
  
 
 
  ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
  ~ http://www.sunbeltsoftware.com/Ninja~
 
 ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
 ~ http://www.sunbeltsoftware.com/Ninja~


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