A
Adrian Marsh
Hi,
Sorry for the cross-post, but I've a bunch of questions covering a range
of topics. I've posted some of these independantly to seperate groups in
the past, but haven't had answers to some (and I didn't understand the
others...) Hope you can help...
Setup: test network at present, Currently 1 W2K AS DC/DNS/DHCP. W2K
Pro/XP only clients. Real network will be only 1/2 user ids spread over
about 50-60 clients, one domain.
1) Script Replication - Do the W2K Login scripts in Group Policies get
automatically synced across DCs ? I know NT4 didn't.
2) Admin of local Clients - I've a Domain "Lab", under that I've the
standard Container for Builtin, and a labadmin user defined. Then theres
a test OU, with its own test\testlaptop1,2,3 computers and test\testuser
user.
I want the testuser user to be local Administrator of the testlaptops
themselves, but not of the Domain or test OU itself. If I make
test\testuser part of the Lab\Builtin\Administrator group then won't
they be "admins" of the whole Domain?? How can I do what I want here ?
I think the answer is something to do with Restricted groups, but
haven't quite got the concept..
3) Login scripts - I've a bunch of various apps I need installed on
each testlaptop, everything from Office 2k to mcafee to DrTcpIp. I've
written some .bat login scripts that will do the job of installing,
logging and uninstalling/running the setup.exe, etc. But I'm wondering
if its worth my while trying to put these into .zap scripts. I don't
have any 95/98/NT4 clients, 2000 and XP only. Opinions??
BTW: When do .msi/.zap installations run - at login only ??
4) Start vs CMD - My initial script will be "hidden" so that I can
guarantee the sub-scripts run. My Logon scripts execute Start "with
params" to install the above apps, actually running another .bat script
first. This leaves the CMD window open at a prompt (because Start calls
CMD with a /K option). If I put an "exit" at the end of the Start'ed
..bat script then the window closes in error (I hear a beep when Login
finishes). I want my master login script to kick off "about to
install..." messages windows before kicking off the actual setup.exe
runs- whats the best method? I can live with the beeps, but I must be
missing something...
5) Protected Windows - When the above .bat scripts are running, I see
that they can actually be "closed" by the user, prior to completion. Any
way of disabling the "close window" buttons during Logon ?
6) Disable local PC logins - I'd like to disable the ability to login
locally on a client PC, except with a Domain ID, but I think that'l
conflict with 2) above where users have admin rights. Once a PCs added
to the domain I'd like to remove the "testlaptopX" from the drop down
Domain selection list at the login prompt. If I can't do that, then I
need a way of automatically removing all logins except the Administrator
login, and then a way of changing the Administrator login password.
7) Midnight scripts - Most of the PCs in the domain will remain logged
on. I'd like to have each PC run a script at midnight to check for
updated s/w installs. I've experimented with Scheduled tasks, but hit
authentication issues. Can AD help with this??
8) Auto lock - Whats the GPO for having the PC auto-lock after xx
minutes?? - buggered if I can find it.
9) Timezone - I've got the SNTP working, and I've put a net time /domain
/set /y command in the login scripts, but I can't figure out how to
force the clients to use a specific timezone - any advice ??
10) SUS Reboots - I've got SUS services and Autoinstall running. I can't
have the PCs auto-reboot straight after install, only when users aren't
doing critical work, so it'll pop-up with the "should reboot to
continue..." message at present. Is there any way of seeing which PCs
have been rebooted after install?? Or forcing a reboot if, say, that PC
hasn't been rebooted within 7 days after install. I'll be logging
within the Login scripts so I could tell manually which PCs have been
rebooted, but is there a way of automating it?
11) SUS Reboots 2 - Within SUS, does the white-paper says the above
no-reboot settings apply when a user is logged in. Does that mean that
when a PC is left at the login screen that it will auto-reboot anyway??
12) Finally - I'm trying to figure out which is the best starting point
for Microsoft training courses. I'm reading books, online, etc on AD,
DNS and DHCP, but when i try to see what course/certificate to try and
start with I get lost... MVP vs MSFT... and can anyone recommend a good
company for this in the UK?
Ok, thats all I can think of. Come on you MVPs and MSFTs... see if you
can meet the challenge...
Ta v. much.
Adrian
Sorry for the cross-post, but I've a bunch of questions covering a range
of topics. I've posted some of these independantly to seperate groups in
the past, but haven't had answers to some (and I didn't understand the
others...) Hope you can help...
Setup: test network at present, Currently 1 W2K AS DC/DNS/DHCP. W2K
Pro/XP only clients. Real network will be only 1/2 user ids spread over
about 50-60 clients, one domain.
1) Script Replication - Do the W2K Login scripts in Group Policies get
automatically synced across DCs ? I know NT4 didn't.
2) Admin of local Clients - I've a Domain "Lab", under that I've the
standard Container for Builtin, and a labadmin user defined. Then theres
a test OU, with its own test\testlaptop1,2,3 computers and test\testuser
user.
I want the testuser user to be local Administrator of the testlaptops
themselves, but not of the Domain or test OU itself. If I make
test\testuser part of the Lab\Builtin\Administrator group then won't
they be "admins" of the whole Domain?? How can I do what I want here ?
I think the answer is something to do with Restricted groups, but
haven't quite got the concept..
3) Login scripts - I've a bunch of various apps I need installed on
each testlaptop, everything from Office 2k to mcafee to DrTcpIp. I've
written some .bat login scripts that will do the job of installing,
logging and uninstalling/running the setup.exe, etc. But I'm wondering
if its worth my while trying to put these into .zap scripts. I don't
have any 95/98/NT4 clients, 2000 and XP only. Opinions??
BTW: When do .msi/.zap installations run - at login only ??
4) Start vs CMD - My initial script will be "hidden" so that I can
guarantee the sub-scripts run. My Logon scripts execute Start "with
params" to install the above apps, actually running another .bat script
first. This leaves the CMD window open at a prompt (because Start calls
CMD with a /K option). If I put an "exit" at the end of the Start'ed
..bat script then the window closes in error (I hear a beep when Login
finishes). I want my master login script to kick off "about to
install..." messages windows before kicking off the actual setup.exe
runs- whats the best method? I can live with the beeps, but I must be
missing something...
5) Protected Windows - When the above .bat scripts are running, I see
that they can actually be "closed" by the user, prior to completion. Any
way of disabling the "close window" buttons during Logon ?
6) Disable local PC logins - I'd like to disable the ability to login
locally on a client PC, except with a Domain ID, but I think that'l
conflict with 2) above where users have admin rights. Once a PCs added
to the domain I'd like to remove the "testlaptopX" from the drop down
Domain selection list at the login prompt. If I can't do that, then I
need a way of automatically removing all logins except the Administrator
login, and then a way of changing the Administrator login password.
7) Midnight scripts - Most of the PCs in the domain will remain logged
on. I'd like to have each PC run a script at midnight to check for
updated s/w installs. I've experimented with Scheduled tasks, but hit
authentication issues. Can AD help with this??
8) Auto lock - Whats the GPO for having the PC auto-lock after xx
minutes?? - buggered if I can find it.
9) Timezone - I've got the SNTP working, and I've put a net time /domain
/set /y command in the login scripts, but I can't figure out how to
force the clients to use a specific timezone - any advice ??
10) SUS Reboots - I've got SUS services and Autoinstall running. I can't
have the PCs auto-reboot straight after install, only when users aren't
doing critical work, so it'll pop-up with the "should reboot to
continue..." message at present. Is there any way of seeing which PCs
have been rebooted after install?? Or forcing a reboot if, say, that PC
hasn't been rebooted within 7 days after install. I'll be logging
within the Login scripts so I could tell manually which PCs have been
rebooted, but is there a way of automating it?
11) SUS Reboots 2 - Within SUS, does the white-paper says the above
no-reboot settings apply when a user is logged in. Does that mean that
when a PC is left at the login screen that it will auto-reboot anyway??
12) Finally - I'm trying to figure out which is the best starting point
for Microsoft training courses. I'm reading books, online, etc on AD,
DNS and DHCP, but when i try to see what course/certificate to try and
start with I get lost... MVP vs MSFT... and can anyone recommend a good
company for this in the UK?
Ok, thats all I can think of. Come on you MVPs and MSFTs... see if you
can meet the challenge...
Ta v. much.
Adrian