Azure Function for looking up Windows (Desktop and Server) support dates.
Check out Doug Finke's Awesome Powershell Azure Functions.
- Install .NET Core SDK 2.2+ (required by Azure Functions Core Tools and available on all supported platforms).
- Install version 2.x of the Azure Functions Core Tools.
git clone https://github.com/Windos/WinSupport.git- cd
WinSupport func start- Paste into a browser
http://localhost:7071/api/GetDesktopSupportDate?Version=6.3
Thanks to @dfinke for the README inspiration.