Tuesday, January 11, 2011

Something you can do to keep Exchange running smoothly

Microsoft Exchange servers are among the most critical systems IT professionals administer. While many organizations can make do by implementing temporary workarounds for different failed processes(Sony VAIO PCG-5K1L battery), email and calendaring aren’t among them. If you support Exchange servers, review these 10 steps to keep Exchange running smoothly(Sony VAIO PCG-6W2L battery).

1: Create proper backups

Ensure good backups are in place. Exchange, due to its continuous transaction logging and multiple storage group nature, is among the more difficult platforms to properly back up(Sony VAIO PCG-7112L battery).

Be sure to deploy an Exchange-aware backup mechanism. Exchange-aware backups know how to work with Exchange’s transaction logs to properly back up store databases and transaction log files(Sony VAIO PCG-8Z1L battery). In addition, Exchange-aware backup operations delete log files after backing up appropriate data, which prevent slog files from filling hard disks.

Once an Exchange-aware backup is deployed, and you’re confident System State backup operations are completing properly, disable Exchange’s circular logging feature(Sony VAIO PCG-8Z2L battery). Circular logging is enabled by default on Small Business Server 2008 servers. However, configuring the SBS Backup Wizard disables circular logging, as the SBS Backup Wizard is Exchange-aware and backs up Exchange stores and processes log files as required(Sony VAIO PCG-8Y2L battery).

Organizations leveraging Local Continuous Replication (LCR), which enables copying the Exchange database automatically to another volume to aid in disaster recovery, must be particularly careful backing up Exchange data(Sony VAIO PCG-8Y1L battery). Windows’ native backup utility does not support backing up Exchange stores when LCR is in use. Instead, a third-party Exchange-aware backup application must be used. Microsoft notes the limitations of Windows Backup when backing up Exchange 2007 data(Sony VAIO PCG-7Z2L battery).

2: Run Microsoft’s Exchange Best Practices Analyzer

The Microsoft Exchange Best Practices Analyzer utility, also known as ExBPA, assists administrators in gauging the overall health and configuration of Exchange servers. The utility collects information from Active Directory, the registry, performance monitor, and other locations before presenting recommendations for repair and improvement(Sony VAIO PCG-7Z1L battery).

Administrators should run the tool immediately upon deploying a new Exchange server. It’s also a good idea to periodically run the ExBPA when performing routine Exchange maintenance, as the utility helps spot non-default operating parameters and identifies configuration issues that could adversely affect the email server’s performance(Sony VAIO PCG-7133L battery).

3: Review defragmentation operations

Exchange servers include default online maintenance operations, which are typically scheduled during off hours. Among the tasks the automated maintenance operations perform are transaction log management and database integrity checks and defragmentation(Sony VAIO PCG-7113L battery).

When database checks begin, Exchange notes the event using ID 700 within application log files. When full online defragmentation passes complete within allotted time, Event ID 701 is recorded(Sony VAIO PCG-6W3L battery). If a full online defragmentation is interrupted, such as by a backup operation, Event ID 704 is recorded. When interrupted maintenance operations ultimately complete, Event ID 703 is written within the server’s application log(Sony VAIO PCG-7111L battery).

Administrators should regularly review the server’s event logs to confirm that these operations are completing without error. While failures typically appear within daily performance reports, manually reviewing these records helps ensure failures are not overlooked(Sony VAIO PCG-6W1L battery).

4: Confirm storage requirements

A common error I’ve frequently inherited as an IT consultant is a failure to properly size disk partitions housing Exchange stores. When volumes exhaust available disk space, Exchange cannot store additional mail. This often turns into a critical issue for small and medium businesses(Sony VAIO PCG-6V1L battery).

The best defense is proper planning. The Microsoft Exchange Team Blog maintains a complex (six-part) worksheet you can use to calculate proper storage requirements. You can download the actual calculator spreadsheet from the Microsoft Exchange Team Blog, aka “you had me at EHLO.” (Sony VAIO PCG-6S3L battery)

How do you know if you are headed for trouble? Other than trends indicating that available free space is decreasing unacceptably due to mail storage, Microsoft warns against average read and write latencies exceeding 20 milliseconds and sustained latency spikes that exceed 50 milliseconds for even a few seconds. Multiple high-performance disk spindles, and aligned disk partitions, are recommended best practices(Sony VAIO PCG-6S2L battery).

5: Review mailbox quotas

It’s an easy trap to fall into. You’re busy recovering a failed Web server when a director calls. Having bumped up against his Exchange mailbox quota, the user can no longer send/receive email, and he’s on deadline for an important project. So you log on to the server and temporarily remove the director’s mailbox size restrictions(Sony VAIO PCG-5L1L battery).

Ever have that happen? Maybe a couple of times a year? Then what happens when you finally get a chance, 10 months later, to review those users’ mailboxes? If you’re like me, you’ve seen a few of their accounts grow to 6 gigabytes or more(Sony VAIO PCG-5K2L battery).

Police user mailbox sizes. Just because mailbox quotas are in place doesn’t mean you or another administrator didn’t make changes to buy time — and then forgot. Make sure all user mailboxes are sized within reason (typically 2GB or less). While newer Exchange releases perform much better when supporting larger mailboxes, huge accounts are still recipes for disaster(Sony VAIO PCG-5J2L battery).

6: Implement mailbox quotas

Maybe mailbox quotas were disabled or never configured. That’s easy to fix; enable mailbox restrictions(Sony VAIO PCG-5J1L battery).

Default limits are easily set. Just open the Exchange Management Console, expand Server, choose the Mailbox container, select the Mailbox Database within the First Storage Group, and open its Properties. Click the Limits tab and configure the storage limits (in KB) you want to use as universal defaults(Sony VAIO PCG-5G3L battery).

What restrictions should you set? Windows Small Business Server 2008, which includes Microsoft Exchange 2007, sets default mailbox sizes of 2.3GB for each user. Warnings are set to trigger whenever a user’s mailbox reaches 1.9GB. Sending is prohibited when the mailbox reaches 2GB(Sony VAIO PCG-5G2L battery). Larger organizations may want to configure maximum mailbox sizes of just a few hundred megabytes for their users.

7: Tune virtual memory configurations

Few services are as memory hungry as Exchange. This is true whether running Exchange 2003 or Exchange 2007(Sony VGP-BPS21A/B battery).

When configuring page file settings for Exchange 2007, Microsoft’s rule of thumb is to use the amount of RAM times 1.5, if the server has less than 8GB of memory. But if an Exchange 2008 server has more than 8GM of RAM, the rule changes to the amount of memory plus 10MB(Sony VGP-BPS21/S battery).

On older 32-bit Exchange 2003 servers, all administrators can do is employ the /3GB switch, when appropriate. First, the server must have more than 1GB of RAM. But the switch should not be employed on certain server configurations(Sony VGP-BPS21B battery), including front-ends, dedicated bridgeheads, and domain controllers that also host Exchange services. Microsoft provides a number of other rules and recommendations dictating the /3GB switch on its Web site(Sony VGP-BPS21 battery).

8: Review SMTP logs and queues

Often, SMTP logs and queues hold the key to solving messaging failures. But monitoring and reviewing SMTP logs and queues can also help administrators keep tabs on an Exchange server’s performance(SONY VAIO VGN-FZ31E Battery).

