hi I try to get a certificate from the pending section to the issued section I don't find any code in PowerShell that make this req
i hope that u guys can help
hi I try to get a certificate from the pending section to the issued section I don't find any code in PowerShell that make this req
i hope that u guys can help
Hi,
You may use certutil to get the pending certificate request.
certutil -view -restrict disposition=9 -out requestID
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
10 people are following this question.