|
|
 |
When creating our Windows 2000 setup we wrote a number of scripts and
configurations files we are happy to share with you. They are referenced
throughout this website.
| VBScript for setting ACLs |
 |

MS is not very forthcomming with tools to manipulate ACLs. There is
xcacls.exe, but it works only on files. So we write a little script
which does this gruesome task. Read more about this in our ACL section. Check out Helge Kleins setacl it is a much more complete implementation of what we try to achieve with the dacl script.
|

| Local Customisation for ntreg.dat |
 |

As described in Profile Management
document we are customizing the User Registry of the normal Default User.
And supply this customized registry as default for new users. In order to customize the registry
we log in and execute the .reg file listed above, logout again and then use the resulting ntreg.dat file
as default for new accounts. |

| Make sure CDROM is called R: |
 |

One of the minor nuisances with windows is, that drive letters tend to
change when ever you attache new devices to the system. To help this
sytuation we write the little script which makes sure that the CDROM
drive gets assigned drive letter R:. R: is sufficiently fahr away from
C: so that new devices which may get attached to the computer find
ample space in between.
|



| ISG::Win32::ActiveDirectory 1.3 |
 |

Using ADSI from within perl is rather pooly documented. Once you get
the hang of it, its quite simple to work from VBS or C++
documentation, but getting started is a bitch. Looking at our perl
module should give you ample inspiration. Read more about this in our
ADSI section.
|














|
 |