All mail, ultimately, is transported through Exchange’s SMTP queues. If problems occur, the messages become stuck in the queue. Microsoft lists queue names, descriptions, and error causes on its Web site(SONY VAIO VGN-FZ31M Battery). It also provides simple steps for enabling and understanding SMTP.log files. Regularly reviewing SMTP logs can help administrators better understand their Exchange server and isolate trouble when issues do arise(SONY VAIO VGN-FZ31B Battery).

9: Defragment database stores using Eseutil

Not necessarily for the faint of heart, Eseutil is Microsoft’s utility for manually defragmenting Exchange information stores and directories offline, going all the way back to Exchange version 5.5. The utility should not be used before first creating and verifying an Exchange backup(SONY VAIO PCG-5G2L battery).

Defragmenting an Exchange store typically improves performance by contiguously locating storage data, eliminating unused storage, and compacting the Exchange database. I’ve even seen Eseutil recover failed or corrupted Exchange stores on Small Business Servers(SONY VAIO PCG-5G3L battery).

Running the Eseutil command with the /c switch performs a restore operation, while running the command with the /d switch instructs the system to defragment the .edb database and leave the new defragmented database in a temporary location without overwriting the original database(SONY VAIO PCG-5J1L battery). Using the /d switch with the /p switch adds repair operation. Running the command with the /g switch simply verifies the logical integrity of the Exchange database. Numerous other switches are available, and you can research them online(SONY VAIO PCG-5K2L battery).

10: Check Exchange-compatible antivirus and anti-spam tools for errors

Administrators often make the mistake of installing Exchange-aware antivirus and anti-spyware tools on an Exchange server and then leaving them be. Frequently, I see third-party antivirus and anti-spyware applications in need of updates or even upgrades that require first uninstalling the existing version(SONY VAIO PCG-5L1L battery).

Unless you regularly review Exchange server antivirus and anti-spyware application logs to ensure that the security software isn’t having trouble (failing to update, unable to perform scans, real-time engine disabled, stalled trying to remove an infection, or otherwise corrupted), the Exchange server’s performance could be at risk(Sony Vaio VGN-FZ31M battery).

Summary

Microsoft Exchange is a critical, complex, and powerful platform. While its complexity makes it intimidating to some, smart and diligent maintenance helps forward-thinking administrators prevent anxiety-provoking outages(Sony VGN-FZ11M battery).

Monday, January 10, 2011

10 reasons you're not closing the deal in your job search

You’ve got the credentials, the education and experience, and you haven’t had a problem getting job interviews — but for some reason, you can’t seem to close the deal. Leads that looked promising fizzle out after the first or second interview(Sony VAIO PCG-5K1L battery). Is it the economy, or is it something you’re doing (or not doing)? As a once-upon-a-time personnel director who’s interviewed many job candidates, I’ve been listening to some of my friends’ tales of woe regarding their recent job searches(Sony VAIO PCG-6W2L battery). I put together a list of some of the reasons that otherwise good candidates don’t make the final cut, over and over again(Sony VAIO PCG-7112L battery).

Often, the problem stems from taking good, standardized advice about how to conduct a job search and implementing it in a way that ends up rubbing interviewers the wrong way(Sony VAIO PCG-8Z1L battery).

1: Do toot your own horn — but not too loudly

It is absolutely appropriate to tell the interviewer about your accomplishments in a way that paints you in a positive light. What some job candidates don’t understand is that when you come off as arrogant(Sony VAIO PCG-8Z2L battery), when you sound as if you think you’re better than everyone else, when you go overboard in singing your own praises, interviewers don’t see that as positive.

It’s always better if you can let others deliver the extreme accolades, even if second-hand. A letter of reference or a magazine article that refers to you as someone who “knows more about identity management than anyone else in the world” is likely to impress hiring authorities (unless, of course, the author is your mom or your spouse) (Sony VAIO PCG-8Y2L battery). Referring to yourself that way in your own résumé is more likely to just result in raised eyebrows. You don’t want them breaking out the DSM-IV after you leave to review the symptoms of narcissistic personality disorder(Sony VAIO PCG-8Y1L battery).

I actually saw a job hunter’s email signature that said, “John Doe, visionary and industry thought leader.” That’s not a job description — it’s an indicator of self-infatuation. Other terms to avoid in describing yourself include guru, foremost authority(Sony VAIO PCG-7Z2L battery), and the ever-popular “minor god.” Yes, I really saw that in a résumé and yes, I’m sure it was intended to be humorous. But it doesn’t come across that way when it’s embedded in a document that’s supposed to be a serious summary of your suitability for a professional position(Sony VAIO PCG-7Z1L battery).

Unless you’re interviewing for the job of comedy writer, keep the laughs out of the résumé and confine any witty comments to the verbal interchange — and even then, be very, very careful. Humor is always a minefield when you’re dealing with someone you don’t know well. What one person finds hilarious may sound silly, or even offensive, to someone else(Sony VAIO PCG-7133L battery).

2: Don’t expect your network to do all the work for you

In today’s very connected world, the value of personal networking in finding a job has been heavily emphasized. And it’s absolutely true that when faced with two candidates with equal qualifications(Sony VAIO PCG-7113L battery), most hiring authorities will lean toward the one who was referred by a mutual friend or acquaintance. It takes some of the “unknown” out of the equation — or at least it appears to. On the other hand, before you bring up the fact that you’re best friends with the interviewer’s old college roommate, it’s a good idea to do some investigation and make sure there’s no bad blood between the two of them(Sony VAIO PCG-6W3L battery).

When you’re unemployed, job hunting is your job — and you should put the same amount of time and effort into it that you’d put into the job itself, if not more. Don’t expect your network to carry you and don’t focus only on the online variety of networking(Sony VAIO PCG-7111L battery). The Internet is a great resource, but don’t neglect more traditional channels for job leads, either. The more people you know — both online and off — the better your chances that one of them can provide you with a productive job lead or serve as a reference whose recommendation makes the difference(Sony VAIO PCG-6W1L battery).

3: Do follow up — but don’t be a pest

When I was in my twenties, I was selected for a high level job in municipal government that I never expected to get. I didn’t have any public sector experience and I was competing against more than 50 applicants, some of whom had worked for decades in public administration(Sony VAIO PCG-6V1L battery). About a dozen of us were chosen to interview before the whole city council — a terrifying experience at that age. Although I felt I’d done well in the interview, I was completely surprised when I got the call telling me to report to work(Sony VAIO PCG-6S3L battery).

Months later, one of the city council members told me that the council of five was divided between me and one other candidate, and that he had the deciding vote. And the thing that tipped that decision in my favor was the fact that I was the only person who had bothered to send a brief note to each council member(Sony VAIO PCG-6S2L battery), thanking them for the interview, following up on one of their questions (tailored individually to each of them), and restating my interest in the job(Sony VAIO PCG-5L1L battery).

Your follow-up strategy can make (or break) the deal. Some people take the advice to follow up on interviews as license to harass the interviewers, secretaries, HR personnel, and anyone else who might be involved in the hiring process. Daily phone calls or emails so they “won’t forget you” are probably not a good idea(Sony VAIO PCG-5K2L battery), and I’ve seen it taken to that extreme. Definitely follow up once with each person who interviews you, as soon as possible after the interview. A second follow-up might be appropriate if the decision-making process drags out for several weeks. More than that and you begin to look like a pest(Sony VAIO PCG-5J2L battery).

The old adage “all things in moderation” is a good one when it comes to following up. That also means don’t go overboard in your follow-up. Tell them why you were impressed by the organization, but don’t gush(Sony VAIO PCG-5J1L battery). Don’t get personal, either. You don’t want the interviewer to think you fell in love with him/her and are going to turn into a stalker. And never, ever send gifts with your thank-you note; they could be construed as attempted bribes(Sony VAIO PCG-5G3L battery).

4: Do be prepared — but make sure your references are prepared, too

If you really want the job, you’re likely to spend a lot of time trying to anticipate what you’ll be asked in the interview and practicing what you’ll say and how you’ll say it. Part of being prepared involves having a list of references who can vouch for your capabilities and/or character(Sony VAIO PCG-5G2L battery). Don’t just go with the first few people who come to mind or those whose addresses and phone numbers you happen to know without looking them up. (Believe it or not, that’s the way some job hunters choose their references.) (Sony VGP-BPS21A/B battery)

Decide on your references beforehand and have all that information with you when you go in to interview if you haven’t already been asked for it on an application form. It’s usually best not to print your references on your résumé because you may want to use different references for different jobs(Sony VGP-BPS21/S battery). It’s best to choose at least some of your references from members of the industry you’re trying to get hired into, if possible. Don’t list your former bosses as personal references; they will already be listed in your employment history(Sony VGP-BPS21B battery). Former co-workers are fine, especially if they happen to be well respected in the industry. Don’t list Senator X or some other high-placed official who’s a friend of your uncle and doesn’t really know you(Sony VGP-BPS21 battery).

And no matter who your references are, tell them that you want to list them as references and ask if it’s okay. Let them know what types of jobs you’re applying for and when they might expect to be contacted. It can be disturbing to get a call saying, “My name is Joe Smith and I’m with the FBI(SONY VGP-BPS21/S Battery). Please call me back.” If your friend knows you’ve applied for a job with the bureau and have put him down as a reference, you’ll save him a lot of grief. Otherwise, when he does find out what it’s all about, he may be so annoyed with you that he won’t give you the glowing reference you deserve(SONY VGP-BPS21 Battery).

5: Do be accommodating — but not obsequious

It goes without saying that when you’re asking someone for a job, you should be nice. Don’t get into arguments with your interviewers. Don’t come on too strong and judgmental with your opinions, no matter how right you believe you are(SONY VGP-BPS21B Battery). Be flexible; if an interviewer calls and asks you to reschedule, be gracious and try to accommodate their schedule. After all, they’re the ones with the most power in the relationship. Even if you’re the ideal candidate and they are pursuing you doggedly, don’t forget that nobody is indispensible(SONY VGP-BPS21A/B Battery). And even if you aren’t really sure you want the job, you never know when you might encounter the interviewer(s) again in a completely different context, so it can never hurt to leave a good impression(SONY VAIO PCG-5K1L battery).

On the flip side, some job hunters take “being nice” a little too far. Don’t fawn over the interviewer. Don’t pretend an avid interest that you don’t really have in all the same hobbies, paintings, authors, etc., that you might see evidence of in the interviewer’s office(SONY VAIO PCG-6W2L battery). If you can find a genuine point of commonality, that’s great. But fabricating one will often backfire on you. If you tell the interviewer how much you love sailing even though you’ve never been, you’re going to feel pretty silly when you find yourself waist-deep in a conversation about masts and booms and halyards and sheets(SONY VAIO PCG-7112L battery).

And even though you shouldn’t get into a heated debate, it’s not usually a good idea to mindlessly agree with absolutely everything the interviewer says. Today’s business world is about teamwork and carrying your own weight(SONY VAIO PCG-8Z1L battery). Few hiring authorities are looking for someone who has no opinions of his/her own or who is afraid to express any of them. In fact, some want an employee who thrives on controversy. This is where it pays to do your homework beforehand(SONY VAIO PCG-8Z2L battery). Find out what the company’s general philosophy is. Are most members of the organization staid, dull “yes men” (or “yes women”) who play it safe at all costs? Or do those who have risen quickly in the company exhibit more of an independent streak(SONY VAIO PCG-8Y2L battery)? Don’t pretend to be something you’re not, but it’s perfectly acceptable to accentuate or deemphasize certain sides of your personality, depending on the tone that’s set by those at the top of the organization(SONY VAIO PCG-8Y1L battery).

6: Don’t expect them to “show you the money” too early

In today’s economy, job candidates are more likely than ever to have money on the brain. Your bills are piling up and you need to pay them(SONY VAIO PCG-7Z2L battery). Yes, you’re interested in the job, but you want to know what it pays. You don’t want to waste your time (and theirs) going through numerous interviews if the salary is too low for you to realistically consider(SONY VAIO PCG-7Z1L battery). But this understandable concern can lead to making a sometimes-fatal mistake: bringing up money too early in the process(SONY VAIO PCG-7133L battery).

Somewhat like a potential spouse, a potential employer wants to be loved for something other than money. If you bring it up too soon, it may appear that that’s the only thing you care about. Realistically, interviewers know that money matters(SONY VAIO PCG-7113L battery), but they want a chance to hook you on the job itself — and, frankly, they want to be sure you’re someone they want to hook — before getting to the subject of compensation. Your focus should be on making them want you so badly that they’ll use the compensation package to try to woo you(SONY VAIO PCG-6W3L battery).

So how do you avoid wasting your time on jobs that don’t pay nearly enough? Again, do your homework. Research the average salaries for the type of position you’re applying for within the industry and in that geographic region(SONY VAIO PCG-7111L battery). The Internet makes this much easier than it used to be. If you’re diligent enough, you may be able to find out what the job pays at that particular company. In the public sector, salaries, or at least ranges, are often pretty much set in stone by the budget(SONY VAIO PCG-6W1L battery), which is a public document (although for some high level positions, there is much more flexibility). It’s easy to find out what the jobs pay because it’s public record. In private companies, it can be more difficult(SONY VAIO PCG-6V1L battery). Some organizations frown heavily on employees disclosing the details of their compensation and some even make you sign nondisclosure agreements that cover the financial arrangements(SONY VAIO PCG-6S3L battery).

Nonetheless, people like to talk. If they’re well paid, they like to brag. If they’re not so well paid, they like to complain. That’s especially true when they believe their comments are anonymous(SONY VAIO PCG-6S2L battery). Some directed Web searches can turn up a wealth of “private” information, as can casual conversations with friends who have friends who work for the company.

Even if you can’t dig up the exact salary info, you can usually get a good idea about the pay scale based on the job description and the required qualifications(SONY VAIO PCG-5J2L battery). And if you find out that the last person who held the job made $50,000 less than your target salary, don’t despair. Sometimes it’s possible to turn an interview for one position into a springboard to a different, higher-paying position, even one that didn’t previously exist — if you’re good enough at selling yourself and your abilities(SONY VAIO PCG-5L1L battery).

7: Do clean up your online “house”

Just as the Internet has provided new resources for job hunters, it has also provided new ways for employers to conduct background investigations on those candidates(SONY VAIO PCG-5K2L battery). If you knew that the company you want to work for might send someone to your home to see how you live, you would probably take extra steps to get the house as clean as possible, and you certainly wouldn’t leave your dirty laundry lying around in the living room(SONY VAIO PCG-5J1L battery). But many job candidates do leave their virtual “unmentionables” in plain sight on the Internet, even when they know that potential employers can see it if they happen to drop in(SONY VAIO PCG-5G3L battery).

