Enterprise Framework

Software Solutions in the Enterprise

How To : Microsoft : Windows 7 : Certificate : Permissions

Managing Permissions for Certificates on Windows 7


While doing development on a Windows 7 system you may need to use a certificate.  If you use a certificate, you will need to assign yourself the correct permissions to use it. In the below example I assign permission to the Network Service account and myself. Previously you would have use the WSE 3.0 Certificates Tool to assign permissions.  Now you can use MMC Certificates Snap In

After you run MMC >Certificates Add In

  1. Right click on the Certificate > All Tasks > Manage Private Keys
  2. Assign Network Service and Your self permissions to the certificate  

How To : Microsoft : TFS (Team Foundation Server) : Get check-ins for a specific user using TF.exe command line

Visual Studio 2013 Commands:

All Check Ins for a specific user
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\TF.exe" history $/ /user:RAmiscaray /recursive  /noprompt

All Check Ins for a specific user from Start Date (5/17/2014) to End Date (5/31/2014)
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\TF.exe" history $/ /user:RAmiscaray /recursive /noprompt /v:D5/17/2014~D5/31/2014