At my office we have a certificate renewal process that happens every other year. This year, we have a plan to document the location of all of the certificates that are installed on the servers to help the next time the renewal happens. So I have worked out a quick and simply one liner that will get all of the certificates installed on the server in the LOCALMACHINE\My certificate store.… Continue reading
Tag: Get-ChildItem
Revisiting the PowerShell Profile
I’ve posted about the PowerShell profile before but I didn’t really go in depth on it, so I wanted to revisit the subject to make sure that I address some of the points that I may have missed.
To find your PowerShell profile location, you can use PowerShell to list it.
This will bring back the directory %UserProfile%\Documents\WindowsPowerShell. … Continue reading