Ideally, you should start thinking about your online reputation long before you need it to be pristine. Every time you post to a public forum, put up a personal Web page that’s not password protected, or send a political diatribe to a widely distributed mailing list that’s open to the public(SONY VAIO PCG-5G2L battery), you should think about whether you would be uncomfortable if it came to light during a job search. But even if you haven’t been completely circumspect in the past, there are still things you can do to minimize the chances of an HR investigator coming across a photo of you drunk(SONY VGP-BPS13A/S Battery), dancing on the table in your underwear or that passionate post you made during the last election season about the candidate not of your choice.

If you have your own Web site, scrutinize it carefully and remove anything that’s questionable. If in doubt, take it out. Some forums will also allow you to remove your own posts. If you have social networking pages where you (or your friends) get a little rowdy, check the privacy settings and make sure the pages can’t be viewed by the general public(SONY VGP-BPS13B/S Battery).

For more tips, see Job Hunting? Don’t Forget to Manage Your Online Rep.

8: Don’t tell people about your chickens before they hatch

The interviews went well. You were called back for a second and third one. You got to the point of discussing salaries and the company’s pay scale seemed to fit your expectations. You received positive feedback from all the interviewers and you were really excited about the prospect of working for this company(SONY VGP-BPS13/B Battery). In fact, you were so excited that you posted all about it on your blog or told your 500 closest friends on Facebook (many of whom you’ve never met). Suddenly, it all went sour. You got no more calls from the company and when you finally got up the nerve to check back with them, you were told that the position had been filled(SONY VGP-BPS13B/B Battery).

What happened? Chances are that word of your premature announcement reached the wrong person. But even if it was something else entirely that caused you to lose out on the job, now you’re stuck with explaining to all those friends that, ummm, no, you won’t be starting work with XYZ Corporation after all(SONY VAIO VGN-FZ31M Battery). It makes you look flakey at best and at worst, it leaves people wondering what terrible blunder you made or what awful secret from your past was uncovered that caused you to be “fired” before you even started(SONY VAIO VGN-FZ31J Battery). They may even think twice before recommending you or referring you to an opening they know about. The moral: Don’t celebrate until you’re sure you have something to celebrate about(SONY VAIO VGN-FZ31B Battery).

9: Do upgrade to “Skills 2.0″

If you find yourself breezing through the initial interviews with HR and/or department supervisors with flying colors, but you fail to get a call-back after the more in-depth technical interviews that come next(SONY VAIO VGN-FZ31E Battery), consider brushing up on your skills. In the tech industry, in particular, things change fast, and a mastery of yesterday’s technology won’t get you as many points as an up-to-date skill set. If you were in the same job for a number of years and your company put off upgrading, you might have let your skills fall behind(Sony Vaio VGN-FZ31S battery).

Oddly, you’re likely to find that even if hiring companies haven’t upgraded to the newest hardware and software themselves, many of them want to know that you know all about it (as well as the old stuff they’re currently running) (SONY VAIO VGN-FZ38M Battery). That’s because a) they think — or at least hope — they will eventually move up to more current technology and b) they want someone onboard who is interested in constantly learning(SONY VAIO VGN-FZ210CE Battery).

10: Don’t give up: The right job, like the Truth, is out there

It can be easy to get discouraged if time after time, you get just so far in the application and interview process and then no further. But in times of high unemployment, it can take a while to find the right fit, no matter how qualified you might be(SONY VAIO VGN-FZ160 Battery). And remember that the higher up on the corporate food chain you’re aiming, the longer it’s liable to take to find a new job. Above all, don’t give up and don’t get sloppy. The right job for you could be the very next one you try for(SONY VAIO VGN-FZ21m Battery).

In the meantime, consider alternative means of bringing in income, such as consulting or writing in your field of expertise. You might even discover that you like being your own boss and can make a living at it that’s as good as or better than what you were making as a “wage slave.” Flexibility is the key, and that key can open the door to a new career that makes you thankful you lost or quit your old job(SONY VAIO VGN-FZ11z Battery).

Sunday, January 9, 2011

10 mistakes new Windows administrators make

Maybe you’re a brand new network admin. You’ve taken some courses, you’ve passed some certification exams, perhaps you even have a Windows domain set up at home. But you’ll soon find that being responsible for a company network brings challenges you hadn’t anticipated(Dell N3010 battery).

Or maybe you’re an experienced corporate IT person, but up until now, you’ve worked in a UNIX environment. Now — either due to a job change or a new deployment in your current workplace — you find yourself in the less familiar world of Windows(SONY VGP-BPS21/S Battery).

This article is aimed at helping you avoid some of the most common mistakes made by new Windows administrators(SONY VGP-BPS21 Battery).

#1: Trying to change everything all at once

When you come into a new job, or start working with a new technology, you may have all sorts of bright ideas. If you’re new to the workplace, you immediately hone in on those things that your predecessors were (or seem to have been) doing wrong(SONY VGP-BPS21B Battery). You’re full of all the best practices and tips and tricks that you learned in school. If you’re an experienced administrator coming from a different environment, you may be set in your ways and want to do things the way you did them before, rather than taking advantage of features of the new OS(SONY VGP-BPS21A/B Battery).

Either way, you’re likely to cause yourself a great deal of grief. The best bet for someone new to Windows networking (or to any other job, for that matter) is give yourself time to adapt, observe and learn, and proceed slowly. You’ll make your own job easier in the long run and make more friends (or at least fewer enemies) that way(Sony VAIO PCG-5K1L battery).

#2: Overestimating the technical expertise of end users

Many new administrators expect users to have a better understanding of the technology than they do. Don’t assume that end users realize the importance of security, or that they will be able to accurately describe the errors they’re getting(Sony VAIO PCG-6W2L battery), or that they know what you mean when you tell them to perform a simple (to you) task such as going to Device Manager and checking the status of the sound card.

Many people in the business world use computers every day but know very little about them beyond how to operate a few specific applications(Sony VAIO PCG-7112L battery). If you get frustrated with them, or make them feel stupid, most of them will try to avoid calling you when there’s a problem. Instead they’ll ignore it (if they can) or worse, try to fix it themselves. That means the problem may be far worse when you finally do become aware of it(Sony VAIO PCG-8Z1L battery).

#3: Underestimating the technical expertise of end users

Although the above applies to many of your users, most companies will have at least a few who are advanced computer hobbyists and know a lot about technology(Sony VAIO PCG-8Z2L battery). They’re the ones who will come up with inventive workarounds to circumvent the restrictions you put in place if those restrictions inconvenience them. Most of these users aren’t malicious; they just resent having someone else in control of their computer use — especially if you treat them as if they don’t know anything(Sony VAIO PCG-8Y2L battery).

The best tactic with these users is to show them that you respect their skills, seek out their input, and let them know the reasons for the rules and restrictions. Point out that even a topnotch racecar driver who has demonstrated the ability to safely handle a vehicle at high speed must abide by the speed limits on the public roads(Sony VAIO PCG-8Y1L battery), and it’s not because you doubt his/her technology skills that you must insist on everyone following the rules.

#4: Not turning on auditing

Windows Server operating systems have built-in security auditing, but it’s not enabled by default(Sony VAIO PCG-7Z2L battery). It’s also not one of the best documented features, so some administrators fail to take advantage of it. And that’s a shame, because with the auditing features, you can keep track of logon attempts, access to files and other objects, and directory service access(Sony VAIO PCG-7Z1L battery).

Active Directory Domain Services (AD DS) auditing has been enhanced in Windows Server 2008 and can be done more granularly now. Without either the built-in auditing or third-party auditing software running, it can be almost impossible to pinpoint and analyze what happened in a security breach(Sony VAIO PCG-7133L battery).

#5: Not keeping systems updated

