Troubleshooting MP on SCCM 2012 R2

Hi!

These days I’m going to upgrade a SCCM 2012 R2 to SCCM 1511 CB.

Checking the environment I see problems with the Management Point.

Verifying the mpcontrol.log I saw errors like these:

Call to HttpSendRequestSync failed for port 80 with status code 500, text: Internal Server Error SMS_MP_CONTROL_MANAGER

Http test request failed, status code is 500, ‘Internal Server Error’. SMS_MP_CONTROL_MANAGER  584 (0x0248) STATMSG: ID=5436 SEV=E LEV=M SOURCE=”SMS Server” COMP=”SMS_MP_CONTROL_MANAGER

To fix it I give user rights over C:\Program Files\SMS_CCM\SMS_MP folder and enabled directory browsing on SMS_MP web directory.

To verify I went to http://localhost/sms_mp/.sms_aut?mplist and http://localhost/sms_mp/.sms_aut?MPCert. It showed info correctly.

Regards!

Mail Flow Statistics on Office 365

Hello,

Today my customer request me about outbound mail flow statistics on Office 365 for his tenant.

I used the following syntax:

Get-MailTrafficReport -AggregateBy hour -StartDate 05/06/2016 -EndDate 06/01/2016 -EventType goodmail -Direction outbound | select date,messagecount > c:\temp\StatisticsO365.txt

This is the output:

Date MessageCount
—- ————

06/05/2016 6:00:00 6
06/05/2016 7:00:00 6
06/05/2016 8:00:00 11
06/05/2016 9:00:00 9
06/05/2016 10:00:00 8
06/05/2016 11:00:00 15
06/05/2016 12:00:00 12
06/05/2016 16:00:00 1
06/05/2016 18:00:00 1
08/05/2016 16:00:00 1
09/05/2016 6:00:00 12
09/05/2016 7:00:00 16
09/05/2016 8:00:00 13
09/05/2016 9:00:00 14
09/05/2016 10:00:00 11
09/05/2016 11:00:00 15

Regards!