Moving DBs to new location via powershell

2009-06-04 Thread Oliver Marshall
Chaps,

Is there a way to move the mailstore DBs in exchange 2007 to a new location via 
the powershell? We need to schedule a transfer in the small hours of a Saturday 
morning and I figure that powershell is the best way, if possible, of doing it.

Olly

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

RE: Moving DBs to new location via powershell

2009-06-04 Thread Young, Philip
Hi Olly,

 

You should be able to do this with the move-storagegrouppath cmdlet. 

i.e. move-storagegrouppath -identity SG1 -LogFolderPath:d:\newsgpath
-SystemFolderPath:d:\newsgpath -force (this stops it prompting you to
confirm)

 

Regards
Phil 

  _  

From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] 
Sent: 04 June 2009 10:19
To: MS-Exchange Admin Issues
Subject: Moving DBs to new location via powershell

 

Chaps,

 

Is there a way to move the mailstore DBs in exchange 2007 to a new location
via the powershell? We need to schedule a transfer in the small hours of a
Saturday morning and I figure that powershell is the best way, if possible,
of doing it. 

 

Olly

 



-
Confidentiality Notice: This e-mail transmission 
may contain confidential or legally privileged 
information that is intended only for the individual 
or entity named in the e-mail address. If you are not 
the intended recipient, you are hereby notified that 
any disclosure, copying, distribution, or reliance 
upon the contents of this e-mail is strictly prohibited. 

If you have received this e-mail transmission in error, 
please reply to the sender, so that we can arrange 
for proper delivery, and then please delete the message 
from your inbox. Thank you.


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

RE: Moving DBs to new location via powershell

2009-06-04 Thread Oliver Marshall
Cheers Philip.

Suddenly I'm nervous about scheduling it. May stay up and do it by hand :)

Olly

--
G2 Support
Network Support : Online Backups : Server Management

Web: www.g2support.com
Twitter: g2supporthttp://twitter.com/home?stat...@g2support
Newsletter: www.g2support.com/newsletter



From: Young, Philip [mailto:philip.yo...@covance.com]
Sent: 04 June 2009 10:47
To: MS-Exchange Admin Issues
Subject: RE: Moving DBs to new location via powershell

Hi Olly,

You should be able to do this with the move-storagegrouppath cmdlet.
i.e. move-storagegrouppath -identity SG1 -LogFolderPath:d:\newsgpath 
-SystemFolderPath:d:\newsgpath -force (this stops it prompting you to confirm)


Regards
Phil


From: Oliver Marshall [mailto:oliver.marsh...@g2support.com]
Sent: 04 June 2009 10:19
To: MS-Exchange Admin Issues
Subject: Moving DBs to new location via powershell

Chaps,

Is there a way to move the mailstore DBs in exchange 2007 to a new location via 
the powershell? We need to schedule a transfer in the small hours of a Saturday 
morning and I figure that powershell is the best way, if possible, of doing it.

Olly




-
Confidentiality Notice: This e-mail transmission
may contain confidential or legally privileged
information that is intended only for the individual
or entity named in the e-mail address. If you are not
the intended recipient, you are hereby notified that
any disclosure, copying, distribution, or reliance
upon the contents of this e-mail is strictly prohibited.

If you have received this e-mail transmission in error,
please reply to the sender, so that we can arrange
for proper delivery, and then please delete the message
from your inbox. Thank you.



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

RE: Moving DBs to new location via powershell

2009-06-04 Thread Young, Philip
Oops, should end with -Force -Confirm:$False otherwise it will still prompt
you!

 

Cheers
Phil 

  _  

From: Young, Philip 
Sent: 04 June 2009 10:47
To: MS-Exchange Admin Issues
Subject: RE: Moving DBs to new location via powershell

 

Hi Olly,

 

You should be able to do this with the move-storagegrouppath cmdlet. 

i.e. move-storagegrouppath -identity SG1 -LogFolderPath:d:\newsgpath
-SystemFolderPath:d:\newsgpath -force (this stops it prompting you to
confirm)

 

Regards
Phil 

  _  

From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] 
Sent: 04 June 2009 10:19
To: MS-Exchange Admin Issues
Subject: Moving DBs to new location via powershell

 