This one ought to be a no-brainer: Keeping your servers and client machines patched with the latest security updates can go a long way toward preventing downtime, data loss, and other consequences of malware and attacks. Yet many administrators fall behind, and their networks are running systems that aren’t properly patched(Sony VAIO PCG-7113L battery).

This happens for several reasons. Understaffed and overworked IT departments just may not get around to applying patches as soon as they’re released. After all, it’s not always a matter of “just doing it” — everyone knows that some updates can break things, bringing your whole network to a stop(Sony VAIO PCG-6W3L battery). Thus it’s prudent to check out new patches in a testbed environment that simulates the applications and configurations of your production network. However, that takes time — time you may not have(Sony VAIO PCG-7111L battery).

Automating the processes as much as possible can help you keep those updates flowing. Have your test network ready each month, for instance, before Microsoft releases its regular patches(Sony VAIO PCG-7111L battery).

Windows Server Update Services (WSUS) or other tools to simplify and automate the process once you’ve decided that a patch is safe to apply. And don’t forget that applications — not just the operating system — need to be kept updated, too(Sony VAIO PCG-6W1L battery).

#6: Getting sloppy about security

Many administrators enforce best security practices for their users but get sloppy when it comes to their own workstations. For example, IT pros who would never allow users to run XP every day logged on with administrative accounts think nothing about running as administrators themselves while doing routine work that doesn’t require that level of privileges(Sony VAIO PCG-6V1L battery). Some administrators seem to think they’re immune to malware and attacks because they “know better.” But this over confidence can lead to disaster, as it does in the case of police officers who have a high occurrence of firearms accidents because they’re around guns all the time and become complacent about the dangers(Sony VAIO PCG-6S3L battery).

#7: Not documenting changes and fixes

Documentation is one of the most important things that you, as a network admin, can do to make your own job easier and to make it easier for someone else to step in and take care of the network in your absence. Yet it’s also one of the most neglected of all administrative tasks(Sony VAIO PCG-6S2L battery).

You may think you’ll remember what patch you applied or what configuration change you made that fixed an exasperating problem, but a year later, you probably won’t. If you document your actions, you don’t have to waste precious time reinventing the wheel (or the fix) all over again(Sony VAIO PCG-5L1L battery).

Some admins don’t want to document what they do because they think that if they keep it all in their heads, they’ll be indispensible. In truth, no one is ever irreplaceable — and by making it difficult for anyone else to learn your job, you make it less likely that you’ll ever get promoted out of the job(Sony VAIO PCG-5K2L battery).

Besides, what if you got hit by a truck crossing the street? Do you really want the company to come to a standstill because nobody knows the passwords to the administrative accounts or has a clue about how you have things set up and what daily duties you have to perform to keep the network running smoothly(Sony VAIO PCG-5J2L battery)?

#8: Failing to test backups

One of the things that home users end up regretting the most is forgetting to back up their important data — and thus losing it all when a hard drive fails. Most IT pros understand the importance of backing up and do it on a regular schedule(Sony VAIO PCG-5J1L battery). What some busy admins don’t remember to do regularly is test those backups to make sure that the data really is there and that it can be restored.

Remember that making the backup is only the first step. You need to ensure that those backups will work if and when you need them(Sony VAIO PCG-5G3L battery).

#9: Overpromising and underdelivering

When your boss is pressuring you for answers to questions like “When can you have all the desktop systems upgraded to the new version of the software?” or “How much will it cost to get the new database server up and running?” (Sony VAIO PCG-5G2L battery), your natural tendency may be to give a response that makes you look good. But if you make promises you can’t keep and come in late or over budget, you do yourself more damage than good(Sony VGP-BPS21A/B battery).

A good rule of thumb in any business is to underpromise and overdeliver instead of doing the opposite. If you think it will take two weeks to deploy a new system, give yourself some wiggle room and promise it in three weeks(Sony VGP-BPS21/S battery). If you’re pretty sure you’ll be able to buy the hardware you need for $10,000, ask for $12,000 just in case. Your boss will be impressed when you get the project done days ahead of time or spend less money than expected(Sony VGP-BPS21B battery).

#10: Being afraid to ask for help

Ego is a funny thing, and many IT administrators have a lot invested in theirs. When it comes to technology, you may be reluctant to admit that you don’t know it all, and thus afraid — or embarrassed — to ask for help(Sony VGP-BPS21 battery). I’ve know MCSEs and MVPs who couldn’t bear to seek help from colleagues because they felt they were supposed to be the “experts” and that their reputations would be hurt if they admitted otherwise. But plunging ahead with a project when you don’t know what you’re doing can get you in hot water, cost the company money, and even cost you your job(Sony VGP-BPS13A/S battery).

If you’re in over your head, be willing to admit it and seek help from someone more knowledgeable about the subject. You can save days, weeks, or even months of grief by doing so(Sony VGP-BPS13B/S battery).

Saturday, January 8, 2011

Master these 10 processes to sharpen your project management skills

Small projects don’t necessarily require much knowledge of project management or much project management discipline. But as a project gets larger, formal processes and techniques become essential. Different project management methodologies organize and structure these processes in various ways, but we’re going to focus on 10 basic areas(SONY pcga-bp2ea battery):

Define the project

Plan the work

Manage the workplan

Manage issues

Manage scope

Manage risks

Manage communication

Manage documentation

Manage quality

Manage metrics

In general(SONY VAIO PCG-5K1L battery), if you can master these areas, you can succeed in most projects. You may not have to worry about managing documentation or metrics on a small project, but the larger your project, the more you’ll need to focus on all 10 processes(SONY VAIO PCG-6W2L battery).

Notice that our list doesn’t include analysis, design, testing, or implementation. Those who have worked on projects probably know that they typically include analysis and testing(SONY VAIO PCG-7112L battery). However, there is a major distinction to be made. Analysis and testing are part of the actual project work effort (also called a project lifecycle). These phases change depending on the project type. If you have a full lifecycle project, you could perform the full range of analysis, design, construction, testing, and implementation(SONY VAIO PCG-8Z1L battery). On other projects, you might do only certain components. For example, if you were performing a research and development project, you wouldn’t be doing implementation. If you were performing a study, the project might end after the analysis phase(SONY VAIO PCG-8Z2L battery).

Do you see something missing?

Two processes are sometimes included as a part of basic project management: people management and contract and procurement management. People management is an important skill for project managers, but it’s not specific to project management. After all, any management-subordinate relationship requires people management(SONY VAIO PCG-8Y2L battery). The distinction is that it’s a project “manager” skill, but not necessarily a project “management” skill.

We’ve also excluded contract and procurement management from our list. In most organizations, project managers need to know about the management of contracts and vendors, but they aren’t responsible for it. A legal department and/or procurement department is usually responsible for these disciplines(SONY VAIO PCG-8Y1L battery).

Timing and sequencing of the processes

Except for the first two categories — defining the project and planning the work — the 10 major project management areas don’t fall into a sequential path. Processes 3 through 10 can be done in any order, and in fact, are done in a parallel and ongoing manner throughout the project(SONY VAIO PCG-7Z2L battery). For example, if a major problem pops up, you must use issues management regardless of what other aspects of project management you’re using before, during, or after that time. Let’s take a closer look at each process(SONY VAIO PCG-7Z1L battery).

#1: Define the project

As the project manager, you must make sure that the work is properly understood and agreed to by the project sponsor and key stakeholders before the project work begins. You’ll work with the sponsor and stakeholders to ensure that the project team and the client have common perceptions of what the project will deliver(SONY VAIO PCG-7133L battery), when it will be complete, what it will cost, who will do the work, how the work will be completed, and what the benefits will be.

