Showing posts with label dotnet. Show all posts
Showing posts with label dotnet. Show all posts

Monday, August 30, 2010

WCF URL registration for users

If you are hosting a web service end point using a user (non administrative account), the url end point must be registered for that user. see http://go.microsoft.com/fwlink/?LinkId=70353.

Saturday, April 10, 2010

Programming on Microsoft Active Directory Using Microsoft .NET Framework

Programming AD system managment tasks is still a pain with .NET, you may do this if you are developing a sophisticaed customized management tool that is not available from the suite of native tool from Microsoft.

Querying Microsoft Active Directory Using Microsoft .NET Framework Library - CodeProject

Operations on AD using DotNet

Most administrators will simply script the tools. We have a choice of using
  1. VB/Java scipts
  2. PowerShell scripting with the AD module(only for Windows 2008 R2)
  3. DOS shell