Script Install Jobs
Hi i have JCB catalog on my PC and i need someone expert who would install it on my PC Thanks
I need a powershell scrip to renew device certificates in all the stations in my environment using different credentials(Service Account) invoking from a list of machines in an CSV. Code that needs to run is: $cert = (Is Cert:LocalMachineMy | Where-Object{$ -eq 'CN=<FQDN of Computer>})[0]&certreq @('Enroll', '-machine', '-q', $, 'Renew', 'ReuseKeys')