Quantcast
Channel: Exchange Server 2010 forum
Viewing all 19214 articles
Browse latest View live

Powershell report, count returns 0

$
0
0

Hi

I wonder if anyone can explain this behaviour please.

I am trying to run a simple script on an Exchange 2010 server, it's a single server setup (SBS2011) and the client wants a list of the number of emails sent and received each week, which seemed fine (actually not because - see below), but then they said 'can you exclude internal mails' so only externally sent and received, and this is where things have stopped working.

The script (with comments) thus far is:

#Get all primary email addresses into an array
$emailaddresses = get-recipient -resultsize unlimited

#Set the date range to the last 7 days
$date = get-date(get-date).addhours(-168)

#echo headers for the CSV
echo "Email Address, incoming, Outgoing"

#enumerate the email addresses
foreach ($emailaddress in $emailaddresses) {
$incoming = (get-messagetrackinglog -ResultSize Unlimited -Recipient $emailaddress.primarysmtpaddress -Start $date -eventID "RECEIVE" | where{$_.Source -eq "SMTP"} | select timestamp, messageid, messagesubject, sender, {$_.recipients}, totalbytes, recipientcount).count
$outgoing = (get-messagetrackinglog -ResultSize Unlimited -sender $emailaddress.primarysmtpaddress -Start $date -eventID "TRANSFER" | select timestamp, messageid, messagesubject, sender, {$_.recipients}, totalbytes, recipientcount).count
if (!$incoming) {$incoming = 0}
if (!$outgoing) {$outgoing = 0}

#output the email address, number of incoming and then number of outgoing
echo ($emailaddress.primarysmtpaddress.tostring() +"," + $incoming.tostring() + "," + $outgoing.tostring())
}

So this is currently returning all 0's.

If you remove the -eventid clause and the where{$_.source -eq "smtp"} section, then you get numbers. Part of the issue is of course that a single email generates a number of transport events, so 1 sent email may generate at least 2 items in the logs.

If you run the command WITH the -eventid and where clause, but WITHOUT the .count part, then you get a list of emails as expected

What am I missing?

Thanks


===== As a wise man once said to me - have a sense of proportion.


Micorsoft Recommend MaxInboundConnectionPerSource on Receive Connectors?

$
0
0
In our environment we do not use the Default receive connector, due to the lack of security. We have created different connectors for different applications based on need. We noticed that in the default connected the MaxInboundConnectionPerSource is 100, but in our newly created receive connectors the limit is 20. What is Microsoft's recommended setting for MaxInboundConnectionPerSource?

Using Public Folder for Quaratine Moderation

$
0
0

I need to setup a quarantine for messages containing certain attachments. These need to go to a Public Folder for moderation for our Helpdesk to moderate. Since Exchange doesn't support sending moderation mail directly to a mail enabled Public Folder, I have the rule setup to go to a forwarding mailbox which forwards it to the Public Folder. The moderation email shows up in the Public Folder but when I try to Approve, it bounces back to me saying it couldn't be delivered. 

"Apply rule to messages

when any attachment file name matches ' *.zip'

forward message to 'forwardtopublicfolder@mydomain.com' for moderation"

forwardtopublicfolder@mydomain.com is setup to forward all mail to quarantinepublicfolder@mydomain.com. 

I have set 'Send As' permissions on the forwarding email account and public folder for all users that will be moderating these emails. I get this message in the bounceback when trying to approve:

Delivery has failed to these recipients or groups:

Microsoft Exchange Approval Assistant (SystemMailbox{1f05a927-1ad9-4e33-8f70-6ef28c6c6a1e}@mydomain.com)
Your message wasn't approved for delivery to this address. 

#550 5.7.1 APPROVAL.NotAuthorized; message cannot be delivered. ##

Are there some permissions I am missing or is forwarding moderation messages not supported? I could just set the rule to forward directly to the public folder but I would prefer to use the moderation feature since it keeps the original return path/headers intact. 



Exchange 2010 - I Searched a mailbox and deleted all content. Can I get the mailbox items back?

$
0
0

Using PowerShell I deleted all content from a mailbox using "Search-mailbox -Identity xxxxxx -DeleteContent".

Looking at the mailbox through Outlook, there is nothing in the Recoverable Items folder. The Outlook profile was in cache-mode but the user had opened Outlook and the local profile was updated.

Is there a way to recover from this search and destroy?

Anything I can do using the OST maybe?

Thanks

Jay

Error on Receive connectors - is there a limit on te max number of IPs?

