Welcome to Office Zealot Sign in | Join | Help

Browse by Tags

All Tags » AD Users   (RSS)

Authenticating the Current User in Active Directory

Anytime I can say "I can do that with one line of code!" I feel the need to share... I have a custom SharePoint web part that shows employee data in a datagrid. Recently, the client asked to have a couple of additional columns shown... only if the current
Posted by Mauro | 0 Comments
Filed under: , ,

Adding Extranet Users in Batches

A few weeks ago I posted some code to create an Active Directory user using a web service. If you try it, the code works great... once. After the first call, all subsequent calls fail. It turns out that there is a known bug in the .Invoke (associated
Posted by Mauro | 0 Comments