Comments on: Update to the Office 365 Message Center Digest Email Script https://practical365.com/update-office-365-message-center-digest-email-script/ Practical Office 365 News, Tips, and Tutorials Fri, 27 Apr 2018 03:10:17 +0000 hourly 1 https://wordpress.org/?v=6.3.2 By: Paul Cunningham https://practical365.com/update-office-365-message-center-digest-email-script/#comment-158336 Fri, 27 Apr 2018 03:10:17 +0000 https://www.practical365.com/?p=36997#comment-158336 In reply to Davis Parker.

I just use a distribution group.

]]>
By: Davis Parker https://practical365.com/update-office-365-message-center-digest-email-script/#comment-158325 Thu, 26 Apr 2018 18:30:32 +0000 https://www.practical365.com/?p=36997#comment-158325 Paul,

Your scripts are awesome. I have been using them for many years. I found one issue with the Office 365 Message Center Digest Email Script.

I wasn’t able to use the Get-MessageCenterDigest.xml file to send to multiple email addresses. I modified the code a bit to get this to work. If you have another suggestion please let me know.

$ToList = @()
$to=$settings.EmailSettings.To.split(“,”)
foreach ($t in $to) {
$ToList += @($t)
}

$smtpsettings = @{
To = if ($MailTo) { $MailTo } else { $ToList }

]]>
By: Vandrey Trindade https://practical365.com/update-office-365-message-center-digest-email-script/#comment-94797 Tue, 06 Jun 2017 11:07:16 +0000 https://www.practical365.com/?p=36997#comment-94797 In reply to Vandrey Trindade.

It’s working again! =]
Thanks!

]]>
By: Vandrey Trindade https://practical365.com/update-office-365-message-center-digest-email-script/#comment-94274 Mon, 05 Jun 2017 13:48:08 +0000 https://www.practical365.com/?p=36997#comment-94274 Paul Cunningham,

Hi, it seems that I’m not able to post new comments…
The New-SCSession is not working today…

]]>
By: Vandrey Trindade https://practical365.com/update-office-365-message-center-digest-email-script/#comment-43794 Fri, 17 Feb 2017 10:26:30 +0000 https://www.practical365.com/?p=36997#comment-43794 In reply to Paul Cunningham.

Paul,

Sorry then, LOL.
It was very helpful the second link!
Already made the changes and the mail is very styling now.
Thanks a lot once again. Great job!

]]>
By: Paul Cunningham https://practical365.com/update-office-365-message-center-digest-email-script/#comment-43474 Thu, 16 Feb 2017 22:10:38 +0000 https://www.practical365.com/?p=36997#comment-43474 In reply to Vandrey Trindade.

I just downloaded the file and it looks like the correct one to me.

The details of the changes are in this commit:
https://github.com/cunninghamp/Office365MessageCenterDigest/commit/c89de59c6cf262a73d73e39a919149654edfe30a

]]>
By: Vandrey Trindade https://practical365.com/update-office-365-message-center-digest-email-script/#comment-43398 Thu, 16 Feb 2017 18:15:49 +0000 https://www.practical365.com/?p=36997#comment-43398 Paul,

Thanks but, I tried that again right now and still has the same $htmlhead=”…” part as the old one… Is that section that has the formatting code, right?

]]>
By: Paul Cunningham https://practical365.com/update-office-365-message-center-digest-email-script/#comment-41257 Mon, 13 Feb 2017 23:24:25 +0000 https://www.practical365.com/?p=36997#comment-41257 In reply to Vandrey Trindade.

LOL, bloody hell I uploaded the wrong file. Fixed now. If you download it again from the TechNet script gallery it should have the updates.

]]>
By: Vandrey Trindade https://practical365.com/update-office-365-message-center-digest-email-script/#comment-41134 Mon, 13 Feb 2017 15:27:04 +0000 https://www.practical365.com/?p=36997#comment-41134 Hi,

I’ve got part of your script and modified to adapt to my environment.
Can’t find the part that Ryan Mitchell modified. It wasn’t supposed to be on the $htmlhead=”…” part? I checked and it’s the same with the new file and the old one.

]]>
By: Paul Cunningham https://practical365.com/update-office-365-message-center-digest-email-script/#comment-40838 Mon, 13 Feb 2017 02:51:34 +0000 https://www.practical365.com/?p=36997#comment-40838 In reply to Sheetal.

The Message Center notifications don’t seem to be categorized in that way, so I don’t see a way to exclude certain topics.

]]>