WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
    • VMware Cloud Foundation 9.1
    • VMware Cloud Foundation 9.0
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple
You are here: Home / Uncategorized / Programmatically interact with the Broadcom Product Lifecycle Portal

Programmatically interact with the Broadcom Product Lifecycle Portal

01.01.2026 by William Lam // 2 Comments

Happy New Year! ๐ŸŽ‰ Kicking off 2026 with my first blog post of the year ๐Ÿ˜

Customers can use the Broadcom Product Lifecycle portal to search for products across the seven Broadcom Software Divisions and view their current support status: Supported, Unsupported, End of Service (EOS), or End of Life (EOL).

While the product lifecycle portal is straightforward to use, there are customer use cases for retrieving this information for automation purposes, such as updating an internal change management database (CMDB) to performing an inventory of your deployed Broadcom software to understand which versions might could be affected from a support standpoint.

To demonstrate the use of the Broadcom Product Lifecycle API, I have created a simple PowerShell function called Get-BroadcomProductLifecycle which should make it easy to programmatically retrieve a given Broadcom product and understand its current support information.

Step 1 - Download the BroadcomProductLifecycle.ps1 PowerShell script to your local system. You will need to source the file to use the Get-BroadcomProductLifecycle function

. ./BroadcomProductLifecycle.ps1

Step 2 - When you first use the Get-BroadcomProductLifecycle function, you will need to select the desired Broadcom Division and you can hit the "tab" key to have it automatically list out the values as you can see from the screenshot below.


Once the -Division parameter has been specified, it will use that to provide a filter list of Products which you can hit the "tab" key to have it automatically list out the values as you can see from the screenshot below.


You will need to copy the desired product string and provide that to the -Product parameter. Here is the output usingย the example Get-BroadcomProductLifecycle -Division VCF -Product "VMware Cloud Foundation" will show all supported components.


You can also filter the results further by using the -Support parameter and choose from one of the fixed default filters (again, you can tab out options):

  • EOS in 6 months
  • EOS in 12 months
  • EOL in 6 months
  • EOL in 12 months

For example, we can search for all components that will be end of support in the next 12 months for the "VMware Cloud Foundation" product by using the following command:

Get-BroadcomProductLifecycle -Division VCF -Product "VMware Cloud Foundation" -Support 'EOS in 12 months'

Categories // Uncategorized

Comments

  1. *protectedPatrick says

    01/01/2026 at 9:12 am

    Nice!

    Reply
  2. *protectedZachary says

    01/04/2026 at 5:56 pm

    Thanks, William - great script to add to the tool bag!

    Reply

Thanks for the comment!Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • VCF 9.1 - OCuLink External Graphics (eGPU) Passthrough with vSphere Kubernetes Service (VKS) 06/12/2026
  • VCF 9.1 - Quick Tip: Uninstalling Optional Day-N Components 06/11/2026
  • VCF 9.1 - Deploying VCF Operations for Networks to non-Management Network 06/10/2026
  • VCF 9.1 - Quick Tip: Forgot to Retrieve Auto-Generated Passwords from VCF Installer? 06/09/2026
  • VCF 9.1 - Configuring vSphere Supervisor to use VCF Identity Broker (IDB) for External Identity Federation 06/08/2026
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.

To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2026

Loading Comments...