Updating Logon Hours on a user using C# System.DirectoryServices (windows 2008 Active Directory library) -
This week has hours of access tables ... how can I do this?
Directory Programming. See this thread on the net - this is the best information so far (and I have one while!).
There is also an article on CodeProject - which shows a certain degree of how logon hours work from a DirectoryEntry
object.
Here's how to set logon hours in Java - this can also be useful, to see how they do it.
Comments
Post a Comment