Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-MsrcCvrfDocument Not working #37

Closed
uwanve opened this issue Sep 3, 2018 · 4 comments
Closed

Get-MsrcCvrfDocument Not working #37

uwanve opened this issue Sep 3, 2018 · 4 comments

Comments

@uwanve
Copy link

uwanve commented Sep 3, 2018

PS C:\WINDOWS\system32> Get-MsrcCvrfDocument -ID '2017-Apr'
Get-MsrcCvrfDocument : Cannot retrieve the dynamic parameters for the cmdlet. Unable to get online
the list of CVRF ID
At line:1 char:1

  • Get-MsrcCvrfDocument -ID '2017-Apr'
  •   + CategoryInfo          : InvalidArgument: (:) [Get-MsrcCvrfDocument], ParameterBindingExcepti
     on
      + FullyQualifiedErrorId : GetDynamicParametersException,Get-MsrcCvrfDocument
    
@brbotalnik
Copy link

Same problem here.

@barborico
Copy link

This was a temporary API outage, so it should be working now. Sorry for the inconvenience!

@ESL482
Copy link

ESL482 commented Mar 14, 2019

Hi , i am also getting the same error from the last 3days...please help to solve this asap...

below is the error :
Get-MsrcCvrfDocument -ID $monthOfInterest -Verbose | Get-MsrcSecurityBulletinHtml -Verbose | Out-File c:\temp\MSRCAprilSecurityUpdates.html
Get-MsrcCvrfDocument : Cannot retrieve the dynamic parameters for the cmdlet. Unable to get online the list of CVRF ID
At line:1 char:1

  • Get-MsrcCvrfDocument -ID $monthOfInterest -Verbose | Get-MsrcSecurity ...
  •   + CategoryInfo          : InvalidArgument: (:) [Get-MsrcCvrfDocument], ParameterBindingException
      + FullyQualifiedErrorId : GetDynamicParametersException,Get-MsrcCvrfDocument
    
    

@msrcgit
Copy link

msrcgit commented Mar 14, 2019

Could be an issue with your API key. Try this:

Set-MSRCApiKey

Get-MsrcSecurityUpdate -Year 2019

If you run into problems, try to regenerate your API key by visiting:
https://portal.msrc.microsoft.com/en-us/developer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants