I know this probably isn't the best of forums to post this. But since we're all talking about SCCM and this pertains to IBCM clients non-domain machines. I figured someone would know the answer.
Ok, I have a batch file to build an INF file and then run certreq. Everything works perfect, except I have to click OK on a popup dialog box. I've tried adding SILENT=TRUE in my INF file and it doesn't work, then I tried adding -q to my command like, still doesn't work. Here is my command line without the -q: CertReq -new -f c:\certs\system1.inf c:\certs\system1.req Here is my INF file without the Silent=true: [NewRequest] Subject="cn=%input%" KeyLength=2048 Exportable=TRUE MachineKeySet=TRUE KeySpec=1 ;key exchange KeyUsage=0xA0 [RequestAttributes] CertificateTemplate=ConfigMgrWorkgroupClientCertificate

