RE: Another Export-Mailbox question

2010-05-06 Thread Joe Pochedley
Dig into the following powershell concepts: $? Is a global variable that contains the execution status of the last command. True - success, False - failed $error is a global variable that is an array of errors which have occurred in the current session. Those will tell you if the command comp

RE: Can Powershell do this?

2010-05-06 Thread Michael B. Smith
C# is on the glide path from PowerShell. You don't need the Quest cmdlets, you just need get-mailbox and set-mailbox; which are built-in cmdlets for Exchange. Regards, Michael B. Smith Consultant and Exchange MVP http://TheEssentialExchange.com From: Paul Steele [mailto:paul.ste...@acadiau.ca]

RE: Can Powershell do this?

2010-05-06 Thread Paul Steele
Looks similar to C# or VBscript. I'll have to track down the Quest cmdlet stuff and give it a try... From: KenM [mailto:kenmli...@gmail.com] Sent: May-06-10 9:37 PM To: MS-Exchange Admin Issues Subject: Re: Can Powershell do this? I found some things wrong in my last post this is a little

RE: Another Export-Mailbox question

2010-05-06 Thread Joseph L. Casale
Just test the command: If (blah...) { Do the rest..} etc From: KenM [mailto:kenmli...@gmail.com] Sent: Thursday, May 06, 2010 5:03 PM To: MS-Exchange Admin Issues Subject: Another Export-Mailbox question I am creating a powershell script that can export several mailboxes to PST of users that ar

RE: Exporting to PST

2010-05-06 Thread Michael B. Smith
What's your version? (SP and UR?) This error can result from permissions or from having a too old UR/SP combination. Regards, Michael B. Smith Consultant and Exchange MVP http://TheEssentialExchange.com From: Chris Blair [mailto:chris_bl...@identisys.com] Sent: Thursday, May 06, 2010 4:11 PM T

Re: Can Powershell do this?

2010-05-06 Thread KenM
I found some things wrong in my last post this is a little better. $users - get-qaduser Foreach ($user in $users){ $sam = $user.samaccountname set-qaduser $sam -UserPrincipalName $...@domain.local } On Thu, May 6, 2010 at 7:26 PM, KenM wrote: > You can do sometihng like this with the ques

RE: More Digital Cert woes (somewhat off topic)

2010-05-06 Thread Michael B. Smith
The internal EWS URL (Set-WebServicesVirtualDirectory) and the EXCH CertPrincipalName (Set-OutlookProvider) Regards, Michael B. Smith Consultant and Exchange MVP http://TheEssentialExchange.com From: Russ Patterson [mailto:rus...@gmail.com] Sent: Thursday, May 06, 2010 4:41 PM To: MS-Exchange A

RE: Exporting to PST

2010-05-06 Thread Michael B. Smith
2 hours for permissions. Regards, Michael B. Smith Consultant and Exchange MVP http://TheEssentialExchange.com -Original Message- From: Joseph L. Casale [mailto:jcas...@activenetwerx.com] Sent: Thursday, May 06, 2010 4:54 PM To: MS-Exchange Admin Issues Subject: RE: Exporting to PST >

Re: Can Powershell do this?