$
0
0

Hi All,

  I tried to add an IP for SMTP relay on the Exchange 2010 receive connector -> right click Properties -> Network tab -> 'receive mails from remote server that have these IPs' -> when i add an IP try to save it, It thrown an error "starting a command on remote server failed with the following error mesage. the winRM CLIent send a a request to the remote WS-management service and got a response saying the reuqest was too large. For more information, see the about_REmote_Troubleshooting Help Topic".

I wonder is there a limit on the number of IPs that can be configured for SMTP relay?

Questions pertaining to E-mail Accessibility

$
0
0

1) Does Exchange automatically retain all email unless the user's deleted item's is permanently deleted. Thus, allowing the user to recover the email through the "Recover Deleted Items from Server?" 

2)Where is the "Recover Deleted Items from the Server" configurable? 

3) If all emails are retained until the end user clears out the "Deleted Items' folder" then if one has retention policies created and you run Get-Mailbox | select UserPrincipleName, RetentionPolicy and no mailboxes has any assigned it is safe to assume this is the reason why emails have always been retained. 

4) Why does Exchange allow you to add a mailbox to the Retention Policy when there is no Enterprise CAL tied to the database? Would the answer be to allow you to use all other types other than the "Personal Tag?"

Thanks for the help





Exchange 2010 and Outlook 2010 connectivity issues

$
0
0

Hello everyone,

We are working in an Exchange 2010 environment with a mixture of Outlook 2010 and Outlook 2016 clients.  Most of the traveling Salespeople have Outlook 2010 configured to use outlook anywhere.  We have a server farm that consists of two geographic locations in the United States.  Up to about February of this year, the Outlook Anywhere functionality was working.  Now, when we try and use it the Outlook client will not connect.  However, Outlook 2016 works just fine off the network.  If we run the test outlook anywhere tool from the Microsoft site the test runs fine and tells us that all's well (despite a single warning about our Entrust certificate).  I'm banging my head against the wall over here and hoping that someone can help me or point me in the right direction.  I've attached the output from the connectivity test.  Our autodiscover test is failing, but the clients are already configured so I don't understand why that would make a difference, please let me know if I'm wrong.  

We are a subsidiary of a larger company and they have the same domain as us, so I don't know if perhaps we're gong to their autodiscover record but if we are I don't know how to fix that issue.  If anyone can help to point me in the right direction that would be great.  Let me know what you need me to post to give you the right information.

