Tray on the Web
The Ramblings of an IIS/SharePoint Admin, Music Lover, and Margarita Connoisseur

Enabling Windows Authentication on IIS 7

Tuesday, January 06, 2009 4:10 PM

This article has been moved to my new blog at http://trayontheweb.com



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Feedback

# re: Enabling Windows Authentication on IIS 7

Post was helpful! 6/29/2011 8:39 AM | Rajeev

# re: Enabling Windows Authentication on IIS 7

Thanks :-) 7/18/2011 4:12 AM | Milda

# re: Enabling Windows Authentication on IIS 7

I'm using windows 7 and it won't let me install the feature because ServerManagerCmd.exe was removed in w7 (see http://technet.microsoft.com/en-us/library/ee681714%28WS.10%29.aspx)
Do you know another opportunity to add feature without using the gui? 8/4/2011 1:58 AM | ronny47

# re: Enabling Windows Authentication on IIS 7

Hey Ronny, on Windows 7 you can accomplish this by using pkgmgr.exe. Just open an elevated command prompt and run the following:

pkgmgr.exe /iu:IIS-WindowsAuthentication

It won't provide any feedback, but should complete within a few seconds. You can open IIS and look for Windows Authentication under the Authentication feature to confirm. 8/4/2011 9:08 AM | Tray

Post a comment