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 »
17
Dec
Posted by geekcroft in Active Directory, Windows 2003. Leave a Comment
A Quick overlay how to re-replicate NtFrs shares
Continue reading »
6
Oct
Posted by geekcroft in VBScript, Windows 2003, Windows 2008. Leave a Comment
Got a request from a support company, they have found multiple users who are not inheriting rights from above. These users are random, and he wanted a quick way to find (and therefore fix) the users effected. Screenshot below of the checkbox the users have mysteriously "unchecked";
So I created a little [...]
Continue reading »
18
Sep
Posted by geekcroft in Windows 2003, Windows XP SP2. Leave a Comment
Found an interesting bug regarding XP2 and Group Policies.
When you apply a Internet Explorer policy to a XP SP2 machine, it only works first time. Any subsequent updates to the policy forces it to actually receive “nothing” via GPO.
http://support.microsoft.com/kb/888254 has the fix, but you have to request it.
Also believe that after applying the fix (and [...]
Continue reading »
17
Sep
Posted by geekcroft in ADSI Edit's, Exchange 2003, Server 2003 SBS, Windows 2003. Leave a Comment
Come across a semi-interesting “bug” / “feature” this morning in Server 2003 SBS. Old product, I know, but meh who cares.
If you create a new user with the SBS Wizard, whilst you have a Recovery Storage Group configured (even if it is offline), it will default to creating (or attempting to as you will see) [...]
Continue reading »