How to find software lifecycle policy dates for major vendors

Case #

Each software vendor provides a lifecycle policy for its products and services. The lifecycle policy dictates until when a product or service is fully supported, including software updates and patches. The software lifecycle policy also determines what is the end date for supporting the software and for providing updates and patches. In some cases there is an extended support period which goes beyond the standard product support period. The date beyond which a product goes out of support is called end of support. The date beyond which a product is fully deprecated and no longer installed or updated is called end of life. This article provides guidance on how to find software lifecycle policy dates for major vendors.

The article provides a few quick hints to assist you in determining the End of Life (EOL), End of Support (EOS) and End of Extended Support (EOES) dates for all major vendor software applications. This article also provides guidance on how to detect and resolve end of life issues in Windows.

Solution #

The following website keeps an updated record of the software lifecycle policies of all major software vendors. It provides the EOL, EOS and EOES dates by product category and product name.

https://endoflife.date

To track down more detailed software lifecycle policy information for a particular product or service, it is advisable to consult the respective vendor's documentation. A few notable examples are the following:

How to detect and resolve end of life issues in Windows #

In order to detect and resolve end of life issues in Windows, carry out the following steps.

  • Create an inventory of all your Active Directory domain or workgroup computers (including both servers and workstations) by running the following Powershell cmdlet.

Get-AdComputer -filter * -Properties * | Select Name, OperatingSystemVersion | Sort-Object OperatingSystemVersion

Sources #

https://docs.microsoft.com/en-us/lifecycle/faq/windows

https://docs.microsoft.com/en-us/windows-server/get-started/windows-server-release-info

https://docs.microsoft.com/en-us/windows/release-health/

https://docs.microsoft.com/en-us/windows-server/get-started/servicing-channels-comparison

https://docs.microsoft.com/en-us/windows/release-health/release-information

Powered by BetterDocs