p0w3rsh3ll
p0w3rsh3ll
Hello, Nice request and idea. Currently, known issues have their dedicated page each month. Ex: https://msrc.microsoft.com/update-guide/en-us/releaseNote/2020-Nov We can also see in the recent blog post https://msrc-blog.microsoft.com/2020/11/09/vulnerability-descriptions-in-the-new-version-of-the-security-update-guide/ that a known issue...
@tcox8 Hey, I've added the 'known issue' info to 2 functions. Can you have a look and test it? Currently , you need to download to the module from Github...
> Here is what I am running: `$cvrfDoc = Get-MsrcCvrfDocument -ID '2020-Nov'` You need to use first your API key and the cmdlet ```powershell Set-MSRCApiKey -ApiKey "" -Verbose ``` You...
Ok, if you had an error some hours ago, it looks like there was a backend/server issue. Have a look at issue #75 api.msrc.microsoft.com returns Internal Server Error. With your...
Hi, Thanks for reporting it. Yes, it's closed and has been replaced by Microsoft Q&A: https://docs.microsoft.com/en-us/answers/products/ As far as I can tell, there's no tag or dedicated "forum" for _securityupdateguide_...
Ok, I see. The problem is that there's a typo on the 2nd command when you define the month of interest variable. There's an extra 'e'. When you use the...
I had a look at the cmdlet, the dynamic parameter block and what it does. It uses the defined api-key to call a private function [Get-CVRFID](https://github.com/microsoft/MSRC-Microsoft-Security-Updates-API/blob/master/src/MsrcSecurityUpdates/Private/Get-CVRFID.ps1) . If the call...
Troubleshooting is never a waste of time. I'll try to modify the error message so that anyone can immediately know why it fails. I concur after seeing the error message,...
> Everything appears to be working well and looks great. Is there an option to list only updates WITH known issues? My end goal is to create a monthly document...
It's a specific problem related to AzureAutomation. Like you said, it seems to be unable to handle the Verbose stream.