The larger the project, the more important it is that this information is mapped out formally and explicitly(SONY VAIO PCG-7113L battery). All projects should start with this type of upfront planning to prevent problems caused by differing viewpoints on the basic terms of the project. The major deliverable from this step is the Project Definition (some companies call this a Project Charter) (SONY VAIO PCG-6W3L battery).

At a high level, the purpose of defining the work includes:

Understanding and gaining agreement on project objectives, deliverables, scope, risk, cost, approach, etc. This is the most important part of defining the work and is where most of the time is spent in gaining common agreement(SONY VAIO PCG-7111L battery).

Determining whether the original business case is still valid. For example, a project that requires 10,000 effort hours might make business sense. If the more detailed definition process results in a more refined estimate of 20,000 hours, the project may no longer be feasible(SONY VAIO PCG-6W1L battery).

Making sure the resources you need are available when you need them.

Providing a high-level baseline from which progress can be compared and scope can be controlled.

Gaining agreement with the client on the processes used to manage the project(SONY VAIO PCG-6V1L battery).

The effort required to define the work depends on the amount of information and the level of detail that need to be understood and documented. The duration required to define the work depends on the length of time necessary to discover and document the information, as well as the time required to gain agreement and approval from the client(SONY VAIO PCG-6S3L battery).

It may be difficult to define exactly what the final deliverables look like for large and complex projects. It is also difficult to estimate the total cost and deadline date. If that is the case, you can break the project into smaller projects. The projects that are done first should then be much easier to define. The projects that are to be completed in the future can be defined in detail as they get closer to execution(SONY VAIO PCG-6S2L battery).

At the end of the definition aspect, you should have a Project Definition that defines the expectations of the project in terms of objectives, deliverables, scope, risks, costs, deadline, and roles. This document should be formally approved by the project sponsor and other key stakeholders before the project team proceeds(SONY VAIO PCG-5J2L battery). At times, you can get frustrated because of the difficulty in gaining agreement with the client on scope, timeline, and cost. But that is exactly the reason this definition work is done ahead of time(SONY VAIO PCG-5L1L battery). Think of the problems you would no doubt encounter trying to gain agreement with the client on scope, schedule, or cost when the work had started and the deliverables were actually being produced(SONY VAIO PCG-5K2L battery).

#2: Plan the work

When you define the project, you make sure that you have an agreement with the project sponsor on what work should be completed in this project. In this stage, you determine how the work will be completed(SONY VAIO PCG-5J1L battery). This involves building the Project Workplan. You’ll take different approaches according to the size of the project. For example, the workplan for small projects can be built using a project management package like Microsoft Project, a spreadsheet, or even a piece of paper(SONY PCGA-BP1N battery).

If you don’t have a workplan template to use as your starting point, you can use the Work Breakdown Structure (WBS), a technique for looking at the project at a high level and breaking the work into smaller and smaller pieces until you can get the full picture of the work(SONY VAIO PCG-5G3L battery). The entire team can collaborate on this exercise. I recommend breaking down the work into lower levels until each remaining activity is less than 80 hours, and it is clear what is required to complete the activity(SONY VAIO PCG-5G2L battery).

Once all of the work has been uncovered, you can sequence the activities and identify dependencies between them. At this point, the WBS has been converted to a Network Diagram(SONY VGP-BPS13B/S Battery).

Next, you add resources (workers) for each activity. If you know of certain resources, you can add them by name. If not, you can use generic names as placeholders. You then add the effort hours and the beginning and ending dates for each activity(SONY VGP-BPS13S Battery).

Your workplan is now ready to go. You’ll know what work you have to complete (Project Definition) and how you’ll get the work done (Project Workplan) (SONY VGP-BPS13AS Battery).

The relationship between defining and planning the project

You may find that you can’t complete the Project Definition without starting to lay out the overall Project Workplan. In many cases, you’ll need to work on these two deliverables simultaneously. As you gather information about scope and deliverables, you’ll need to start laying out a timeline so that you can get your hands around estimated effort and duration(SONY VGP-BPS13A/S Battery). When the deliverables, scope, assumptions, and approach are complete, you should have enough information in the Project Workplan to estimate the budget, effort, and duration, which you’ll use in turn to complete the Project Definition(Sony VAIO VGN-FZ15G Battery).

#3: Manage the workplan

At this point, you’ve finished defining the project and planning the work. The major deliverables in place are the Project Definition and Project Workplan. Some project managers think that defining and planning the work means that the hard part of managing the project is behind them. That is definitely not the case(Sony VAIO VGN-FZ15T Battery).

You’ll never be a successful project manager if you don’t keep the workplan up to date. Remember, the workplan is only a deliverable. It describes the work that needs to occur, the order of the work, how much effort is required, and who is assigned, but it represents only your best guess as to how to complete the remaining work at any particular point in the project(SONY VGP-BPS13/B Battery).

The more complex your project is, the more change is going to be required in your workplan over time. As the project manager, you must evaluate the workplan on an ongoing basis (perhaps weekly) and determine the current state of the project(Dell INSPIRON 1764 battery).

During this weekly review, you’ll update the workplan with the current state of work that is completed and in progress. You’ll evaluate the remaining work to see if the project will be completed within the original effort, cost, and duration plans. If it can, you are in good shape. If it can’t, you must implement corrective action(Dell INSPIRON 1564 battery).

Of all of the skills of managing the project, this one is perhaps the most fundamental. Depending on the dynamics of your project, you may be in the position of having to constantly use your experience and creativity to get the project completed within expectations. One week, your project may be on track. The next week, you may have work assignments that are late and issues that have surfaced(Dell INSPIRON 1464 battery).

If an activity on the critical path is a week late, you can’t sit idly and allow the entire project to be a week late. Instead, you must evaluate the resources and options available and get the project back on track(Dell INSPIRON 1520 battery). If you’re good at it, managing the workplan can be one of the more challenging and rewarding aspects of project management. If you don’t relish the detailed work that is required, you may find it much more difficult to be successful(Dell INSPIRON 1420 battery).

#4: Manage issues

An “issue” arises when a problem will impede the progress of the project and can’t be resolved by the project manager and project team without outside help. If a major problem emerges, you have no choice but to resolve it. The only question is whether you’ll actively apply issues management to the situation or flounder through indecision and uncertainty about how the issue should be resolved(Dell INSPIRON E1505 battery).

Issues management has two major components. The first is having a process to uncover issues, determine their impact on the project, examine alternatives, and bring in people to make the best decision under the circumstances(Dell INSPIRON 1525 battery). This is all part of the project management procedures that should be defined and agreed to ahead of time. These procedures ensure that issues are recognized and resolved as quickly as possible(ASUS EEE PC900 battery).

The second component of issues management is applying specific problem-solving techniques. This includes some understanding of techniques such as Fishbone diagrams, Pareto charts, and root cause analysis(ASUS EEE PC battery). Having an understanding of one or more of these techniques allows you and your team to understand the nature and cause of the problem, what options are available, and what alternative would be the best course of action(SONY VGP-BPS13B/B Battery).

One important thing that all project managers discover is that having a process to resolve issues doesn’t mean you’ll successfully resolve every one. Sometimes, there are great alternatives to issues and your job is to help discover the best one. In other instances, there is no good resolution to a major problem(SONY VGP-BPS13 Battery). On occasion, your final choice is to pick the solution that causes the least harm or is the best among poor choices. Still, your issues resolution process and your problem-solving techniques will allow you to determine what options are available so that you at least understand the repercussions(HP PAVILION DV6000 battery).

