22
Jul
Posted by geekcroft in Active Directory, VBScript, Windows 2003, Windows 2008. Leave a Comment
Below is a script to find any users who have logon hours restricted (i.e. not set to “Allow Any Time”)
Don’t forget to generate an objects.txt by doing a “dsquery –user –l 0 > objects.txt” as per any of my other scripts.
strtextfile = "objects.txt" [...]
Continue reading »
28
Apr
Posted by geekcroft in Active Directory. Leave a Comment
I recently come across a question on EE about updating GAL entries (i.e. AD user attributes) via csv.
I wasn’t sure, so did a quick google.
There is a script (http://www.wisesoft.co.uk/scripts/vbscript_update_user_attributes_from_csv.aspx) that allows this. The instructions on the linked page are detailed enough, so take this as a reminder to me (and anyone who comes across this) [...]
Continue reading »
17
Dec
Posted by geekcroft in Active Directory, Windows 2003. Leave a Comment
A Quick overlay how to re-replicate NtFrs shares
Continue reading »