2010-05-06 Thread KenM
You can do sometihng like this with the quest cmdlts I dont know your environment so this may not work for you and may need a little tweaking if you have over 1000 users in your domain. Can make it more efficient with a LDAP filter looking for users without a UPN. $user = get-qaduser Foreach($us

Re: Can Powershell do this?

2010-05-06 Thread Rubens Almeida
Here are some great examples on how to manipulate AD attributes using Powershell and Quest PowerShell Commands for Active Directory: http://www.quest.com/activeroles-server/powershelldemo/chap00.htm http://dmitrysotnikov.wordpress.com/2007/07/16/programmatically-manipulate-ad-user-attributes-with-p

RE: Can Powershell do this?

2010-05-06 Thread Michael B. Smith
Yes. Just set the userPrincipalName attribute. Regards, Michael B. Smith Consultant and Exchange MVP http://TheEssentialExchange.com -Original Message- From: Paul Steele [mailto:paul.ste...@acadiau.ca] Sent: Thursday, May 06, 2010 7:07 PM To: MS-Exchange Admin Issues Subject: Can Power

Can Powershell do this?

2010-05-06 Thread Paul Steele
As we proceed with our Exchange 2010 migration, I discovered that some mailboxes appear corrupted to powershell users, resulting in this error: [PS] C:\>get-mailbox -identity rmurphy WARNING: The object ad.acadiau.ca/academic/rmurphy has been corrupted, and it's in an inconsistent state. The follo

Another Export-Mailbox question

2010-05-06 Thread KenM
I am creating a powershell script that can export several mailboxes to PST of users that are going to be disabled and deleted. I know there is a XML and on screen logging when you run export-mailbox but is there any way to add error checking into a script that will verify the mailbox exported succe

RE: Exporting to PST

2010-05-06 Thread Chris Blair
I let the permission stew overnight, and still getting the same error. No it's 32 bit workstation. -Original Message- From: Joseph L. Casale [mailto:jcas...@activenetwerx.com] Sent: Thursday, May 06, 2010 3:54 PM To: MS-Exchange Admin Issues Subject: RE: Exporting to PST >I found a

Re: Exporting to PST

2010-05-06 Thread Eric Woodford
If you have BES, try using the BESAdmin account. BES should definitely have all the perms Does your PST path have a "." at the end of the file name? Existing PST with same name? On Thu, May 6, 2010 at 1:04 PM, Chris Blair wrote: > I am trying to export a mailbox in Exchange 2007, sp2 using Pow

RE: Exporting to PST

2010-05-06 Thread Joseph L. Casale
>I found a forum post somewhere saying to reboot. I will try that tonight and >let everyone know. Heh, it just needs 15 minutes or whatever the time period is before the perms get refreshed. You could simply restart the store as well. If they were set, sounds like something else is messed up. I

RE: Exporting to PST

2010-05-06 Thread Chris Blair
I have all the perms, even removed them and added them again to make sure they are really there. I found a forum post somewhere saying to reboot. I will try that tonight and let everyone know. Thanks for the help. -Original Message- From: Joseph L. Casale [mailto:jcas...@activenetwerx.c

More Digital Cert woes (somewhat off topic)

2010-05-06 Thread Russ Patterson
I got the cert for our 2010 CAS server & installed successfully this morning (Thanks Michael B.) Everything was flowing smoothly for a few hours, so we decided to export the cert & install it on our 2007 CAS server. We'll be using both for several days/weeks as we migrate fully to 2010. (Split DNS,

RE: Exporting to PST

2010-05-06 Thread Joseph L. Casale
>Mailbox is over 2gigs, almost 4 gigs.  The machine I am running this on has >Office 2007 installed, and I have exported 8 GB mailboxes before. Yeah not an issue no more... Got all the perms you need? http://technet.microsoft.com/en-us/library/bb266964%28EXCHG.80%29.aspx helpful error id #:)

RE: Exporting to PST

2010-05-06 Thread Chris Blair
Mailbox is over 2gigs, almost 4 gigs. The machine I am running this on has Office 2007 installed, and I have exported 8 GB mailboxes before. Using different paths gives the same error. From: Shields, Anthony [mailto:ashie...@epsteinatlanta.org] Sent: Thursday, May 06, 2010 3:08 PM To: MS-Excha

RE: Exporting to PST

2010-05-06 Thread Shields, Anthony
Mailbox over 2gigs? Try a different folder path? Anthony Shields Systems Administrator The Epstein School (404) 250-5659 From: Chris Blair [mailto:chris_bl...@identisys.com] Sent: Thursday, May 06, 2010 4:04 PM To: MS-Exchange Admin Issues Subject: Exporting to PST I am trying to export a mailb

Exporting to PST

2010-05-06 Thread Chris Blair
I am trying to export a mailbox in Exchange 2007, sp2 using Powershell. The command-let is "Export-Mailbox -Identity username -PSTFolderPath c:\username.pst." StatusCode : -1056749164 StatusMessage: Error occurred in the step: Moving messages. Failed to

Re: Testing, please ignore

2010-05-06 Thread Ben Scott
On Thu, May 6, 2010 at 12:28 PM, Doug Rooney wrote: > Yeah right, like anyone on this list can ignore anything. > Come on, we are geeks and this is our social life. J Hey, I resemble that remark! -- Ben

RE: Testing, please ignore

2010-05-06 Thread Roger Scudder
Yeah, but do you have to remind us? Roger Scudder Consultant From: Doug Rooney [mailto:d...@sonomatilemakers.com] Sent: Thursday, May 06, 2010 12:28 PM To: MS-Exchange Admin Issues Subject: RE: Testing, please ignore Yeah right, like anyone on this list can ignore anything. Come on,

RE: Testing, please ignore

2010-05-06 Thread Doug Rooney
Yeah right, like anyone on this list can ignore anything. Come on, we are geeks and this is our social life. J Thank You ~Doug Rooney Sonoma Tilemakers IT Manager 7750 Bell Rd. Windsor Ca, 95492 i...@sonomatilemakers.com -Original Mess

RE: Sharing Calendars

2010-05-06 Thread Bill Lambert
Thanks for the reply, Bill, and it's a great idea. I'll definitely consider that if a 3rd party app isn't too expensive. Bill Lambert Concuity Phone 847-941-9206 The information contained in this e-mail message, including any attached files, is intended only for the personal and confide

Re: Sharing Calendars

2010-05-06 Thread Bill Songstad
Bill, I had a similar challenge last year and handled it by creating an exchange account for the outsiders. I removed logon permissions from the rest of the machines in my domain and had the outsiders use OWA to see the calendars they needed. Now they can see the calendars they need, and schedule

Sharing Calendars

2010-05-06 Thread Bill Lambert
Hello all... We have a need to share both Outlook 2003 and 2007 calendars with people outside of our Exchange org. Is there a 3rd party app that you could recommend for this? We have Exchange 2003 fully patched. Thanks! Bill Lambert Windows System Administrator Concuity Phone 8

RE: Anyone using FortiGate as a spam filter?

2010-05-06 Thread Dan Cooper
Yes we do, However we have it simply add to the subject line "==SPAM==" we then have a rule on our GATEWAY (Policy Patrol) which move these to a Folder. Policy patrol allows users to check their spam folders via a 2hourly email notification and release if required. But do we have Fortigate drop

Re: Anyone using FortiGate as a spam filter?

2010-05-06 Thread Jeff Brown
We paid for the service but turned it off, it gave almost no control over what it does with spam, was difficult to know if "missing mail" was being rejected by the filter or something else... very little management options. On Thu, May 6, 2010 at 10:24 AM, Jason Gurtz wrote: > Looking for some

Re: FYI - MSFT doesn't tell all it knows

2010-05-06 Thread Ben Scott
On Thu, May 6, 2010 at 11:17 AM, Michael B. Smith wrote: > Exchange, since at least 5.5, has had the option of using different DNS > servers > for outgoing resolution; somewhat necessitating it having a different > resolver. I don't know anything about what the DNS resolver code on Windows lo

Anyone using FortiGate as a spam filter?

2010-05-06 Thread Jason Gurtz
Looking for some operational experiences. ~JasonG

RE: FYI - MSFT doesn't tell all it knows

2010-05-06 Thread Michael B. Smith
Further on this to my earlier comment - not a good assumption that Exchange/SMTP service "re-invented" anything. You find code re-use throughout Microsoft. Very possible they simply forked code from the OS to use in Exchange/SMTP service, and this is being included as the first patch in this ar

RE: FYI - MSFT doesn't tell all it knows

2010-05-06 Thread Michael B. Smith
I don't think that that has ever been hidden info. Exchange, since at least 5.5, has had the option of using different DNS servers for outgoing resolution; somewhat necessitating it having a different resolver. (This doesn't mean that I defend them fixing things they didn't tell about.) Regards

Re: FYI - MSFT doesn't tell all it knows

2010-05-06 Thread Ben Scott
On Thu, May 6, 2010 at 10:12 AM, Carol Fee wrote: > If the SMTP doesn't use the operating system resolver, where does > it find the DNS servers that it uses ? Only Microsoft knows for sure, but my guess is that Exchange gets the IP address(es) of your full-service resolvers from the OS, but the

RE: Exchange 2010 OWA bottom viewing pane

2010-05-06 Thread Paul Steele
The article doesn't mention a release date. I had heard it's going to be later in the fall. What's the current rumour? From: Vandael Tim [mailto:tim.vand...@khlim.be] Sent: May-06-10 11:21 AM To: MS-Exchange Admin Issues Subject: RE: Exchange 2010 OWA bottom viewing pane No you don't, just

RE: Exchange 2010 OWA bottom viewing pane

2010-05-06 Thread Vandael Tim
No you don't, just wait for SP1 :) See http://msexchangeteam.com/archive/2010/04/07/454533.aspx Met vriendelijke groeten, KHLim Katholieke Hogeschool Limburg Associatie KULeuven http://www.khlim.be Tim Vandael ICT Systeembeheerder Campu

Exchange 2010 OWA bottom viewing pane

2010-05-06 Thread Paul Steele
*Why* did Microsoft remove the bottom viewing pane in Exchange 2010 OWA? I never liked the right side pane in Outlook and fortunately Outlook 2010 still supports the bottom pane. It makes no sense that they would support it in Outlook 2010 but not in Exchange 2010 OWA. I'm going to have some upset

RE: FYI - MSFT doesn't tell all it knows

2010-05-06 Thread Carol Fee
If the SMTP doesn't use the operating system resolver, where does it find the DNS servers that it uses ? Nicolas found that the Windows SMTP Service does its own DNS > resolution of MX records rather that use the DNS resolver from the > operating system while investigating CVE-2010-0024 CFee --

RE: Testing, please ignore

2010-05-06 Thread Ellis, John P.
And ingored... Now lets see how many OoO replies I get! John. -Original Message- From: Andrew Levicki [mailto:and...@levicki.me.uk] Sent: 06 May 2010 14:43 To: MS-Exchange Admin Issues Cc: MS-Exchange Admin Issues Subject: Re: Testing, please ignore Received. On 2010/05/06, at 22:40, "

Re: Testing, please ignore

2010-05-06 Thread Andrew Levicki
Received. On 2010/05/06, at 22:40, "Jason Gurtz" wrote: Actually, partial success! After two weeks with an open ticket at Cisco/Ironport they are no longer categorizing messages from this list as marketing. Now they just have to fix their submission system and I can close the ticket. Wit

RE: Testing, please ignore

2010-05-06 Thread Jason Gurtz
Actually, partial success! After two weeks with an open ticket at Cisco/Ironport they are no longer categorizing messages from this list as marketing. Now they just have to fix their submission system and I can close the ticket. With luck it will be before the end of the year. ~JasonG > -O

RE: Testing, please ignore

2010-05-06 Thread Jim Holmgren
Seriously - there's enough traffic to this list without using it to test. From: Jonathan Link [mailto:jonathan.l...@gmail.com] Sent: Thursday, May 06, 2010 9:36 AM To: MS-Exchange Admin Issues Subject: Re: Testing, please ignore Fail. On Thu, May 6, 2010 at 9:33 AM, Jason Gurtz wrote: T

Re: Testing, please ignore

2010-05-06 Thread Jonathan Link
Fail. On Thu, May 6, 2010 at 9:33 AM, Jason Gurtz wrote: > Test Post > > ~JasonG > > > >

Testing, please ignore

2010-05-06 Thread Jason Gurtz
Test Post ~JasonG