Copy of Test Connectivity: <title>MCA Test Results</title> <style type="text/css">body { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 90%; } .mca-result-node { } .mca-indented-container { padding-left: 20px; } /* Toggle Icons */ .mca-toggle-icon { width: 10px; padding-left: 2px; padding-right: 2px; height: 15px; float: left; background-repeat: no-repeat; } .mca-toggle-icon-expand { background-image:url('data:image/gif;base64,R0lGODlhEAAQAPcRAAAAAP////z8/Pb29u3t7enp6efn5+bm5uPj49vb29jY2MLCwp6enpycnJaWloyMjHp6egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABEALAAAAAAQABAAAAg8ACMIHEiwoMGDCBMqXDhwAQGGAhswSACxgQEHChg2EHDgQYGFGwUggGBA4caOH01ezAhyIkSHEGPKlBkQADs=') } .mca-toggle-icon-collapse { background-image:url('data:image/gif;base64,R0lGODlhEAAQAPcHAAAAAP////b29rOzs35+fk5OTh4eHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAcALAAAAAAQABAAAAgyAA8IHEiwoMGDCBMqXMiwYcMBBB4aMMBwgIECFBVaLIBR40WOGRESmDgxosOTKFMeDAgAOw=='); } /* Result Icons */ .mca-result-icon { width: 16px; height: 16px; padding-left: 2px; padding-right: 2px; float:left; background-repeat:no-repeat; } .mca-result-icon-success { background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFxEAABcRAcom8z8AAANASURBVDhPbVNpaBRnGH7mzu5mN7sbqUcU03igUUs9QPxjtUaMwtpoNuKN/oqIRzHGH5EWEQQVLfRHaxFBidbi2hjXA0EjogGPoIl4JMTbRLMb3SR7z87MzkzfWTWodOCZ9+Ob7zneb76Pwf88LS33fCzL+vNE0cZwHOLxuBaJRM75fItOfb2c+Xyis7Nz3uuB54efSfdLnjD3kBKi0LMGWEXAGPU7TGBmvmHCwpaKyorGT7xBAdM0qxof1wdu2BqRyMRgENEi65pOVUdWo7GaxXRlAUpi39esXLP8N0uEtV4PHrTPPtd+MnCBOYqBZD+UjIqMTEgrhAwyKQWTbTMQ+LEFE0tK8Vi6dfDSpcsrBgXC8a5DF41jUImoygqUtEqgSmOZqkN3wT+0GqlUCneeNaNp4F/0maH9JMBzzc23ylr5qzUvtXZoigZVyUJTqWY0aBZobu3QGoyQinG24yT+ef4XrVFhGFnX1sV1T1lFyVS0xZrJzYpMzuRqRZbTMnoS7zFanwZ7tBB3X93BzrZavNWiCOkxBENBeAu9P7HOfOc3CY76JgGrd5l67kqE8TD2ghKIKOf80HUdux/VgrdRZgHgRMC0afB4PY7cJqqyhtHCeMzx+tARf43edAy6AmworKWvDM73B9BvD4MnIp8HiHaCA9SGzrGRvkiPI+1B9bidWF28FbvG/Q5TBua6F2CSawoMh4bGRD14iUiUQMonOAG7KCLyvi9JB447O8UxC+uvVSGkdsM3din2Tv0DmybsgNvtxpHwgZybRRYtsotQAMwpKserrq4L7MKF86+PNae2dw90wx9chIjWiyWlVSj2fosb766gA60f3K3Y5CwVcLB5Bcw2F/du27Y5YO2Bac+6q38p3Y9oMoplp31IGgk4XU4cf/tnrm+B3AUHQ9EFSG4BfuNnxDq1OuKmBo9yU9P1Va3Jmyf2tv6Kke4iDHcNw0P9di5uHkHy8BBdPFao2yHdHFm3ceOGfSRg5P6C9ZSV/fD3kP6i8vp5ZzpmeGahV+4BS/J0GVGQHQJf/jrsURtC7rYx6z+RLd4Xt/GjFtfQECzneW5J0YjhoxgwbDQefxeN9l2srKwMWrE/v8H/AejFeVn8BdzrAAAAAElFTkSuQmCC'); } .mca-result-icon-error { background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAsRJREFUeNqsU1tIk2EYfv7NsWVO28Ft6tKdnC1DndKFknghOJRAEL3rJhHU8ConXXklQsiWN5LglUSgF4Z1IxhChLhEPIXJzGlZznLz7D8td+z91ibe1w8PH//7vc/De3g+LhaL4erX+bizhg4boYJgSYTdBBdh0vnM+fZqPpcUIKKOjg6FMrM9R5ubqtZkQXZDHr87Oj6Eb/cndrzfzw/29wYpNEBCW5cCCXJPvtnyoDBPD8XJMYRfNhD9toVQMIiwTIYIxQMGIz7veOFZd7+k/G4mkpKopIORy5VKKCfeQKrX4cfQc4izc8BFIgh5tyFrakLG4jxSbXUA5ZKIj3h2IX/K11DZjrJbhaLcORfkj9pxva4OYT4A79gYzvw+ZDxsRnp/P0SFtxEbHYHYeheHZ3zJ6/HxeVaBjfUs2/MDAR6n09OQGAzQdHcT2Y+TQADSnl6kUuLWxAQmF+ZxT28C49A8bEyggg2Me/8O2yOjkLhciFLZ8uZmKB0OYP8AApEQX51OvOrqgobjEDKaoba2sNYrmICFTTu06QGXk43dhQXstLXBxPMQt7QgTS7D/uAgxux2GCg5kwTC7k/JDVkEyX2GLy7gX1nBCW1FUlWFC6kUopQURNi/Wg2tSoU0ygv9Xd2lD5iAm+05IlfgF10o9HqoWluhohb2Zmbgn51FtL4e94eHwWu1kBJBZMyPe4NxmYCLmSRqMEFdWYmsvj5oGhtxSMTR6mp8IAg8HmTU1qJhaAiLVJXIWhY3FuMygUnmsN93inCsyUZwdRXhqSm8KC+HmS5vEmZKSxFcW8Pm0hKy8nQ4LyqOu5Jxk050kJE6C8RiHDn6EHWv4pTibEzXElgTCJBeYIG56wnmaF5kJCc50Z504gAF1Mxh+b1PIVlehubjIiIb6/EhCU1mFFtLcVZUgjkqPWHlgf/3mP7lOf8RYACWnkXfekTi7AAAAABJRU5ErkJggg=='); } .mca-result-icon-warning { background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFxEAABcRAcom8z8AAAI+SURBVDhPjZJNSFRRGIbfc/9m7Oo46YyRYWqLhLIWWlIb+yHaRLSaVbSIwJ2bJCbBTQWRm5TQTYuooWGgQAaahSRCKgwDkoGDq4iMhHHUuTNzvXP/PPee7ghJlkoH3rM433ue8/J9BzhgTU5+HEilUpGDPPx+xXQ6fYbnvk8IonO1o6P79fT0tL6Xl9sPQCl93nb8LTnZHg91dZ2L7ufbEzA/P38rGFi4FqxdQq0/i5Zjm/eTyeSp/07AGBvJ/XyP4dE+PB25jTruFQmHj4x5API35J8EuVx+oDn8oT1Ytw5VLULXNfB0Fa2NC1e8vtw4EJBIJJor2spwnTCFow01UBQFmlaBa1Fw2js0NQTGIpHIrsbvStDbe/mhSN/w1HQgSyI2NjY8SAnM0uFoyxDLsdZodPDBnyl2ALOzsz1q4Uu/ZE3CUArQ1/PIZrNQy2ug5QJoSQVdeQmZVwbHx8dbfkN2ALIsjwrqY9jlTVDNe9GwcPoEQVtoHbAduFsMbIuD8/VZoLPz7NAuQCaTucvrqYui/QPM9ozeBWZTXOgUcf28C0YJXMpvS7IW4beW+uLxeE8Vsp3ANtYeHbJT4MhhEBIEzwXBeZr6LGPuWzeI0ARODIPzh8HXNKJWiaExFHpRHSuZmZl7wmufhgLuIsDI9qAJq1aA1bzlgTiE6n1wvTNUVd08Q8l3CcvF+jskFovfY4ze9D4PEQQBkuSD31/DJElgoigyx3FgmqZbqRjMMHRmWSYzTRs+n8iKxeLEL/CU+LC29oQdAAAAAElFTkSuQmCC'); } .mca-result-icon-successwarn { background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFxEAABcRAcom8z8AAANFSURBVDhPbZNrTFNnGMf/51AqnWAJKVBaVAglYCoQNJlb8ItOJ67ekE3jBTUKiSExxht+cJkx2RTjgsmyTVM2DSMuAyUVZSx+sKbR1BgF441CEVuqgFbIwfbQc+k55/W0HcSZneSf8+TN+/s9yfvkofDR19vbO39igtmSk21cNND3HCVlC9A/OHjT7b7d3tjYyHx8n/rwwOfzN/VwrgM9khNBzUsoUQVEBozyPOQGF/KWpPIjlZUrf/6QmREwkXHHL8PfbfCTfshRGZIkq38lXsdimW1FpjwXxRNL/7Strdw2LaFjhcfTf6bJe3TDYPQpeF4Az6mZioUHp6ZU9zmOl55HmWEJnHLb1vb2jpoZgdvtNveIrsM+2QMhokJsAuQjCVgXTcVGQx38Iz40uY7D9aobXBpzUhXEm9Msy629w/ydgNQIKpjoLiDMslivqwX/TsQPD47hEfsMoxyDrmFH7sXm1i/iApPRtPyNEoDAiWpXUe0qYCz0Fh7Gj0KpAikhPa69uIJ/gg7wtABBI8LPeRGKhPPjAoqmVFCATtIjWdbB824YAXYcejkLNl01wkoI9tEfsctUD+ucEmh1wBsyjKlwKD0uCLNhPspHcbr8D3xb/CvSlWwoPFBvaoB2lhYd4RaY9WbsLVHQsKAKs9KA8tzFyDBkTsQFk5OTXXnSQpy41wCLwYLWCgdsmVX4NPszDKEP9+VbOGipBzP+GFnRx6jK2YaCtCIEAkMPpydB2W+cG0lvAqnpqCaqkAQCAeL1ekn5hVyyqXMZGfPtILW1O8nZU18Sz8D3pKXrQgxOTEENma8UHlqZaoPjaQf2Xa9DRkYGLg01Y5x6hQP5X0OrPIMu+SU0chBzmG5YU7Puq5wyLcCq1Sv+smk276/J243O55exqf0rnO87g29y9iCfvopIkIE0NQp9MgsxOACD9mad0+ksmhHEil27d/y0ava6yt8r2vpM9FysKarCFm06+OATSKEwCo0RGNMkyJwC0deKZHHktxj3n2X691Fou92+2FpsbDajsSxJjgDqXrTeSEWpOnmrmQchFCJUAQbk7Wv+TxD3dHW2uPTa13RslJ+kpFCaJC0dAwVRIJy6K1GRx9hU3t33mZmYHATQtOEAAAAASUVORK5CYII='); } .mca-helplink-icon { width: 16px; height: 16px; padding-left: 2px; padding-right: 2px; float: left; background-repeat: no-repeat; background-image: url('data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAAPAA8DASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDQsvC+r61D9rtrRLndt8yWTy9zOVDMSWOSTnOfen634ev/AAtPM6SCNxHut7q3URN95QcEcg4Ygj3rZRnsF+yjUprV4sJJHHLIuHACnO3g9OtOvFm8RXMyi5W6vJ02RRqCoVQQxA3AADAJ96+eTjayT5rngqjG2l+Y/9k='); } </style> <script type="text/javascript"> function getEvent(e) { if(!e) return window.event return e; } function replaceClass(element, originalClass, replacementClass) { element.className = element.className.replace(originalClass, replacementClass); } function hasClass(element, className) { return (element.className.indexOf(className) > 0); } function toggle(e, elementId) { // Swap the toggle icon up or down if (hasClass(e.target, 'mca-toggle-icon-expand')) { replaceClass(e.target, 'mca-toggle-icon-expand', 'mca-toggle-icon-collapse'); } else if (hasClass(e.target, 'mca-toggle-icon-collapse')) { replaceClass(e.target, 'mca-toggle-icon-collapse', 'mca-toggle-icon-expand'); } // Swap the corresponding element visible / invisible var element = document.getElementById(elementId); if (element.style.display == 'none') { element.style.display = ''; } else { element.style.display = 'none'; } } </script>
Testing Outlook connectivity.
The Outlook connectivity test completed successfully.
Additional Details
Elapsed Time: 33700 ms.
Test Steps
Testing RPC over HTTP connectivity to server lvm.<my domain="" proxy=""></my>
RPC over HTTP connectivity was verified successfully.
Additional Details
HTTP Response Headers: Content-Type: text/html Server: Microsoft-IIS/7.5 WWW-Authenticate: Negotiate,NTLM X-Powered-By: ASP.NET Date: Wed, 07 Sep 2016 17:42:01 GMT Content-Length: 58
Elapsed Time: 33700 ms.
Test Steps
Attempting to resolve the host name lvm.<my domain="" proxy="">in DNS.</my>
The host name resolved successfully.
Additional Details
IP addresses returned: 209.203.78.18
Elapsed Time: 541 ms.
Testing TCP port 443 on host lvm.<my domain="" proxy="">to ensure it's listening and open.</my>
The port was opened successfully.
Additional Details
Elapsed Time: 431 ms.
Testing the SSL certificate to make sure it's valid.
The certificate passed all validation requirements.
Additional Details
Elapsed Time: 604 ms.
Test Steps
The Microsoft Connectivity Analyzer is attempting to obtain the SSL certificate from remote server lvm.<my domain="" proxy="">on port 443.</my>
The Microsoft Connectivity Analyzer successfully obtained the remote SSL certificate.
Additional Details
Remote Certificate Subject: CN=autodiscover.<my domain="" proxy="">, O=<my company="" name="">, L=Livermore, S=California, C=US, Issuer: CN=Entrust Certification Authority - L1K, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US.</my></my>
Elapsed Time: 563 ms.
Validating the certificate name.
The certificate name was validated successfully.
Additional Details
Host name lvm.<my domain="" proxy="">was found in the Certificate Subject Alternative Name entry.</my>
Elapsed Time: 1 ms.
Certificate trust is being validated.
The certificate is trusted and all certificates are present in the chain.
Test Steps
The Microsoft Connectivity Analyzer is attempting to build certificate chains for certificate CN=autodiscover.<my domain="" proxy="">, O=<my company="" name="">, L=Livermore, S=California, C=US.</my></my>
One or more certificate chains were constructed successfully.
Additional Details
A total of 1 chains were built. The highest quality chain ends in root certificate CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US.
Elapsed Time: 12 ms.
Analyzing the certificate chains for compatibility problems with versions of Windows.
Potential compatibility problems were identified with some versions of Windows.
Additional Details
The Microsoft Connectivity Analyzer can only validate the certificate chain using the Root Certificate Update functionality from Windows Update. Your certificate may not be trusted on Windows if the "Update Root Certificates" feature isn't enabled.
Elapsed Time: 2 ms.
Testing the certificate date to confirm the certificate is valid.
Date validation passed. The certificate hasn't expired.
Additional Details
The certificate is valid. NotBefore = 3/22/2016 5:08:54 PM, NotAfter = 3/30/2019 5:38:54 PM
Elapsed Time: 0 ms.
Checking the IIS configuration for client certificate authentication.
Client certificate authentication wasn't detected.
Additional Details
Accept/Require Client Certificates isn't configured.
Elapsed Time: 926 ms.
Testing HTTP Authentication Methods for URL https://lvm.<my domain="" proxy="">/rpc/rpcproxy.dll?casarray.<my domain="" internal="">.com:6002.</my></my>
The HTTP authentication methods are correct.
Additional Details
The Microsoft Connectivity Analyzer found all expected authentication methods and no disallowed methods. Methods found: Negotiate, NTLM HTTP Response Headers: Content-Type: text/html Server: Microsoft-IIS/7.5 WWW-Authenticate: Negotiate,NTLM X-Powered-By: ASP.NET Date: Wed, 07 Sep 2016 17:42:01 GMT Content-Length: 58
Elapsed Time: 1078 ms.
Attempting to ping RPC proxy lvm.<my domain="" proxy="">.</my>
RPC Proxy was pinged successfully.
Additional Details
Elapsed Time: 932 ms.
Attempting to ping the MAPI Mail Store endpoint with identity: casarray.<my domain="" internal="">.com:6001.</my>
The endpoint was pinged successfully.
Additional Details
The endpoint responded in 237 ms.
Elapsed Time: 4233 ms.
Testing the MAPI Address Book endpoint on the Exchange server.
The address book endpoint was tested successfully.
Additional Details
Elapsed Time: 10743 ms.
Test Steps
Attempting to ping the MAPI Address Book endpoint with identity: casarray.<my domain="" internal="">.com:6004.</my>
The endpoint was pinged successfully.
Additional Details
The endpoint responded in 914 ms.
Elapsed Time: 4924 ms.
Testing the address book "Check Name" operation for user <my e-mail="">@<ourdomain.com>against server casarray.<my domain="" internal="">.com.</my></ourdomain.com></my>
Check Name succeeded.
Additional Details
DisplayName: Almes, Stevin, LegDN: /o=<my internal="" name="" netbios="">/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Almes, Stevin380</my>
Elapsed Time: 5818 ms.
Testing the MAPI Referral service on the Exchange Server.
The Referral service was tested successfully.
Additional Details
Elapsed Time: 7433 ms.
Test Steps
Attempting to ping the MAPI Referral Service endpoint with identity: casarray.<my domain="" internal="">.com:6002.</my>
The endpoint was pinged successfully.
Additional Details
The endpoint responded in 993 ms.
Elapsed Time: 4999 ms.
Attempting to perform referral for user /o=<my internal="" name="" netbios="">/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Almes, Stevin380 on server casarray.<my domain="" internal="">.com.</my></my>
We got the address book server successfully.
Additional Details
The server returned by the Referral service: casarray.<my domain="" internal="">.com</my>
Elapsed Time: 2433 ms.
Testing the MAPI Address Book endpoint on the Exchange server.
The address book endpoint was tested successfully.
Additional Details
Elapsed Time: 1250 ms.
Test Steps
Attempting to ping the MAPI Address Book endpoint with identity: casarray.<my domain="" internal="">.com:6004.</my>
The endpoint was pinged successfully.
Additional Details
The endpoint responded in 188 ms.
Elapsed Time: 184 ms.
Testing the address book "Check Name" operation for user <my e-mail="">@<ourdomain.com>against server casarray.<my domain="" internal="">.com.</my></ourdomain.com></my>
Check Name succeeded.
Additional Details
DisplayName: Almes, Stevin, LegDN: /o=<my internal="" name="" netbios="">/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Almes, Stevin380</my>
Elapsed Time: 1065 ms.
Testing the MAPI Mail Store endpoint on the Exchange server.
We successfully tested the Mail Store endpoint.
Additional Details
Elapsed Time: 5523 ms.
Test Steps
Attempting to ping the MAPI Mail Store endpoint with identity: casarray.<my domain="" internal="">.com:6001.</my>
The endpoint was pinged successfully.
Additional Details
The endpoint responded in 965 ms.
Elapsed Time: 4956 ms.
Attempting to log on to the Mailbox.
We were able to log on to the Mailbox.
Additional Details
Elapsed Time: 567 ms.

Cannot open 2010 mailbox from 2013 deployment in OWA- HTTP 500 error

$
0
0

Trying to deploy Exchange 2013 into a 2010 environment. Everything works better.... until I try to access a legacy mailbox from OWA 2013. I get a HTTP 500 error. If I open a mailbox on the 2013 server (CAS + MBX), it will open fine, but when I am in OWA 2013 and I try to log in to a mailbox that is still hosted on the 2010 (CAS+MBX) server, I get the HTTP 500 error. I have tried a number of different fixes and so far none have worked. Looking at Get-OutlookAnywhere, both servers are set to the following:

RequireSSLForInternalClients: False

RequireSSLForExternalClients: True

EnableSSLOffloading: true

InternalURI: mail.contoso.com

ExternalURI: mail.contoso.com

all authentication is set only to NTLM for external, internal and IIS (Nothing else listed for either server)

I have rebooted between settings changes, and also tried various types of IISRESET all to no avail.

If I use OWA from 2010, I can get to the mailboxes without issue.

Any idea how to resolve this issue? I need it to work during mailbox transitions.


Thanks!


Exchange ActiveSync doesn't have sufficient permissions

$
0
0

In one of our cas servers getting the following error.

Anybody have any idea why this error kindly share.

Exchange ActiveSync doesn't have sufficient permissions to create the "CN=a,OU=b-Administrators,DC=comany,DC=domain,DC=domain " container under Active Directory user "Active Directory operation failed on SRVINFDCDR01.kfupm.edu.sa. This error is not retriable. Additional information: Access is denied.
Active directory response: 00000005: SecErr: DSID-031521D0, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
".
Make sure the user has inherited permission granted to domain\Exchange Servers to allow List, Create child, Delete child of object type "msExchangeActiveSyncDevices" and doesn't have any deny permissions that block such operations.

Details:%3


Ashraf

Tracking log location for ActiveSync messages

$
0
0

So I was wondering if someone could help me locate the tracking logs for message sent via activesync? I am using Splunk to search the hub transport logs (C:\Program Files\Microsoft\Exchange Server\V14\TransportRoles\Logs\MessageTracking), and that is working fine. But I have noticed that it does not return any results when the message was sent via smartphone. A search via powershell finds the message, so I am thinking that traffic is stored in a different log?

Thanks,

Rich

no host record found for server in troubleshooting assistant

$
0
0

We are upgrading 2010 - 2016 following theseinstructions. I am at the point of testing mail flow between the two servers. 2016 can send email to 2010 users and the Internet. But 2010 cannot send email to 2016 users. The email just sits in the queue until it times out. I ran the troubleshooting assistant and it says the root cause is that it cannot find a host record for the 2016 server. However there is a host record and I can resolve it from the 2010 server via ping and nslookup.

Mail flow issues reported are Mail acceptance failure and SMTPSVC service status unknown.

Any help appreciated.


Don't sweat the hard stuff.&quot;

Public folders not discoverable from 365 within Hybrid setup Exchange 2010

$
0
0

Hi, 

I followed the following guide to try and make my onprem public folders discoverable to my Hybrid mailboxes:

https://technet.microsoft.com/en-in/library/dn249373%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396

The only step I could not complete was step 5 as this is a 2013 command. Te folders are still not discoverable despite the script saying it created active directory objects for them. Can anyone help please? 

Newbie - have priv1.edb & pub1.edb from Ex 2003 & need to move them into EX 2010

$
0
0

I am entirely new to this process.  I have Exch 2003 priv1.edb & pub1.edb files from previous install set up by an experienced IT.  Where do I put these files in a clean install of Ex 2010 sp1 on server 2008 r2?  Are they enough to restore data that I can access in exchange or is there something else I need to do to properly restore this data?

Thanks Chris

 



iPhone "mark all" emails read intermittantly working

$
0
0

I have Exchange 2010 and an iPhone running 9.3.3 and have had a long standing issue that I have been unable to resolve. I have a couple rules setup that move messages to other folders in the Exchange profile (not subfolders of the inbox), which I then skim the preview of the messages on my phone and would like to mark all as read from my phone. The issue is that all the emails become marked on my phone but the emails never get marked as read on the server/Outlook 2016 or OWA.

I recently decided to get to the bottom of the issue since I have seen it around since I was running iOS 8.1+ over a year and a half ago, so here is what I did.

I created a new folder and put a couple of unread emails in the folder via Outlook 2016 and waited for my iPhone to get the changes. Once it received the new folder and the emails, under 10, I marked all as read and it updated Outlook 2016 within 9 seconds. This was pivotal since it has been years since this has worked on the two previous folders I had ever tried to do this on.

I then moved all my emails (20,000+) from the previous unworking folder to this new folder, updated my Outlook rule that runs on the inbox and waited to see if it continued to work the next day, and it didn't.

I then created another new folder and moved a hand full of emails and tried marking all as read as I had done before and it worked. I then moved only 400 or so emails into this new folder (of which about 45 were unread), marked all as read, and again, it didn't work.

Has anyone seen this before? Any help would be greatly appreciated,

Nathan

Exchange2010 SP2 to SP3 upgrade fails

$
0
0

Received the following error when attempting to upgrade to SP3 from SP2. FYI- All pre-requisites checks passed and Schema Prep completed with no errors.

Error:

The following error was generated when "$error.Clear();

                initialize-ExchangeUniversalGroups -DomainController $RoleDomainController -ActiveDirectorySplitPermissions $RoleActiveDirectorySplitPermissions

 

" was run: "The well-known object entry with the GUID "70bf766e-de1c-4776-b193-758d1306c8fb", which is on the "CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=xxxxx,DC=xxx" container object's otherWellKnownObjects attribute, refers to a group "CN=Exchange All Hosted Organizations,OU=Microsoft Exchange Security Groups,DC=xxxxx,DC=xxx" of the wrong group type. Either delete the well-known object entry, or promote the target object to "Global, SecurityEnabled".".

 

The well-known object entry with the GUID "70bf766e-de1c-4776-b193-758d1306c8fb", which is on the "CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=xxxxx,DC=xxx" container object's otherWellKnownObjects attribute, refers to a group "CN=Exchange All Hosted Organizations,OU=Microsoft Exchange Security Groups,DC=xxxxx,DC=xxx" of the wrong group type. Either delete the well-known object entry, or promote the target object to "Global, SecurityEnabled".

Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.3.123.3&e=ms.exch.err.Ex88D115&l=0&cl=cp

 

Elapsed Time: 00:00:23

Any help is greatly appreciated.

Mike


Why is it not possible to search subfolders of publicfolders in on e step like in Mailboxes or Online Archive?

$
0
0

Then user advanced Serch in Outlook 2010 connected to Exchange 2010 or search in OWA I can include Subfolders in my search. Public folders this option is missing - why?

How to enable send on behalf permissions

$
0
0

I am trying to enable this function for a member of staff who has access to a generic mailbox and wants to be able to send mail from that mailbox. but it is failing with the following message: "The User has insufficient access rights"

Am I doing something wrong?  Can anyone help me with this please?

Cannot set External Link for EWS

$
0
0

Hi Guys

I need to set the External Link for the EWS directory so OOF would be managable out side of the office. 

First I run the command Get-webservicesvirtualdirectory | fl identity,internalurl,externalurl

And afterwards when I try to set an external link I always get the message that it couldnt find the Object 'SERVER\EWS <Default Web Site>'

I tried it with inverted commas, with out the "<Default Web Site>", with the domain after the servername and it just would not work. 

Can somebody help me? 

Problem with SearchQuery cmdlet

$
0
0

Hi all!

Having a problem searching emails with SearchQuery cmdlet.

The aim is to get only emails sent from B to A and nothing else.
Using key -SearchQuery 'To=A and From=B', gives emails with B in recipients and other emails having A and B in senders or recipients.
-SearchQuery 'To:А  From=В' gives the same result.
-SearchQuery 'To:А  From:В' gives error: "Keyword property is not supported.

The whole cmdlet: Search-Mailbox -Identity "mailbox" -SearchDumpster -SearchQuery 'To=A and From=B' -TargetMailbox "DiscoverySearchMailbox" -TargetFolder "A to B"  -LogLevel Full

How to force SearchQuery to get desired result?


Exchange 2010 - DistroGroup management

$
0
0

Hey Team, 

I/we need to be able to make it so users can manage their own distro groups - if they are set as "ManagedBy" for those specific groups. We keep getting the same "you dont have permissions to modify this group" error in outlook. 

I have already gone through and confirmed that the groups are set to managed by the desired user account and also verified that the correct RBAC settings have been applied. 

The user in question has the default assignment policy and in that policy the manage my own distro groups option is checked. We are in resource/mailbox forest environment. 

Thanks, 

Robert 


Robert

Viewing all 19214 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>