RE: Removing accepted domains

2008-05-07 Thread Greg Mulholland
I started thinking that way too From: Michael B. Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, 8 May 2008 12:20 PM To: MS-Exchange Admin Issues Subject: RE: Removing accepted domains Actually, I'm thinking I'd do it with dsquery/dsmod or adfind/admod. Probably admod. It handles

RE: Removing accepted domains

2008-05-07 Thread Michael B. Smith
ialExchange.com From: Greg Mulholland [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 10:13 PM To: MS-Exchange Admin Issues Subject: RE: Removing accepted domains Correction 596 items J We have a mixed mode exchange org so it might be easier to attempt this using vbscript on ex

RE: Removing accepted domains

2008-05-07 Thread Greg Mulholland
ange Admin Issues Subject: RE: Removing accepted domains Get-mailbox with a match filter will give you the list. You'll have to get a little fancier to remove them. You'll need to create a serialized object...hmmm. Strike that. How many are there? About? It may not be worth scripting th

RE: Removing accepted domains

2008-05-07 Thread Greg Mulholland
bject: RE: Removing accepted domains Get-mailbox with a match filter will give you the list. You'll have to get a little fancier to remove them. You'll need to create a serialized object...hmmm. Strike that. How many are there? About? It may not be worth scripting the removal. There

RE: Removing accepted domains

2008-05-07 Thread Michael B. Smith
Get-mailbox with a match filter will give you the list. You'll have to get a little fancier to remove them. You'll need to create a serialized object.hmmm. Strike that. How many are there? About? It may not be worth scripting the removal. There are some corner cases that can make that tougher than