#5: Manage scope

Scope describes the boundaries of the project and defines what the project will deliver, what data is needed, and which organizations are affected. Given a set of resources and time, an infinite number of things can be delivered(SONY VAIO VGN-FZ31B Battery).

Scope change management starts with scope change definition. If the project manager hasn’t done a good job defining scope, it will be difficult to manage scope during the project. The purpose of scope change management is to protect the viability of the current, approved Project Definition(SONY VAIO VGN-FZ31M Battery). When the project was defined, certain expectations were set for what the project was going to produce for a certain cost and in a certain timeframe. Both you and the project sponsor have those expectations in mind when the Project Definition is developed and approved(SONY VAIO VGN-FZ31J Battery).

During the life of a project, there may be a need for items that are different from, or not included in, the original Project Definition; this is to be expected. If this occurs, the client should not expect that these items can be delivered using the previously agreed on resource and time constraints(SONY VAIO VGN-FZ31E Battery). The project team will identify the new requirements and determine the impact to the project if the new requirements are included. The information is then taken to the sponsor for approval.

Remember, the sponsor is the one who approved the funding of the work to begin with. Therefore, he or she is the one who should approve any changes to the original agreement(Sony Vaio VGN-FZ31S battery). If the business value of the change is high enough, the sponsor should approve adding the new requirement to the project, as well as the incremental budget and timeline needed to complete the work. Everyone will then be in agreement and everyone’s expectations will have been reset(SONY VAIO VGN-FZ31z Battery).

Of course, sometimes it doesn’t happen so smoothly. Common problems include:

Scope creep. Large scope changes are easy to spot. However, when the changes are small, sometimes you find that you’re including them without realizing it. Scope creep means that you’re accepting small changes that end up having a significant cumulative effect on the project. You and the entire team must be diligent to guard for all scope changes — big and small(SONY VAIO VGN-FZ38M Battery).

End-user scope approval. The project sponsor is the person paying for the project. However, once the project begins, the team spends more time with lower-level clients and end users. Some project team members believe that scope changes are fine if the end user approves them(SONY VAIO VGN-FZ210CE Battery). This is not the case. Unless the sponsor has specifically delegated the approval authority, these people can’t approve scope changes. They can raise scope change requests, but only the sponsor has the funding authorization to approve incremental work(SONY VAIO VGN-FZ160 Battery).

Team members not being accountable. A common cause of missing deadlines is that the team members end up doing more work than required. For example, a team member may be asked to create a report. As he or she is creating it, the client asks for new information. The team member tries to accommodate the client, and the work ends up being late(SONY VAIO VGN-FZ21 Battery). This happens when team members think that only the project manager needs to worry about scope change management. They need to understand that it’s everyone’s responsibility(SONY VAIO VGN-FZ410 Battery).

The root cause of many unsuccessful projects is poor scope change management. Defining and managing scope effectively will increase the chances that your project will meet expectations(SONY VAIO VGN-FZ21m Battery).

#6: Manage risk

Risk refers to future conditions or circumstances that exist outside the control of the project team and that will have an adverse impact on the project if they occur. In other words, whereas an issue is a current problem that must be dealt with, a risk is a potential problem(SONY VAIO VGN-FZ18m Battery). Reactive project managers resolve issues when they arise. Proactive project managers try to identify and resolve potential problems before they occur. This is the science and art of risk management(SONY VAIO VGN-FZ11m Battery).

Since smaller projects usually don’t have long durations, there is less opportunity for problems to develop. Larger projects usually have risks lurking just over the horizon. Risk management involves identifying all potential risks to the project, determining how likely they are to occur, and understanding the impact on the project if they occur(SONY VAIO VGN-FZ11z Battery).

With that information, the project team can determine which risks should be actively managed. For example, a risk with a high probability of occurring and a large impact on the project should definitely be managed proactively. On the other hand, a risk that has a high likelihood of occurring but a marginal impact on the project can probably be ignored(SONY VAIO VGN-FZ11l Battery).

Once you identify which risks you want to actively manage, you can invoke five general responses:

Leave it. You would leave a risk if you determined that your project would not be harmed if the risk occurred or if there was nothing that could be done to address the risk and you’re willing to take the chance that it won’t occur(SONY VAIO VGN-FZ140E Battery).

Monitor the risk. In this case, you don’t proactively mitigate the risk but you monitor it to see whether it’s more or less likely to occur as time goes on. If it looks more likely to occur later, the team must address it at that time(SONY VAIO VGN-FZ260E Battery).

Avoid the risk: Avoiding the risk means eliminating the condition that’s causing the problem. For example, risks associated with a particular vendor might be avoided if another vendor is used(SONY VAIO VGN-FZ150E Battery).

Move the risk: In some instances, the responsibility for managing a risk can be removed from the project by assigning the risk to another entity or third party.

Mitigate the risk: In most situations, this is the approach to take. If a risk has been identified and is a concern, you can develop a proactive plan to ensure that it doesn’t occur(SONY VAIO VGN-FZ190 Battery).

As with scope changes, there is nothing inherently wrong with having risks on a project. Clients don’t expect that a project will be risk-free. What matters is the project management response(SONY VAIO VGN-FZ460E Battery). If risks are identified and actively managed, the project has a much better chance of success. If risks are ignored, the project will be negatively affected when the risks turn into issues. At that time, there may be fewer options for resolution without impacting the project(SONY VAIO VGN-FZ280E Battery).

#7: Manage communication

Properly communicating on a project is critical for managing the clients and the shareholders. If they’re not kept well informed of the project progress, there is a much greater chance of problems and difficulties due to differing expectation levels. In fact, in many cases when conflicts arise, it’s not because of the actual problem, but because the client or manager was surprised(SONY VAIO VGN-FZ440N Battery).

There are two levels of communicating on projects. First, all projects should communicate status. Second, if your project is larger, more complex, or more politically charged, you need a higher and more sophisticated level of communication defined in a Communication Plan(SONY VAIO VGN-FZ32 Battery).

Status meetings and status reports

All projects need effective communication from the project team to the project manager and from the project manager to the rest of the stakeholders. Status reports and status meetings need to do more than just say whether the project is on track. This is the time you communicate everything you think needs to be known about your project(sony vgp-bpl9 battery). You communicate about adherence to the project’s budget and schedule, accomplishments from the last reporting period, planned accomplishments for the next period, new risks, current issues, and current scope change requests(SONY vgp-bps9 battery).

The information and presentation must be communicated with the audience in mind. Therefore, you would expect that a weekly status meeting with your team would include discussions at a fairly low and detailed level. Status reports you send to the sponsor and management stakeholders will necessarily be brief and high-level(SONY VAIO VGN-FZ11S Battery).

Communication Plan

Large initiatives, especially the kind that require organizational change, must include an overall Communication Plan that takes a multifaceted approach to communication. The process for building this plan includes defining all your stakeholders, determining what information they need, brainstorming ways to deliver that information, and then deciding on a set of communications that cover as many stakeholders as possible in the most resource-efficient manner(SONY VAIO VGN-FZ Battery).

Depending on the audience, the communication falls into one of three areas.

Mandatory. This includes status reports, budget reports, and legal and auditing requirements.

Informational. This is communication that provides extended information for people with a need to know more. Examples include a document library, frequently asked questions (FAQ), and a project Web site that contains relevant project information(SONY VGP-BPS8 battery).

