简体   繁体   中英

Updating Logon Hours on a user using C# System.DirectoryServices (windows 2008 Active Directory library)

这是工作日的小时访问表……我该怎么办?

Check out this thread on Directory Programming.NET - that's the best information I've found so far (and I've been looking for a while!).

http://directoryprogramming.net/forums/thread/6194.aspx

There's also an article on CodeProject - LoginHours from DirectoryEntry as a boolean array - that shows to a certain degree how to work with logon hours from a DirectoryEntry object.

Here's another post which shows how to set the logon hours in Java - might be helpful, too, just to see how they do it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM