Quantcast
Channel: Windows PowerShell forum
Viewing all articles
Browse latest Browse all 21975

Windows Update is being shutdown for new portal

$
0
0

There are a number of clear impacts.

Read this article for impacts and the new method (RESTfull API) of accessing bulletins.

https://redmondmag.com/articles/2017/01/13/microsoft-replacing-security-bulletins-portal.aspx

MSRC Portal: https://portal.msrc.microsoft.com/en-us/security-guidance

Code samples:

#Get the Updates as XML
Invoke-RestMethod -Uri 'https://api.msrc.microsoft.com/Updates?api-Version=2016' -ContentType application/xml -Headers @{'Api-Key'='{api key}'}

#Get the Updates as JSON
Invoke-RestMethod -Uri 'https://api.msrc.microsoft.com/Updates?api-Version=2016' -ContentType application/json -Headers @{'Api-Key'='{api key}'}

#Get the CVRF with ID 2016-Nov as XML
Invoke-RestMethod -Uri 'https://api.msrc.microsoft.com/cvrf/2016-Nov?api-Version=2016' -ContentType application/xml -Headers @{'Api-Key'='{api key}'}

#Get the CVRF with ID 2016-Nov as JSON
Invoke-RestMethod -Uri 'https://api.msrc.microsoft.com/cvrf/2016-Nov?api-Version=201'6 -ContentType application/json -Headers @{'Api-Key'='{api key}'}


\_(ツ)_/



Viewing all articles
Browse latest Browse all 21975

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>