Windows11: RDP cert install not work without wmic

hi,

i use CertifyTheWeb for create valid certbot Certs and install them for RDP use on my Windows2019 Home Server.

This works fine, but now i want use it on my Win11 Machine, but the RDP cert install failed, because of removed wmic in latest Windows11.

  • Windows 11 Pro 24H2 build 26100.6725
  • i tried CertifyTheWebSetup v6.1.9, 7.0.9 and 7.0.10 without success.

WMIC was deprecated way back in 2016. Use Powershell instead.

I tried to install wmic with
DISM /Online /Add-Capability /CapabilityName:WMIC
but i become an error too:

Is the problem known?
Will it be fixed?

edit: found a issue: Feature Request: Remove the WMIC dependency · Issue #682 · webprofusion/certify · GitHub

Thanks, yes interested in seeing if you can get a working script Scripting | Certify The Web Docs that works both for legacy and current RDP Listener installs, otherwise we have to leave that scripting as an exercise for the user.