I posted a short list of my most used tools at
http://blog.cjvandyk.com/p/essentials.html
This is not an exhaustive list but will be growing over time so be sure to bookmark it and check back every so often. 😎
Code forth
C
The SharePoint Knowledge Collection of Cornelius J. van Dyk, an 9 x SharePoint MVP
I posted a short list of my most used tools at
http://blog.cjvandyk.com/p/essentials.html
This is not an exhaustive list but will be growing over time so be sure to bookmark it and check back every so often. 😎
Code forth
C
Using Powershell it's pretty easy to get your thumbprint. To get the list of all certificates in the local machine wide store, use:
Get-ChildItem -Path Cert:LocalMachine\MY
To get the list of all certificates in for the currently logged on user, use:
Get-ChildItem -Path Cert:CurrentUser\MY
Happy coding!
C
Well, the time has finally come. It was evident when Microsoft started pushing everyone to WebHooks, but this FAQ and related announcement...