Chaps,

 

Is there a way to move the mailstore DBs in exchange 2007 to a new location
via the powershell? We need to schedule a transfer in the small hours of a
Saturday morning and I figure that powershell is the best way, if possible,
of doing it. 

 

Olly

 



-
Confidentiality Notice: This e-mail transmission 
may contain confidential or legally privileged 
information that is intended only for the individual 
or entity named in the e-mail address. If you are not 
the intended recipient, you are hereby notified that 
any disclosure, copying, distribution, or reliance 
upon the contents of this e-mail is strictly prohibited. 

If you have received this e-mail transmission in error, 
please reply to the sender, so that we can arrange 
for proper delivery, and then please delete the message 
from your inbox. Thank you.

 


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

RE: Moving DBs to new location via powershell

2009-06-04 Thread Young, Philip
And of course I've left the databases behind so you'll also need

Move-DatabasePath -Identity Storage GroupName\Database name
-EdbFilePath:F:\Storage Groupspath\Database name\dbname.edb -Force
-Confirm:$False.

 

Regards

Phil

 

  _  

From: Young, Philip 
Sent: 04 June 2009 11:07
To: MS-Exchange Admin Issues
Subject: RE: Moving DBs to new location via powershell

 

Oops, should end with -Force -Confirm:$False otherwise it will still prompt
you!

 

Cheers
Phil 

  _  

From: Young, Philip 
Sent: 04 June 2009 10:47
To: MS-Exchange Admin Issues
Subject: RE: Moving DBs to new location via powershell

 

Hi Olly,

 

You should be able to do this with the move-storagegrouppath cmdlet. 

i.e. move-storagegrouppath -identity SG1 -LogFolderPath:d:\newsgpath
-SystemFolderPath:d:\newsgpath -force (this stops it prompting you to
confirm)

 

Regards
Phil 

  _  

From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] 
Sent: 04 June 2009 10:19
To: MS-Exchange Admin Issues
Subject: Moving DBs to new location via powershell

 

Chaps,

 

Is there a way to move the mailstore DBs in exchange 2007 to a new location
via the powershell? We need to schedule a transfer in the small hours of a
Saturday morning and I figure that powershell is the best way, if possible,
of doing it. 

 

Olly

 



-
Confidentiality Notice: This e-mail transmission 
may contain confidential or legally privileged 
information that is intended only for the individual 
or entity named in the e-mail address. If you are not 
the intended recipient, you are hereby notified that 
any disclosure, copying, distribution, or reliance 
upon the contents of this e-mail is strictly prohibited. 

If you have received this e-mail transmission in error, 
please reply to the sender, so that we can arrange 
for proper delivery, and then please delete the message 
from your inbox. Thank you.

 

 


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

RE: Outlook Anywhere - Externally

2009-06-04 Thread Thomas W Shinder
Hi James,

 

If you want to use Integrated auth on the RPC/HTTP site, you'll need to
configure the firewall to use Kerberos Constrained Delegation, since if
you're using FBA at the firewall's Web listener you can't delegated
NTLM, and fallback to basic on that listener will only support basic
delegation.

 

Check out:

http://technet.microsoft.com/en-us/library/bb794858.aspx

 

HTH,

Tom

 



TOM SHINDER   |   Sr. Consultant/Technical Writer 
206.443.1117   |   shin...@prowesscorp.com


5701 Sixth Avenue South   |   Seattle, WA 98108  
PROWESS   |   WWW.PROWESSCORP.COM http://www.prowesscorp.com/ 



  http://www.windows.com/ 

 

From: James Hill [mailto:james.h...@superamart.com.au] 
Sent: Thursday, June 04, 2009 12:16 AM
To: MS-Exchange Admin Issues
Subject: RE: Outlook Anywhere - Externally

 

Ok.  We have:-

 

Two DC's running 2008 with SP2 in the same site as the exchange servers.

 

Two exchange servers running 2007 sp1 update rollup 7.

 

Exchange1 - CAS, Hub Transport

Exchange2 - Mailbox using LCR.

 

And as previously mentioned ISA is sitting in front of those for
external access.

 

Hope that helps!

 