Marketing. This is communication designed to build enthusiasm for your project. Examples include publishing success stories, building a positive image, distributing management testimonials, and using a project logo(Sony VGP-BPS21A/B battery).

Communication must be handled proactively by the project manager and must be planned and executed with a purpose in mind. If you communicate effectively and proactively, you’ll find that the entire project runs more smoothly and with less conflict and frustration(Sony VGP-BPS21/S battery).

#8: Manage documents

Many project managers take document management for granted until they’re inundated with hundreds of documents. It’s better to estimate the volume of project and project management documentation you think the project will produce, establish the proper processes and rules to organize the documentation, and then manage the documentation during the project to ensure that it doesn’t get out of control(Sony VGP-BPS21B battery).

Project managers on smaller projects don’t need to give as much thought to managing documentation. As projects get larger, the documentation definitively needs to be actively managed. Problems at their simplest include documentation that gets lost or is hard to find and work that ends up being duplicated. At its worst, document versions get out of order, document updates get over-posted and lost, and confusion and uncertainty reign(Sony VGP-BPS21 battery).

This is an aspect of project management that may be supported by a tool, such as a document repository. However, tools can be just as confusing if proper techniques aren’t used to store documents in a manner that allows them to be easily retrieved(Sony VGP-BPS13A/S battery).

Document management involves simple and complex tasks. A simple activity, for example, is a document-naming convention. If you have 10 people on your team and each one submits a status report each week, it’s not long before you have hundreds of documents(Sony VGP-BPS13B/S battery). It’s easier to organize the documents if everyone uses a common naming convention. Should the name of the document start with each person’s name? If so, then each person’s historical status reports will sort together and be easier to find(Sony VGP-BPS13S battery).

Or perhaps you’ll want to search for status reports from particular points in time. In that case, the status reports should start with the date. Then all the status reports for a particular reporting cycle will sort together(Sony VGP-BPS13AS battery).

Another part of document management is understanding the types of document tools you’ll use. For example, you might define Microsoft Word as your standard document editor. If your team is cross-functional and includes clients, vendors, and suppliers, these types of document management rules become more vital(Sony VGP-BPS13/B battery).

Other factors must be considered to successfully manage documents. These include where you’ll store the documents, how they’ll be organized, access and security rules, keywords/indexing, naming standards, versioning, completion status, retention/purging, backups, and standard template formats(Sony VGP-BPS13/S battery).

#9: Manage quality

Quality is represented by how close the project and deliverables come to meeting the client’s requirements and expectations. In other words, quality is ultimately measured by the client(Sony VGP-BPS13A/B battery).

The project team should strive to meet or exceed the client’s requirements and expectations. Sometimes there is a tendency to think that “quality” means the best material and equipment and zero defects(Sony VGP-BPS13B/B battery). However, in most cases, the client doesn’t expect, and can’t afford, a perfect solution. If there are just a few bumps in the project, the client can still say that the project delivered to a high level of quality(Sony VGN-FZ11E battery).

On the other hand, a flawlessly designed, defect-free solution that doesn’t meet the client’s needs isn’t considered high quality. The purpose of the quality management step is to first understand the expectations of the client in terms of quality and then put a plan and process in place to meet or exceed those expectations(Sony VGN-FZ430E battery).

Because quality is defined by the client, it may seem that it is completely subjective. However, plenty about quality can be objective. This requires first breaking down the generic term of “quality” into a number of areas that define the characteristics of quality(Sony VGN-FZ32 battery).

For example, you can think of a quality computer application in terms of response time, look-and-feel, ease of understanding, level of help documentation, and absence of defects. Once you’ve defined the more tangible characteristics of quality, you can look at each of them to determine how they can be measured with more objectivity(Sony VGN-FZ440N battery).

Quality management is not an event: It is a process and a mindset. A consistently high-quality product can’t be produced by a faulty process. You need a repetitive cycle of measuring quality and updating processes(Sony Vaio VGN-FZ21J battery).

Collecting metrics is vital to making the quality management process work. So, the ninth and tenth aspects of project management, managing quality and managing metrics, are closely tied. If you want to do a good job of managing quality, you must measure(Sony Vaio VGN-FZ31J battery ).

When the project is initially defined, the project team must understand the expectations of the client in terms of quality and plan the activities to meet those expectations in a Quality Plan. The Quality Plan contains completeness and correctness criteria so that the project team knows what the quality expectations are(Sony VGN-FZ145E battery).

The Quality Plan also contains the two general quality processes: quality control and quality assurance. Quality control activities ensure the deliverables produced by the project meet client expectations(Sony Vaio VGN-FZ31B battery). An example of a quality control activity is an inspection of each component that will be used to complete a final deliverable. Quality assurance activities ensure that the processes used to create the deliverables are of high quality. An example of a quality assurance technique is a checklist that contains all of the steps that a deliverable must complete before it reaches final acceptance(Sony VGN-FZ18L battery).

One of the purposes of quality management is to find errors and defects as early in the project as possible. Therefore, a good quality management process will end up taking more effort hours and cost up-front in the project. However, focusing on quality early has a large payback as the project progresses(Sony VGN-FW11M battery). For example, it is much more efficient to spot problems with the business requirements during the analysis phase of the project than to redo work to add missing requirements during the product testing. It’s also much cheaper to find a problem with, for example, a computer chip when the chip is manufactured than to replace it when a client brings the product in for service after a purchase(Sony VGN-FW11 battery).

#10: Manage metrics

Gathering metrics on a project is the most sophisticated project management process and can be the hardest. Because metrics can be difficult to define and collect, they’re usually ignored or handled poorly. All projects should be gathering basic metric information regarding cost, effort, and cycle time(Sony Vaio VGN-FZ18S battery). However, you must also collect metrics that determine how well the deliverables satisfy the client’s expectations and how well the internal project delivery processes are working. Depending on the results, you can undertake corrective action or process improvement activities to make the processes more efficient and effective(Sony Vaio VGN-FZ210CE battery).

Managing metrics and managing quality are related. It is difficult to improve the quality of your deliverables or your processes if you’re not gathering metrics. Metrics are used to give some indication of what the beginning state of quality is and whether quality is increasing or decreasing(Sony VGN-FZ230E battery).

Many metrics can be gathered on a project. The project team should identify and collect a balanced set that provides the most value. To determine the right metrics for your project, you(Sony Vaio VGN-FZ21S battery):

Identify the project success criteria in terms of product deliverables and project execution. That is, determine what your deliverables need to look like for the project to be successful. Also determine how your project needs to be completed to be considered successful-for example, budget and deadline expectations(Sony Vaio VGN-FZ21E battery ).

Brainstorm a set of metrics that provides an indication of the state of each success criterion.

Look for a balanced set of metrics that provides indications of success in terms of cost, delivery, quality, and client satisfaction.

Prioritize the potential metrics to come up with a list that provides the most value in the most cost-effective manner(Sony VGN-FZ18 battery).

Set targets to allow you to determine success. Metrics are rarely of value alone. The value comes in measuring where you are against a preferred state or agreed on target.

Add collection activities to the workplan to ensure that people are responsible for the metric collection and analysis process(Sony VGN-FZ190E battery).

In general, metrics management is of less value on smaller projects because there isn’t enough time to capture the data, analyze the results, and make appropriate process improvement changes. Longer projects give you time to use a feedback loop. The most value is gained if the metrics are used to drive improvements on an organization-wide basis(Sony VGN-FZ190 battery).