Archive for Certification
Oracle 2 Day DBA Course
This course is designed to complement the Oracle 2 Day DBA documentation.
In this course you will find detailed information on the tasks outlined in the chapters of the Oracle 2 Day DBA manual, including step-by-step instructions.
List of Lessons
- Introduction (No additional materials complement this chapter)
- Installing Oracle and Building the Database
- Getting Started with Oracle Enterprise Manager
- Configuring the Network Environment
- Managing the Oracle Instance
- Managing Database Storage Structures
- Administering Users and Security
- Managing Schema Objects
- Performing Backup and Recovery
- Monitoring and Tuning the Database
- Managing Oracle Software
Note: The OBE lessons in this series can be performed on either Windows or Linux.
Get this free course, Oracle 2 Day DBA Course - Oracle Database 11g Release 1, now!
Lockergnome has joined forces with TradePub.com to offer you a new, exciting, and entirely free professional resource. Visit us today to browse our selection of complimentary IT-related magazines, white papers, webinars, podcasts, and more across 34 industry sectors. No credit cards, coupons, or promo codes required. Try it today!
MCSE Certification: The Difference Between Real Boot Camps And Cheat Camps
A technical training school that provides accelerated instruction leading to MCSE certification is typically referred to as an MCSE boot camp. From my experience, having taught boot camps for five years, the name is fitting. It is an experience that can make or break you. It is at times painful, and at times one of the most rewarding experiences imaginable. And when I say rewarding, the last thing that comes to mind is the four-letter title at the end of your name when you pass all of the MCSE certification exams. The reward from an MCSE boot camp is in what you learn, how you learn it, and how the overall experience affects your life.
Involvement in an MCSE boot camp is an immersion experience. Students seeking MCSE certification are dunked — head first — into the technology, and learn to swim in the binary waters with an urgency born out of a will to survive. They develop buddies quickly, and learn to trust the instructor who has charted the waters before. And the students develop greater self-respect, as they tackle a mountain of knowledge and put it to task.
This type of learning is the right way to achieve MCSE certification for folks who have experience in the IT industry and those with sufficient preparation. But, it is not for everyone. Boot camps that accept newbies should be avoided at all costs. These camps are most likely cheat camps masquerading as authentic training solutions.
A real MCSE boot camp only accepts qualified students. At least one year of experience in the networking field, managing users and dataflow, is an acceptable standard. Sales people at a real MCSE boot camp are required to turn down job-changers and folks that are not adequately prepared. Those same unprepared students, however, are accepted readily at the cheat camps; since they are merely learning to memorize answers to questions on the MCSE certification exams, actually learning the material in an enduring manner is not required.
A true MCSE boot camp requires highly customized training materials. Be wary of schools that solely use a vendor’s official curriculum or some bookstore purchased self-paced training materials for MCSE certification. These both provide excellent instructional support in the right environment, but they are incompatible with an accelerated boot camp experience. Typically schools that rely on these for their class materials are doing so because they never bothered to improve their MCSE certification materials, and probably use web-found “MCSE braindumps” for the classes, focusing on helping you read the brain dumps rather than developing real skills. Real boot camps use highly customized materials that teach key concepts and skills with exam objectives in mind. The best MCSE boot camp makes its own materials, improving them based on appropriate feedback.
What cheat camps do, unfortunately, is rely on MCSE braindumps as their main materials. Their instructors, in direct violation of their non-disclosure agreement, are given the task of interpreting MCSE braindumps for their students. Some of these camps purchase braindumps from companies that steal questions from the actual MCSE certification exams, providing their best guesses on the answers. In such a situation, students learn how to beat — and at the same time undermine — the system that feeds them. Such camps deprive their students from acquiring a real learning experience, and denigrate the value of the MCSE certification itself. And, while students may achieve MCSE certification during a cheat camp experience, they lose their self-respect and the opportunity to prove to themselves that they have what it takes to get certified in a legitimate manner.
Lastly, coming to a real MCSE boot camp can require real preparation. For candidates that are already immersed in the technology, and those that are exceptional students and test-takers, it is quite possible to come to an MCSE boot camp and proudly walk out with MSCE certification with little or no preparation. But for most that are planning on attending accelerated training, some pre-training is essential. A real MCSE boot camp provides materials, practice tests, and guidelines for study to be completed before coming to class. They provide their students with contact to instructors before they attend class, to ensure that they are on target with their preparation.
Do yourself a favor: make sure that the camp you choose for your MCSE certification provides a real learning experience. Use the following tips when comparing boot camps to ensure that you are not going to pay for something that you might later regret.
Tips for Determining if an MCSE Boot Camp is Legitimate:
- Look for real, verifiable references from past students, and ask those references about how the class was taught.
- Inquire about details on what type of curriculum and materials are used in class.
- Ask if the instructors are MCSEs, and what the average years of experience are.
- Find out what type of pre-training is provided. Can students get in touch with an instructor for advice prior to coming to class?
- Ask if the MCSE boot camp accepts people with minimal experience and how much experience is required to attend.
- Find out what the company’s philosophy is concerning MCSE braindumps. Do they use a third-party product that claims to have actual MCSE certification exam questions?
- Ask if the company develops its own accelerated materials or if it relies on some package intended for self-study or prolonged training.
About the Author
Barry Kaufman, MCSE, CISSP, CEH, MS in Education, is the founder and director of training services of IntenseSchool, which was recently acquired by the security services firm, Vigilar. Barry has worked as a network consultant, trainer, and manager since NT 3.51 and Netware 2.0. He honestly believes that things have gotten better, even if it hasn’t cut down on his workload in the least. He can be reached at bkaufman~at~vigilar.com. For more information about MCSE certification, please visit vigilar.com.
Tags: mcse, certification, boot camp
Cisco CCNP BSCI 642-901 Exam: OSPF And Passive Interfaces
Your BSCI exam may well be the most challenging of the four exams you must pass to become a CCNP, so you have to have the details of every protocol on the exam mastered! Today, we’ll look at the passive-interface command as it relates to OSPF.
Passive interfaces accept routing updates, but do not send them. Regarding OSPF, even though OSPF does not sent “routing updates” in the form that RIP, IGRP, and EIGRP do, you can still configure an OSPF-enabled interface as passive in order to prevent OSPF traffic from exiting that interface. No OSPF adjacency can be formed if one of the interfaces involved is a passive interface, and if you configure an OSPF-enabled interface as passive where an adjacency already exists, the adjacency will drop almost immediately.
In the following example, R1 and R2 have an existing OSPF adjacency over their Ethernet interfaces. In an effort to reduce routing traffic, R1’s e0 interface is configured as passive. The adjacency drops right away.
R1(config)#router ospf 1
R1(config-router)#passive-interface ethernet0
R1(config-router)#
18:31:11: %OSPF-5-ADJCHG: Process 1, Nbr 2.2.2.2 on Ethernet0 from FULL to DOWN, Neighbor Down: Interface down or detached
That’s a pretty important detail to keep in mind when you’re using the passive-interface command, wouldn’t you say?
You may well have a router that you want to configure most interfaces as passive. There’s no longer a need to configure each interface as passive in that case - As of IOS version 12.0, you can now set all interfaces on a router as passive for a given protocol with the passive-interface default command. You can then configure each interface that you do NOT want to be passive with the “no passive-interface” command.
R3(config)#router ospf 1
R3(config-router)#passive-interface default
To set the interfaces back to their default, just use the no passive-interface default command.
R3(config-router)#no passive-interface default
The passive interface is a simple topic, but it can get a little tricky when you start changing the default and then start configuring interfaces on an individual level. Just be careful with this command on exam day and in the real world, and you’ll succeed in the BSCI exam room and on real-world networks as well!
Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free Cisco CCNA certification and CCNP tutorials! For his free “How To Pass The CCNA” course, visit the Web site!>
Tags: cisco, ccie, ospf, bsci, certification
How To Prepare For MCSE Certification
It’s widely known that jobs regarding Information Technology (IT) are a popular choice both among college students and people looking to switch careers, because of the availability of jobs in this field and the technology hype of today’s age. However, many employers are looking for certain program certifications in the applicant’s resume become looking further for an interview. One such certification is the Microsoft Certified Professional (MCF), which includes six different types of specific certification like technology specialist, professional, IT professional, systems administrator, database administrator, and engineer. One who is interested in getting certified for any of them must go through IT training first and then take a vigorous qualification test.
One of the most popular tests among the six is the Microsoft Certified Systems Engineer (MCSE) test. Some call it the best known and most useful test, and various preparations are needed if you’re interested in taking it. It’s so vigorous that the company created an MCSE boot camp a few years ago, and now many more companies have followed suit and have their own intensive MCSE boot camps as well. You can find many of them as both online and in-person training, and the fee is around $4000-$6000 for two week courses. Many employers will cover the cost of this class if you stay with the company for a while after you improve yourself. If you want a less structured and less expensive method preparing for the MCSE test, computer training videos are another great way to do it. They usually cost less than $1000 for a set of CDs and books and you can watch them whenever you have the time. This way is perfect for anyone who already has a job and cannot afford to take time off that job to train for another career.
The MCSE test itself is split into two types: Windows 2000 and Windows Server 2003. Each of the two types requires different tests, and it’s either five or six tests. Usually, the tests consist of multiple choice questions and solution building questions.
Regardless which method of preparing for the MCSE exam you choose, either the Microsoft certification boot camp or by videos, both have proven to be successful if the participants pay attention and study hard. It’s important to choose by the amount you can afford to spend, how much free time you have to do it, and which method you generally prefer. After doing the research, better pick what the best way is for you and get started!
[Natalie Aranda]
Tags: mcse, certification, microsoft
The Value Of IT Certification Boot Camps
There is no career field expanding quite as fast as the Information Technology field. Most experts predict this field will remain one of the fastest growing segments of the job market for many years to come. There is hardly a job that does not use computer technology to some degree or another and the demand for trained IT certified techs is reaching critical mass in many industries. One of the major problems within this growth industry is the rapid advances in technology. Training has to be continuous as new software is introduced or upgraded almost daily. One method of determining the level of training of a prospective employee is certification.
Although online certification courses are becoming more and more popular, they are not always the best way to gain the needed skills. Many people work better with the help of instructors and in group learning situations. It is for exactly these kinds of people that the Certification Boot Camp has been developed.
A Certification Boot Camp is an extensive onsite and hands-on training course. The boot camp idea is borrowed from the military where its meaning was a basic training course that was designed to impart a great deal of knowledge in a short period of time. The training boot camp ideal for IT certification borrows from the military model and provides training specifically designed to fill the needs of the student. An example might be an MCSE boot camp where the student is certified as a Microsoft System Engineer or a CCNA boot camp where the student receives the Cisco Certified Network Associate certificate that is good for three years before it must be renewed.
Certification boot camp is certainly a worthwhile alternative to online training. Students totally immerse themselves in the equipment and are guided step by step by professional instructors. Questions are answered at once, and the most updated software and hardware is available for the student to practice his newly refined computer skills. Certification is becoming a virtually necessity for success in the Information Technology field, and the boot camp training concept is a real break through for people whose time schedule does not allow excessive time for training. Speed has become such a necessity in this ever changing technological landscape. If a person takes his time learning a particular computer skill, it may very well be outdated by the time his course is finished. Speed and personal instruction are the real values of certification boot camp.
About the Author
Natalie Aranda writes about MSCE training.
Tags: natalie aranda, it certification, certification boot camp, msce training
Exam 70-272 - IP Addressing In Windows XP (Part III)
Most Microsoft exams expect you to have some troubleshooting knowledge and exam 70-272 is not exception. You need to be able to troubleshoot TCP/IP addressing problems. So let’s take a look at some of the common problems that you can expect to be tested on.
When it comes to troubleshooting IP addressing, you need to know the different utilities that are available. Know that the ipconfig command can be used to view IP configuration information. There are a number of different parameters that can be used with the command as listed below.
- /all Displays detailed IP configuration information
- /release Releases the IP address for the specified adapter
- /renew Renews the IP address for the specified adapter
- /flushDNS Purges the entries in the DNS cache
- /registerDNS Refreshes all leased IP addresses and re-registers DNS names
- /displayDNS Displays the contents of the DNS cache
Another utility that is useful in troubleshooting IP addressing problems is ping. You need to know the process that you go through with the ping command to diagnose IP communication problems.
- Ping the loopback address of 127.0.0.1 to ensure TCP/IP is initialized on the local computer.
- If successful, ping the IP address assigned to the local computer.
- Next ping the IP address of the default gateway. If this fails verify that the IP address of the default gateway is correct and that the gateway is operational.
- Next ping the IP address of a host on a remote network. If this is unsuccessful, verify that the remote host is operational, verify the IP address of the remote host, and verify that all routers and gateways between the local computer and remote computer are operational.
Tags: exam, 70-272, dhcp, xp, ip addressing, troubleshoot
Exam 70-272 - IP Addressing In Windows XP (Part II)
When it comes to configuring TCP/IP addressing on a Windows XP, you need to know that IP addresses can be dynamic or static. In other words, you can use DHCP to obtain an IP address or you can manually configure a static IP address. Keep in mind though that in a lot of cases servers are configured with static IP addresses. To configure a static IP address on a computer running Windows XP Professional:
- Right click My Network Places and click Properties.
- From the Network Connections window, right click the appropriate local area connection and click Properties.
- Select Internet Protocol (TCP/IP) and click the Properties button.
- Select the option to Use the following IP address.
- Type in a unique IP address, subnet mask, the IP address of the default gateway, as well as the IP address of the primary and secondary DNS server.
- Click OK.
If you plan to use DHCP, you need to be familiar with the Automatic Private IP Addressing (APIPA). If a DHCP server in unavailable, the computer will assign itself an IP address from the range of 169.254.0.1 - 169.254.255.254. The computer will only be able to communicate on the local subnet and only with other computers using IP addresses from this range.
Of course the best way to learn about configuring an IP address on a computer is to actually have a computer running Windows XP in front of you so you can practice doing it yourself. When it comes to the exam though, be prepared to encounter more questions pertaining to troubleshooting than simply configuring an IP address on a server.
Tags: exam, 70-272, dhcp, xp, ip addressing, troubleshoot
Exam 70-272 - IP Addressing In Windows XP (Part I)
There are many objectives covered on exam 70-272 Supporting Users and Troubleshooting Desktop Applications on a Microsoft Windows XP Operating System. You can view all the objectives on the Microsoft Learning Web site.
Although not explicitly stated, you do need to understand a bit about IP addressing, especially when it comes to troubleshooting. Some of the things you need to understand include:
- IP address lease process (doesn’t hurt to understand how your computer gets an IP address
- Configuring TCP/IP in Windows XP
- Troubleshoot TCP/IP addressing
So, before you jump into learning about configuring IP addressing, here is an overview of what happens when a DHCP client requests an IP address from a DHCP server.
The process of leasing an IP address occurs in the following four phases:
- Discovery - The DHCP client broadcasts a DHCP discover message on the network containing its MAC address and NetBIOS name. If no DHCP servers respond to the request, the client continues to broadcast up to 4 times at 2, 4, 8, and 16 seconds. If a response is not received during this time, the client continues to broadcast every 5 minutes.
- Offer - Each DHCP server on the network that receives the request responds with a DHCP offer message. An offered IP address is included in the message.
- Request - If multiple DHCP servers respond, the client selects the first offer it receives and broadcasts a DHCP request for the IP address. The message is broadcast on the network because the client has not yet been assigned an IP address; it has only been offered one.
- Acknowledge - The DHCP server responds with a DHCPACK (acknowledgment) granting the client’s request to use the IP address. The DHCPACK also contains information about any DHCP options that have been configured on the server (such as the IP address of the DNS server).
Now another point to keep in mind here is that if a DHCP server does not respond to a DHCP client’s request for an IP address, Automatic Private IP Addressing (APIPA) may be used. The DHCP client will assign itself an IP address in the range of 169.254.0.0 to 169.254.255.255. The client can communicate on the network, but only with other clients on the same subnet that also are using an IP address in this range. If clients are running Windows XP, you can use the Alternate Configuration tab from the Internet Protocol (TCP/IP) window to manually configure the automatically assigned IP address and other parameters that should be used if the DHCP server is unavailable.
Tags: exam, 70-272, dhcp, xp, ip addressing, troubleshoot
Exam 70-272 - Windows XP’s Task Manager (Part II)
The Performance tab in the Task Manager window provides you with realtime performance statistics. The graphical displays for CPU utilization closely resemble Performance Monitor’s System Monitor. You do not have the ability to add objects and counters, but then again, you don’t have to worry about associated system overhead either, since the Performance tab is always available.
The Performance tab can be used as a constant display that will help you identify problems as they occur, such as memory leaks, or high CPU or pagefile usage. Some of the information you can quickly obtain from the Performance tab includes:
- CPU Usage
- Page file usage
- Total number of threads and processes
- Total and available physical memory
- Total and paged kernel memory
The new Networking tab is definitely a must for the quick-and-dirty troubleshooting admin. The Networking tab will display network utilization for all installed network cards. Between this and the Performance tab, you can easily and quickly draw any correlations between network usage and CPU utilization. Although you can’t draw any hard-and-fast conclusions as to what a problem is, this is definitely the quick way to determine if a proverbial ‘the network is slow’ complaint is related to the networking load on the server itself.
Tags: exam, 70-272, task manager, xp, performance tab, networking tab
Exam 70-272 - Windows XP’s Task Manager (Part I)
The Task Manager is also known as ‘that thing that comes up with Ctrl-Alt-Del.’ While this was the case with Windows 9x and ME, it’s changed a bit with NT, and even moreso with Windows XP. With Windows 9x, you had the ability to bring up the Task Manager, or reboot with a subsequent ctrl-alt-del. With Windows NT, you have a window with options to change the password, enter task manager, logoff, shutdown, or lock the computer. Task Manager, however, has a few added features with Windows XP that come in very handy.
There are now four tabs within the Task Manager window instead of two as seen with NT and the three with Windows 2000. The Applications tab serves to display all of the active applications on the system. Services and application-spawned processes will not appear with this tab. The Processes tab, however, will display all processes running on the server - applications, processes, and services. From within either the Applications or the Processes tab, you have the ability to stop an entry. This doesn’t mean that you can always do so successfully. Many applications will spawn multiple processes which are either system-protected, or so interrelated that stopping an application or process is impossible to do without compromising system integrity. When this happens, you will either be presented with a message indicating that the app/process cannot be stopped, or a cycle of messages that amount to the same thing. There are two new Windows XP commands that can be used to potentially wrestle a service or process to the ground: SC and TASKKILL. SC is specifically designed to control services, and incidentally, it can be used to create a service from a program. In this situation, you might use SC to stop a service, or unload it altogether. The TASKKILL command is used as a command-equivalent for the processes tab within Task Manager. It can sometimes end a process that stubbornly hangs on within the GUI program.
Tags: exam, 70-272, task manager, xp, taskkill
NJIT Offers New Certificate To Fight Digital And Physical Terrorism
This fall, New Jersey Institute of Technology (NJIT) will offer to companies and government agencies a practical, hands-on and sophisticated six-course (18-credit) certificate program designed to combat digital and physical terrorism. Classes may be available at the workplace or through distance learning.
“Companies or agencies may customize the program any way they want. Our goal is to create a new generation of counter-terrorism experts and we think the array of in-depth courses we’ve put together will fit the bill,” said Robert Statica, PhD, program director (robert.statica@njit.edu). Cutting-edge knowledge about traditional (or physical) counter-terrorism strategies, cyber-security and cyber-investigations as well as digital forensics, computer crime and more will be offered. Click to Read the Full Post »
Cisco CCNA / CCNP Certification Exam Tutorial: Dialer Watch
Dialer Watch is a vital part of your CCNA and CCNP studies, particularly for the BCRAN exam, but it’s one of the most misunderstood technologies as well. To help you pass the CCNA and CCNP certification exams, here’s a detailed look at Dialer Watch.
Dialer Watch allows you to configure a route or routes as “watched” when the watched route leaves the routing table and there is no other valid route to that specific destination, the ISDN link will come up. In the following example, R1 and R2 are connected by both a Frame Relay cloud over the 172.12.123.0 /24 network and an ISDN cloud using the 172.12.12.0 /24 network. The routers are running OSPF over the Frame cloud, and R1 is advertising its loopback of 1.1.1.1/32 as well as an Ethernet segment, 10.1.1.0/24, via OSPF. R2 has both of these routes in its OSPF table, as shown below. Click to Read the Full Post »
CCNA / MCSE / CCNP Certification: Making Failure Work For You
Whether you’re on the road to the CCNA, CCNP, MCSE, or you’re on any other computer certification track, the odds are that sooner or later, you’re going to fail an exam. It’s happened to almost all of us, yours truly included. What you have to keep in mind in these times is that success is not a straight line. You’ve probably seen charts showing the growth of an industry or a business - you know, the ones that go from left to right, and look kind of jagged. The line goes up for a while, then down a bit, then up some more, then down a little.
The key? While every business has its setbacks, the net result is that the line goes up and progress is made. That’s how you want your certification pursuit and your career to go as well - upward! Click to Read the Full Post »
Cisco CCNA Certification Exam Tutorial: Configuring & Troubleshooting VTP
Not only is your CCNA exam going to have questions on VLAN trunking protocol, almost any network that has more than one VLAN is going to have VTP running. Whether you’re planning on passing the CCNA exam or just brushing up on your networking skills, this VTP tutorial will help you learn the basics of this important protocol.
VTP allows switches to advertise VLAN information between other members of the same VTP domain. VTP allows a consistent view of the switched network across all switches. When a VLAN is created on one switch in a VTP server, all other VTP devices in the domain are notified of that VLAN’s existence. VTP servers will know about every VLAN, even VLANs that have no members on that switch.
Switches run VTP in one of three modes. In server mode, VLANs can be created, modified, and deleted on a VTP server. When these actions are taken, the changes are advertised to all switches in the VTP domain. VTP Servers keep VLAN configuration information upon reboot. Click to Read the Full Post »
To Certify Or Not To Certify? That Is The Question!
IT certifications continue to be a big can of worms for me. I think back through my career and remember all of the certifications that were supposedly required for one position or another, however I still landed the job without them. To name just a few, the A+, the MCP, the MCSE, the PMP, the ITIL, Security, e-business (I’m an infrastructure guy). The list goes on and on and on. My question is, What is more important, certification or experience? From time to time, I find myself sitting on one side of the fence or the other without really understanding why. I can think of valid reasons to debate either side of the argument. Click to Read the Full Post »
Exam 70-270 - Understanding Task Manager
Task Manager is a tool commonly used to manage applications and processes running on a computer. There are now four tabs within the Task Manager window instead of two as seen with NT and the three with Windows 2000. The Applications tab serves to display all of the active applications on the system. Services and application-spawned processes will not appear with this tab. The Processes tab, however, will display all processes running on the server - applications, processes, and services.
From within either the Applications or the Processes tab, you have the ability to stop an entry. This doesn’t mean that you can always do so successfully. Many applications will spawn multiple processes which are wither system-protected, or so interrelated that stopping an application or process is impossible to do without compromising system integrity. When this happens, you will either be presented with a message indicating that the app/process cannot be stopped, or a cycle of messages that amount to the same thing. Click to Read the Full Post »
Exam 70-272 - Configuring Internet Explorer (Part III)
Internet Explorer connection properties are used to configure how the Web browser will connect to the Internet.
The Connections tab will available from the Internet Options dialog box will list any Internet connections currently configured on the computer, including dial-up and Virtual Private Network (VPN) connections. If a connection to the Internet is through a proxy server, you can use the Settings button to configure the required proxy settings. These settings are summarized in the table below. Click to Read the Full Post »
Exam 70-272 - Configuring Internet Explorer (Part II)
A cookie is a small text file that is stored on your computer’s hard drive by a Web server. The text file stores personalized information about your visit to a Web site. The Web server can then read the text file the next time you return to the Web site and use the information to deliver personalized content. For example, there are several Web sites that deliver the latest news stories, but deliver local news when you access their site. Or those sites that provide you with the local weather forecast for your area.
You should also know the difference between a first-party cookie and a third party-cookie. A first party cookie is used to store information for the Web site you are currently viewing. Whereas a third party cookie originates from a Web site other than the one you are currently viewing. For example, the Web site you are currently viewing may use third party Web sites for advertising, and these sites may in turn use cookies. Click to Read the Full Post »
Exam 70-270 - Configuring Internet Explorer (Part I)
Exam 70-270 Installing, Configuring, and Administering Microsoft Windows XP Professional (as well as exams 70-271 and 70-272) requires you to know how to configure Internet Explorer options. There are several tabs available from the Internet Options dialog box. The three that you should focus your attention on are the Security, Privacy, and Connections tabs.
For security purposes, Internet Explorer allows you to place Web sites into different zones. Specific actions can then be performed on Web sites based on the zone it has been placed in. The Security tab available from the Internet Options dialog box displays four separate zones. Click to Read the Full Post »
Exam 70-270 - Understanding User Profiles (Part II)
User profiles allow a user to keep their personalized settings so they do not have to reconfigure their computer each time they log onto the computer. However, if you want users to have a pre-configured desktop environment, you can assign a mandatory user profile. The procedure for implementing this is described below.
If you want to implement a mandatory profile that is stored on the network, your first step is to create a shared folder that will store the mandatory user profile. Open the Computer Management console on the computer that will hold the profile. Create a shared folder and assign Everyone full control. You can then proceed to the following steps that involve copying the user profile you want to become mandatory to the shared folder. Click to Read the Full Post »

© 1996-2006, Lockergnome LLC. ISSN: 1095-3965. All Rights Reserved. Please read our