Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exam Questions - Batch files and Upgrading from NT4

Status
Not open for further replies.

kungpoo

Technical User
May 22, 2007
1
GB
Hi, this is a bit cheeky especially as I'm new here but I was wondering if anyone fancied helping me out for a minute, I've got an exam tomorrow and pretty much got all the content covered (it's really not that hard) but there are a couple of past questions I was hoping maybe I could get some input on from you guys. I have my own sketchy answers but anything you could add might really help me out :)

Thanks!!

---------

QUESTION 1 [10 Marks]

You are the new administrator for a medium sized company with 100 networked PCs using sensitive data with Internet access. The PCs are all running Windows 98SE connected to an NT4 server. The installations are from the original CDROM and use only share level security.

(i) What actions will you take to improve security immediately?

(ii) If you upgrade to Windows 2003 server, what changes must you make to the Windows 98 workstations and why?

(iii) How can this be done without upgrading the workstation hardware?

--------

QUESTION 2

Servers are generally managed from the command line. The following is an example of a command script that may be used on NT server.

1) FOR /F "eol=; tokens=1,2,3" %%i in (list.txt) do md users\%%i
2) FOR /F "eol=; tokens=1,2,3" %%i in (list.txt) do net user %%i %%j /add /fullname:"%%k" /homedir:\\nonsuch\users$\%i /profilepath:\\nonsuch\profile$\%%i
3) FOR /F "eol=; tokens=1,2,3" %%i in (list.txt) do netshare %%i$=e:\users\%%i
4) FOR /F "eol=; tokens=1,2,3" %%i in (list.txt) do rmt share \\nonsuch\%%i$ /grant %%i:f /remove everyone
5) FOR /F "eol=; tokens=1,2,3" %%i in (list.txt) do echo y cacls e:\users\%%i /g %%i:f

(c) Correct the errors in lines 2, 3, 4 and 5. [4]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top