0

End of TMG 2010 Support – T Minus 1 Year

At this point we are now one year away from the end of Threat Management Gateway (TMG) 2010 support.  Many of Exchange administrators and architects will need to look at alternative solutions for publishing and securing Exchange, though this should have previously instigated.

TMG 2010 will exit out of extended support on the 14th of April 2020.  Please plan accordingly.

 

Forefront Threat Manage

Read the rest “End of TMG 2010 Support – T Minus 1 Year”
0

Exchange 2010 SP3 RU27 Released

Today is patch Tuesday for April 2019 and contains a security advisory bulletin for Exchange 2010.  Due to the way that Exchange 2010 is serviced, security updates are released as a new update rollup (RU).  Separate updates were also released for Exchange 2013, Exchange 2016 and Exchange 2019.

Download Exchange 2010 SP3 RU27

This is build 14.03.0452.000 of Exchange 2010, and KB 4491413 has the full details for the release.  The upd… Read the rest “Exchange 2010 SP3 RU27 Released”

0

Quick Tip – Get Unique Instances In PowerShell

To remove duplicates using PowerShell is exceedingly straightfroward.  However, I have a habit of forgetting the cmdlet so parking this here for future reference.

For example, we can use the Get-Unique cmdlet or  Select-Object -Unique parameter.

 

Get-Unique

As  a simple example:

 

The Get-Unique cmdlet compares each item in a sorted list to the next item, eliminates duplicates, and returns only… Read the rest “Quick Tip – Get Unique Instances In PowerShell”