Single Server, No Domain & Active Directory
currently i'm running server 2008 r2 without active directory installed. everything perfect except i'd use active directory limit logon times of users. i don't want mess have going now, not sure active directory role install or if should. when go add roles, see following:
active directory certificate services
active directory domain services
active directory federation services
active directory lightweight directory services
active directory rights management services
thanks,
kevin
hi kevin,
if goal limit logon times, not need active directory that. can keep things way , set allowed logon times using command line. examples:
1. limit user jsmith monday through friday, 10am 2pm:
net user jsmith /times:monday-friday,10am-2pm
2. limit user bjones monday 8am 5pm , tuesday 3pm 11:00pm:
net user bjones /times:monday,8am-5pm;tuesday,3pm-11:00pm
3. limit user mfields monday 1pm 9pm , tuesday through friday 9am 5pm:
net user mfields /times:monday,1pm-9pm;tuesday-friday,9am-5pm
4. allow user jhenderson logon time (default):
net user jhenderson /times:all
-tp
Windows Server > Windows Server General Forum
Comments
Post a Comment