From: Joseph L. Casale [mailto:jcas...@activenetwerx.com] 
Sent: Thursday, 4 June 2009 2:33 PM
To: MS-Exchange Admin Issues
Subject: RE: Outlook Anywhere - Externally

 

So how many DC's (GC's) etc as well, how many exchange server's (what
roles are split on what physically different boxes etc) J

 

From: James Hill [mailto:james.h...@superamart.com.au] 
Sent: Wednesday, June 03, 2009 8:48 PM
To: MS-Exchange Admin Issues
Subject: RE: Outlook Anywhere - Externally

 

Windows Server 2008 and Exchange 2007 SP1 Update Rollup 7.

 

 

From: Joseph L. Casale [mailto:jcas...@activenetwerx.com] 
Sent: Thursday, 4 June 2009 12:32 PM
To: MS-Exchange Admin Issues
Subject: RE: Outlook Anywhere - Externally

 

Can you describe your topology like OS and Exchange SP/RU level?
I sort of recently tore my hair out over this so I may have some ideas.
Rpcping was the tool that led me to discover the fix (which was
officially not required but required ;/).

jlc

 

From: James Hill [mailto:james.h...@superamart.com.au] 
Sent: Tuesday, June 02, 2009 3:13 AM
To: MS-Exchange Admin Issues
Subject: Outlook Anywhere - Externally

 

I am using Outlook Autodiscover internally with no problems but I
haven't had any luck getting Outlook Anywhere working externally.
Running the test at https://www.testexchangeconnectivity.com fails at
the last test:-

 

Testing Http Authentication Methods for URL 
https://mydomain.com/rpc/rpcproxy.dll

 

Http Authentication Test failed


 

Tell me more about this issue and how to resolve it
http://go.microsoft.com/fwlink/?LinkId=133210l=env=ExRCA.1id=8b5d0ae
9-fa46-498f-8d90-94e9195388c6 


Additional Details


Did not find all required authentication methods
Methods Found: Basic
Methods Required: NTLM




 

I read through the article provided and Running Get-OutlookAnywhere on
the CAS lists NTLM as being configured.  NTLM is also set as the auth
method on the Outlook client.

 

I have ISA and an ASA sitting in front of the CAS but I don't think they
are causing the issue.  Not sure where else I should be looking?

 

James.

 

 

 

 

 

 

 

 


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

GAL Export

2009-06-04 Thread Rob Bonfiglio
I am trying to export our GAL to a .csv file.  We are a 2003 domain, and we
are running Exchange 2003.
I found this article from Microsoft that says to use csvde:
http://support.microsoft.com/kb/555397

I used the syntax they provided and subbed in my domain info:
csvde -r (objectClass=user) -d dc=subdomain,dc=domain,dc=com -l
displayName,proxyAddresses -f c:\users.csv


However, when I look through the csv file I see that it has exported user
and computer objects, even though the objectClass only specifies user
objects.  Is this to be expected?  Or am I doing something wrong?
I ran this from the command line of the DC as a Domain Admin.  The
particular DC I used is not a GC.

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

RE: GAL Export

2009-06-04 Thread Don Guyer
I get both computer and user account info as well.

 

Don Guyer

Systems Engineer - Information Services

Prudential, Fox  Roach/Trident Group

431 W. Lancaster Avenue

Devon, PA 19333

Direct: (610) 993-3299

Fax: (610) 650-5306

don.gu...@prufoxroach.com

 

From: Rob Bonfiglio [mailto:robbonfig...@gmail.com] 
Sent: Thursday, June 04, 2009 3:10 PM
To: MS-Exchange Admin Issues
Subject: GAL Export

 

I am trying to export our GAL to a .csv file.  We are a 2003 domain, and
we are running Exchange 2003.

I found this article from Microsoft that says to use csvde:

http://support.microsoft.com/kb/555397

 

I used the syntax they provided and subbed in my domain info:

csvde -r (objectClass=user) -d dc=subdomain,dc=domain,dc=com -l
displayName,proxyAddresses -f c:\users.csv

 

 

However, when I look through the csv file I see that it has exported
user and computer objects, even though the objectClass only specifies
user objects.  Is this to be expected?  Or am I doing something wrong?

I ran this from the command line of the DC as a Domain Admin.  The
particular DC I used is not a GC.

 


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

VIPRE

2009-06-04 Thread David Baca
I know this is a sunbelt list but I would like to hear some opinions of VIPRE 
and how you compare it against other AV, anitmalware products.  I currently use 
TrendMicro and have no issues with it.  It has caught most virus' that come 
through and missed a few.  I know VIPRE is cheaper and uses little processing 
power when it runs.  What i am trying to figure out is any downside to moving 
over to it.  I know when i used counterspy when it first came out we used to 
run into problems where it would quarantine files it shouldn't have like 
windows associated dll's or something like it.  Has this changed?  we sometime 
deal with some development software and i don't want to get a bunch of calls if 
the software is too aggressive after an update.


Hope that make sense.  I appreciate any input you may have.


Regards,


David


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

OWA Light Vs. Premium (Exch2k7)

2009-06-04 Thread Robert Smith
Hello,

In OWA Light, we have several users that can move mail objects from their
inbox to tasks, but are unable to in OWA premium. The error received is when
attempting to move the object in OWA Premium is;
The item or items could not be moved to the folder you chose. Choose a
different location and try again.

Many thanks,
Bob

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

RE: VIPRE

2009-06-04 Thread Roger Wright
I've had VIPRE Enterprise on my church's network for 6+ months without
issues.  This was an upgrade from AVG Pro.  It has already prevented
several malware infections from casual web browsing.  

 

I've just switched from McAfee to VIPRE on my 180+ node network here
when my McAfee maintenance expired.  It's catching stuff that McAfee
ignored, is MUCH easier to manage, and runs noticeably lighter (except
when scanning).  I've had none of the issues others have experienced and
recommend it highly.  One of the biggest advantages is Sunbelt's
superior US support.

 

   

 

Roger Wright

Network Administrator

Evatone, Inc.

727.572.7076  x388

_  

 

From: David Baca [mailto:dbaca.gr...@yahoo.com] 
Sent: Thursday, June 04, 2009 6:54 PM
To: MS-Exchange Admin Issues
Subject: VIPRE

 

I know this is a sunbelt list but I would like to hear some opinions of
VIPRE and how you compare it against other AV, anitmalware products.  I
currently use TrendMicro and have no issues with it.  It has caught most
virus' that come through and missed a few.  I know VIPRE is cheaper and
uses little processing power when it runs.  What i am trying to figure
out is any downside to moving over to it.  I know when i used counterspy
when it first came out we used to run into problems where it would
quarantine files it shouldn't have like windows associated dll's or
something like it.  Has this changed?  we sometime deal with some
development software and i don't want to get a bunch of calls if the
software is too aggressive after an update.

 

 

Hope that make sense.  I appreciate any input you may have.

 

 

Regards,

 

 

David

 

 


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

RE: VIPRE

2009-06-04 Thread Steve Szabo
I've replaced Trend with it on two relatively small networks. I like it much
more than Trend. I would suggest that you run a couple of scans with it set
to do nothing, just to see what it will pickup. After that you can adjust it
to clean, quarantine, or delete based on the type of file it finds. 

 

I think they could improve their approved program list. Both installs have a
long list of things that should have been on the list, but were not.

 

\\Steve// 

 

From: David Baca [mailto:dbaca.gr...@yahoo.com] 
Sent: Thursday, June 04, 2009 6:54 PM
To: MS-Exchange Admin Issues
Subject: VIPRE

 

I know this is a sunbelt list but I would like to hear some opinions of
VIPRE and how you compare it against other AV, anitmalware products.  I
currently use TrendMicro and have no issues with it.  It has caught most
virus' that come through and missed a few.  I know VIPRE is cheaper and uses
little processing power when it runs.  What i am trying to figure out is any
downside to moving over to it.  I know when i used counterspy when it first
came out we used to run into problems where it would quarantine files it
shouldn't have like windows associated dll's or something like it.  Has this
changed?  we sometime deal with some development software and i don't want
to get a bunch of calls if the software is too aggressive after an update.

 

 

Hope that make sense.  I appreciate any input you may have.

 

 

Regards,

 

 

David

 

 


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