aweston Posted January 20, 2021 Posted January 20, 2021 Is there a report that we can use to list the certificates that are installed on a workstations trusted certificate store?
WYE Posted January 21, 2021 Posted January 21, 2021 Hi, There isn't a report as such to list the certificates in a store. You could write a script to gather this using PowerShell, however its the storing of the data that would be difficult. It's possible to put data into a Custom Field, and then run a report on that Custom Field - however depends on what you want to see from your certificate store. If you just want to know just about one certificate for example, then you could run your PowerShell and drop the answer into a single custom field. If however you want to know about multiple, the custom field i don't think would work very well here - it's better for storing a single item of data. Custom Fields Help Doc - Introduction to Custom Fields | Pulseway Help Center (intercom.help Hope this helps
aweston Posted January 22, 2021 Author Posted January 22, 2021 Thanks for the info. I have changed my direction on this and in place of looking to see who has a specific certificate, I am just trying to push it out and install. Using Pulseway, I can get the file delivered to the remote workstations but installing I am running into a problem on my script. I cannot seem to get the PowerShell script to install under elevated privilege's. Once I can resolve this, my task should be working.
WYE Posted January 25, 2021 Posted January 25, 2021 Is it down to your PowerShell Inheritance config within Pulseway agent? Remember, by default Pulseway agent runs as "SYSTEM" - you may need to enable impersonation so it runs as a domain user or a whatever. Not sure, but that would be my first suspicion.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now