Skip to main content

TIP: Making sure you are dressed

Sometimes I can be a little obsessive in preparing to go somewhere to instruct. I have a simple rule when it comes to how many clothes to bring. Always bring an extra days worth. You never know when you are going to spill your breakfast on your shirt or when you are going to pop a button. That reminds me, a small sewing kit can do wonders.

I like to start off day 1 in a tie. It sets a more professional tone. The rest of the week really depends on the environment. A few weeks ago I stepped in for a friend and instructed her Outlook 2007 Power User class at Indiana State University. I walked in with a tie and the first thing they said to me was to take it off if I like. It's better to be a little over dressed then under dressed. By the way, keep the short sleeves with a tie for the Nerd Herd. Were long sleeves.

A reversible belt also comes in handy. It does not matter if you are packing brown or black/blue pants. Just flip the buckle to the show the appropriate color. Several times I had to make the late night Big Box Mart run because I packed black, but needed brown.

Just remember, if you want to charge that higher rate or get higher evaluation marks from your students, dress for it.

Comments

Popular posts from this blog

How to list all the AD LDS instances on a server

AD LDS allows you to provide directory services to applications that are free of the confines of Active Directory.  To list all the AD LDS instances on a server, follow this procedure: Log into the server in question Open a command prompt. Type dsdbutil and press Enter Type List Instances and press Enter . You will receive a list of the instance name, both the LDAP and SSL port numbers, the location of the database, and its status.

How to run GPResult on a remote client with PowerShell

In the past, to run the GPResult command, you would need to either physically visit this client, have the user do it, or use and RDP connection.  In all cases, this will disrupt the user.  First, you need PowerShell remoting enabled on the target machine.  You can do this via Group Policy . Open PowerShell and type this command. Invoke-Command –ScriptBlock {GPResult /r} –ComputerName <ComputerName> Replace <ComputerName> with the name of the target.  Remember, the target needs to be online and accessible to you.

Error icon when creating a GPO Preference drive map

You may not have an error at all.  Take a look at the drive mapping below. The red triangle is what threw us off.  It is not an error.  It is simply a color representation of the Replace option of the Action field in the properties of the drive mappings. Create action This give you a green triangle. The Create action creates a new mapped drive for users. Replace Action The Replace action gives you a red triangle.  This action will delete and recreate mapped drives for users. The net result of the Replace action is to overwrite all existing settings associated with the mapped drive. If the drive mapping does not exist, then the Replace action creates a new drive mapping. Update Action The Update action will have a yellow triangle. Update will modify settings of an existing mapped drive for users. This action differs from Replace in that it only updates settings defined within the preference item. All other settings remain as configured on the mapped drive. If the