Search This Blog

Showing posts with label Microsoft. Show all posts
Showing posts with label Microsoft. Show all posts

Friday, July 17, 2009

Team Foundation Server Administration Tool

The TFS Admin Tool allows a TFS administrator to quickly add users to all three platforms utilized by Team Foundation Server: Team Foundation Server, Sharepoint, and SQL Reporting Services, all through one common interface. The tool also allows administrators to change the current permissions on any of the three tiers, identify any errors, and view all of the users and their permission sets across Team Foundation Server, Sharepoint, and SQL Reporting Services.

Features
TFS Admin Tool allows a TFS administrator to

  • Add, delete, and modify multiple user permissions from a TFS Team Project and apply them at the same time
  • Identify missing permissions from Sharepoint or SQL Reporting Services and correct them
  • View a log of permission changes that have occured
  • Define what Sharepoint and SQL Reporting Services permissions should be automatically used when creating a new TFS user


Requirements
In order to run the TFS Administration Tool, you will need the following components installed

  • .NET Framework 2.0
  • Administrative rights for the TFS Server, Sharepoint Server, and SQL Reporting Services server you wish to add users to The account that has the admin rights must be the same account you are running the Admin Tool from on your local machine.
  • A domain-based Team Foundation Server setup
  • Microsoft Visual Studio Team Foundation Server 2008 (server-based, not necessarily local)
  • Team Explorer 2008 installed locally


Download
Team Foundation Server Administration Tool

Microsoft Download Center - Developer Tools

http://www.microsoft.com/downloads/en/resultsForProduct.aspx?displaylang=en&productID=C0037913-9E11-4A2D-8FD1-0BA441296CBC

Saturday, June 6, 2009

.NET Framework Library Source Code

  1. Download and install this QFE.
  2. In Visual Studio goto Tools > Options > Debugging > General and turn off "Enable Just My Code" and turn on "Enable Source Server."
  3. Go to Symbols and add this URL http://referencesource.microsoft.com/symbols and a local cache path. Make sure "search only when symbols are loaded manually" is checked.
http://www.hanselman.com/blog/NETFrameworkLibrarySourceCodeAvailableForViewing.aspx

http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx

Friday, June 5, 2009

How to block Windows Live Mail Ads

  1. Start > Run > Cmd
  2. cd \Windows\System32\drivers\etc
  3. edit hosts
  4. add
    127.0.0.1 view.atdmt.com
    127.0.0.1 rad.live.com
  5. Save

http://www.mydigitallife.info/2007/02/04/block-hide-and-remove-windows-live-mail-ads/