How to easily sign PowerShell scripts
In VSCode there is currently no builtin feature, nor extension to assist us in signing PowerShell code…
In VSCode there is currently no builtin feature, nor extension to assist us in signing PowerShell code…
When you submit a certificate request you may encounter the following error: Certificate Request Processor: The system cannot find the file specified. 0x80070002 (WIN32: 2)
In fact, you have three possibilities: Domain Controller (Windows Server 2000) Domain Controller Authentication (Windows Server 2003) Kerberos Authentication (Windows Server 2008 and above) This explanation comes from Russell Tomkins a Microsoft Premier Field Engineer in a very good post which you can find here: Creating Custom Secure LDAP Certificates for Domain Controllers with Auto […]
When you install a SCOM certificate for a standalone server or a gateway, you may get the following error: To solve this issue: 1. Copy the computer name from the error message 2. Paste it into the Subject attribute of your Certificate Request 3. Paste it also into the Subject Alternate Name section. Please note […]
Problem When you submit a certificate request you get the following error message: Certificate not issued (Denied) Denied by Policy Module The DNS name is unavailable and cannot be added to the Subject Alternate name. 0x8009480f Certificate Request Processor: The DNS name is unavailable and cannot be added to the Subject Alternate name. 0x8009480f (-2146875377) […]