|
Microsoft Test Braindumps
Archive for August, 2007There is a matter of creating a batch of users, when we finished the installation of company servers. We can new a user by using windows user creation wizard, but it’ll be a time exhaust for creating a bulk of users. So we need some methods of batching to create users.We’ll detail some methods of batching to create users in my blog.
Generally, the staff information of a corporation is stored in Database system (Such as Microsoft SQL Server). We can use cycle language and some procedures of Microsoft SQL Server to new a batch of users. We needs: Situation Requirement: 3. We should have a staff information table maintained by Human Resource department stored in Microsoft SQL server. Just like the following table named Employee_info: Steps:
2. Write a SQL server Code to execute the upper cmdlet in SQL server.
3. Structure a cycle language code to new users for all employees.
Comments: The codes can create users for all employees, but they omit any possibly question, such as same name, a existing name or more information should be write for a user, and so on. Also, we should especially care the blank in the following codes.
There is a matter of creating a batch of users, when we finished the installation of company servers. We can new a user by using windows user creation wizard, but it’ll be a time exhaust for creating a bulk of users. So we need some methods of batching to create users. We’ll detail some methods of batching to create users in my blog. And I wish more guys to share their favorite methods in my blog. |
|
||