Introducing fit-PC2

Friday, April 10, 2009 8:50
fitpc2logo

 GO GREEN!!

I’m not suprised to see this given the popularity of the new Atom processor.

Businesses looking to “Go Green” will find this especially nice. Non-Profit organizations looking to reduce costs but still provide powerful computing power to their users will also find this offering a wise investment. Look for good things from these two companies and I am sure others will follow suite when these babies get more popular. Get yours when they come available, I know I am.

Here are just a few of the stats:
A Standard PC

fit-PC2 may look like an appliance, but it’s a full PC including -

  • 1.6GHz x86 CPU
  • 1GB RAM
  • SATA hard disk
  • DVI with graphics acceleration
  • High definition audio
  • LAN and WLAN
  • 6 USB ports
  • fit-PC2 fully supports all major operating systems.

fitpc2 fitpc21 

How to Configure Exchange Auditing…

Wednesday, April 8, 2009 16:30

 Configure Auditing to Track Exchange Usage

Auditing lets you track what’s happening with Exchange Server. You can use auditing to collect information related to information logons and logoffs, permission use, and much more. Any time an action that you’ve configured for auditing occurs, this action is written to the system’s security log. You can then access the security log from Event Viewer. You enable auditing in the domain through Group Policy.

To enable Exchange auditing, follow these steps:

1.
Start the Group Policy Management Console by clicking Start, All Programs, Administrative Tools, Group Policy Management. You can now navigate through the forest and domains in the organization to view individual Group Policy Objects.

2.
To specifically audit users’ actions on Exchange Server, you should consider creating an organizational unit (OU) for Exchange servers and then define auditing policy for a Group Policy Object applied to the OU. After you’ve created the OU or if you have an existing OU for Exchange servers, right-click the related policy object, and then select Edit to open the policy object for editing in Group Policy Management Editor.

3.
Access the Audit Policy node by working your way down through the console tree. Expand Computer Configuration, Policies, Windows Settings, Security Settings, and Local Policies. Then select Audit Policy.

4.
You should now see the following auditing options:

  • Audit Account Logon Events Tracks user account authentication during logon. Account logon events are generated on the authenticating computer when a user is authenticated.
  • Audit Account Management Tracks account management by means of Active Directory Users And Computers. Events are generated any time user, computer, or group accounts are created, modified, or deleted.
  • Audit Directory Service Access Tracks access to Active Directory. Events are generated any time users or computers access the directory.
  • Audit Logon Events Tracks local logon events for a server or workstation.
  • Audit Object Access Tracks system resource usage for mailboxes, information stores, and other types of objects.
  • Audit Policy Change Tracks changes to user rights, auditing, and trust relationships.
  • Audit Privilege Use Tracks the use of user rights and privileges, such as the right to create mailboxes.
  • Audit Process Tracking Tracks system processes and the resources they use.
  • Audit System Events Tracks system startup, shutdown, and restart, as well as actions that affect system security or the security log.

5. To configure an auditing policy, double-click or right-click its entry, and then select Security. This opens a Properties dialog box for the policy.

6. Select the Define These Policy Settings check box, and then select the Success check box, the Failure check box, or both. Success logs successful events, such as successful logon attempts. Failure logs failed events, such as failed logon attempts.

7. Repeat steps 5 and 6 to enable other auditing policies. The policy changes won’t be applied until the next time you start the Exchange server.

 

What is LLTD?

Thursday, April 2, 2009 11:01
Posted in category VISTA, XP, network

 Windows LogoSomething new I learned today while researching another problem was what “LLTD” was for.

LLTD is a protocol integrated into Vista, but is not installed by default on Windows XP. It allows Vista to see devices in its’ ”Network Map” feature. A feature that gives you a basic overview of your network and the devices on it.  If I were a Vista man and had XP boxes I needed/wanted to see, this would be good to have.

Check it out here: LLTD

Server rebooting without prompting

Tuesday, March 3, 2009 9:46
Posted in category Server Related

Strange issue today on one of the servers I monitor…

Customer reported server was rebooting daily at different times. This was a 2003 Server SP2 installed, all patches updated with Citrix 4.5 installed. Event logs were pointing to a memory problem so I checked the hardware with Dell’s Diagnostic utility; no hardware issues found. Next step was to look at applications. One file was rearing it’s ugly head, MSVCRT.DLL. Event logs were also showing error 0×000000ab. Efforts to get the software vendor involved were useless. They pointed finger at server O/S so I dug deeper finding this Knowledgebase article from Microsoft. KB933457.  Included a hotfix for the NTFS driver causing memory crashes. Sure enough, after installing this HotFix, the server stopped rebooting. Amazing!! Thanks Microsoft

Bootable USB Drive

Wednesday, November 5, 2008 10:58
Posted in category How to...

Bootable Flash Drive
Here’s how you can create a bootable USB flash drive.
By Chris Wolf

The primary factor in setting up USB booting is whether or not USB boot is supported in the BIOS of the system that you want to boot from a USB device. If the system BIOS supports USBHDD or USBZIP, then booting from a USB device is possible. USBHDD is the most common standard today, but USBZIP, which allows attached USB Iomega Zip disks to boot, is still around as well.

While enabling USB boot varies by system, the process was relatively straightforward on one of my personal systems. On my Dell Latitude D820, USB boot can be started by hitting the F12 key when the system starts to boot and selecting “USB Storage Device” from the boot option menu. You can also configure USB boot by hitting F2 to enter the CMOS setup program and then moving “USB Storage Device” to first in the Boot Sequence.

Enabling USB boot is actually only half the battle. The next part of the process is creating a bootable USB drive, which requires the creation of a boot sector on the drive. One of the most popular tools for creating bootable flash drives is the HP USB Disk Storage Format Tool

ftp://ftp.compaq.com/pub/softpaq/sp27001-27500/SP27213.exe. Once you download and install the tool, insert your USB drive and then click Start | All Programs | Hewlett-Packard Company | HP USB Disk Storage Format Tool. When the tool opens, follow these steps to create a bootable formatted USB drive:

  1. Select the device to format from the Device menu.
  2. Select the file system (FAT, FAT32, or NTFS) from the File System menu. Note that most boot operating systems support FAT and FAT32.
  3. Enter a volume label in the Volume Label field.
  4. If you’re short on time, click the Quick Format checkbox.
  5. Click Start to format the drive. Note that any files on the drive will be lost during the format, so if you want to keep other files on the drive, copy them to your hard disk prior to formatting the drive.
  6. Once the drive is formatted, you will need to copy an operating system to it. Here are some popular bootable operating systems that are available:

* MS DOS at http://Bootdisk.com

* DSL, USB X Ubuntu, and Knoppix Linux images from http://pendrivelinux.com

Note: the bootdisk.com executables will only write to a floppy drive, meaning that you will first have to create the boot floppy disk and then copy the files over to the bootable USB drive. If you don’t have a floppy drive on your system and need one (if required by a boot disk creation utility), you can create a virtual floppy drive by following the steps in my article, “Virtual Floppy Freedom,” at http://mcpmag.com/columns/article.asp?EditorialsID=1496.

IP Cameras - Are you ready?

Monday, October 27, 2008 13:57
Posted in category General Comments

ipcameraBIG BROTHER IS WATCHING YOU…
but how much bandwidth is it costing him? 

OK, you’re sold. After a year of anticipation and hype, IP cameras incorporating the H.264 compression standard are finally available. You know there will be bandwidth and storage benefits — music to the IT department’s ear. But what else do you need to know?    More Info here…

Story by Steven Titch

IP Video Providers
eSentia, Global Sources

WHAT is SAP?

Monday, October 20, 2008 7:25
Posted in category General Topics

Several friends and colleagues have ask me just “What is SAP?”saplogo

The following was taken from research on the Internet and from the SAP site.

SAP, started in 1972 by five former IBM employees in Mannheim, Germany, states that it is the world’s largest inter-enterprise software company and the world’s fourth-largest independent software supplier, overall.

The original name for SAP was German: Systeme, Anwendungen, Produkte, German for “Systems Applications and Products.” The original SAP idea was to provide customers with the ability to interact with a common corporate database for a comprehensive range of applications. Gradually, the applications have been assembled and today many corporations, including IBM and Microsoft, are using SAP products to run their own businesses.

SAP applications, built around their latest R/3 system, provide the capability to manage financial, asset, and cost accounting, production operations and materials, personnel, plants, and archived documents. The R/3 system runs on a number of platforms including Windows 2000 and uses the client/server model. The latest version of R/3 includes a comprehensive Internet-enabled package.

SAP has recently recast its product offerings under a comprehensive Web interface, called mySAP.com, and added new e-business applications, including customer relationship management (CRM) and supply chain management (SCM).

As of January 2007, SAP, a publicly traded company, had over 38,4000 employees in over 50 countries, and more than 36,200 customers around the world. SAP is turning its attention to small- and-medium sized businesses (SMB). A recent R/3 version was provided for IBM’s AS/400 platform.

CONTRIBUTORS: Tom Payne, Cecil Roets, and David Schlanderer

Buying Geek & Gamer Clothing

Tuesday, October 14, 2008 13:26
Posted in category General Comments

Where do you buy your Geek Clothes? If your looking for geek and gamer clothing, you will want to follow this series of post.

read more | digg story

GROUP POLICY, Get help from a GURU…

Wednesday, October 8, 2008 11:03
Posted in category Cool Resources

gpanswers-logo
Jeremy Moskowitz is the Chief Propeller-Head for Moskowitz, inc. and GPanswers.com

He is a nationally recognized authority on Windows Server, Active Directory, Group Policy, and other Windows management topics. He is one of less than a dozen Microsoft MVPs in Group Policy.

Since becoming one of the world’s first MCSEs in both NT and 2000, he has performed Windows NT, Active Directory, and Group Policy planning and implementations for some of the nation’s largest organizations. He is the author of many books on Windows and Active Directory management and Windows/Linux integration.

Check out his site and buy some of his books.    GPanswers.com

Check out his NEWSLETTER/TIPS page and sign up for some great information.

UPGRADING to WINDOWS SERVER 2008 - Five Steps

Monday, October 6, 2008 17:45
Posted in category Server Related

First Time for Everything
Although the process to upgrade AD from Windows Server 2003 to WS 2008 isn’t terribly complex, this is a process you’ve likely done only a few times. You’ve only had to upgrade a production AD domain twice before, once from Windows NT to Windows 2000 and a second time from 2000 to 2003. Because this isn’t a commonplace upgrade process, let’s take a look at the high-level steps you’ll need to accomplish.

Assuming your AD domain is already at Windows 2003 Service Pack 3, the upgrade process involves five steps.

Step One
For step one, you’ll want to run a series of “sanity checks” on your existing domain. It’s not a good idea to upgrade an unhealthy domain, so you should resolve any issues with the existing domain before starting an upgrade.

There are three tools you’d typically use to verify AD health. The first one, dcdiag.exe from Support Tools, runs a series of health and status verifications against the domain. Repadmin.exe, your second tool, is also in Support Tools. This one verifies that replication is running smoothly between DCs. You’ll also want to verify Group Policies in your domain, specifically their internal consistencies. You can do this with gpotool.exe, which you’ll find in the Resource Kit Tools.

If the domain fails any checks, you should investigate further and resolve any errors. You can avoid some of the worst upgrade scenarios by ensuring the proper functionality of the domain before you start.

Step Two
Step two is easy. Before starting the upgrade, back up one or two of your DCs. You’ll want to back up the entire server, plus its system state. If something happens, remember that you have to restore backups to the same computer where the original backup took place.

Step Three
The third step is relatively trivial from the standpoint of mouse clicks — extending the schema — but it’s often the most difficult of all. More often than not, the challenges are political, not technical: Convincing the powers that be that you need to make a schema extension can be a nightmare. Try this: Tell them you’re just making a few changes to the structure of the AD database, instead of using the much scarier sounding phrase “schema extension.”

Two extensions are also required, which is similar to the last upgrade. Before adding your first WS 2008 DC, you’ll have to run adprep.exe /forest prep to extend the Forest schema. For the domain, you also need to run adprep.exe /domain prep. If you plan to use Read-Only DCs, you’ll need to run adprep.exe /rod prep. Find adprep.exe on the WS 2008 media in the \sources\ad prep folder.

Step Four
For step four, you’ll add WS 2008 DCs to the environment. You’ll do this by upgrading an existing DC. If the hardware is available, you could also add a new WS 2008 machine to the domain and run dcpromo.exe. Doing it this way makes it easier. New WS 2008 instances, once promoted, exist in the same domain and forest functional level as their residing domain. So a new WS 2008 DC will follow the functional level rules of the other DCs.

Once you promote a DC and finish replication, you’ll need to finish testing the new DC. You may want to wait a bit and watch the event log for errors before upgrading further. Once you’re comfortable with your environment, you can continue upgrading and replacing your remaining DCs. Use dcpromo.exe to properly demote any DCs.

Step Five
Once you’ve upgraded all the DCs in your domain, step five raises the Domain Functional Level and ultimately the Forest Functional Level to Windows Server 2008. Raising the domain functional level will add some new features to the domain, such as DFS support for replicating the SYSVOL, AES encryption support, last interactive log-on information and the ability to create fine-grained password policies. Raising the forest functional level provides no new features, but ensures that new domains are automatically created as WS 2008.

Other Resources

Microsoft Technet Article

Server 2008 on Technet

PLANNING FOR LARGE MAILBOXES with Exchange 2007

Monday, October 6, 2008 13:01
Posted in category Technical

Your users are continually complaining they need more mail space, your boss wants mail recoverability in minutes not days, your ask to do more with less. Now you can have your cake and eat it too.

Check out this Microsoft White Paper.

OUTLOOK PROGRAMMING - Developer Learning Center

Monday, October 6, 2008 12:35
Posted in category Cool Resources

One of the best resources for anything Outlook. Forms design is not my specialty however this has a lot of good information even for the non-programmer in you.

Site content includes sample code, forums, tutorials and much more.

Click on the image and off you go.

SIMPLE-TALK - New Web Site Resource

Monday, October 6, 2008 6:52
Posted in category Cool Resources

Stumbled across this site while searching for answers to a technical problem I was having with Exchange. Seems to have a Blog type format with several contributors and great resources for not only Exchange but also for SQL, .NET, PowerShell and others. Click on the image to go to the site.

10 Minute Mail

Friday, October 3, 2008 6:39
Posted in category Cool Resources

10minmaillogo

FREE 10 Minute Email Address

Don’t want to use your email address to sign up for a Forum or other resource that may sell your email address to spammers? Here’s the answer. It offers free email addresses that last for only 10 minutes.
10 Minute Mail does not require any registration and does not force you to use a password.

Watch the Video Tour below.

Video Tour

Deploy Version 10.x of the Presentation Server Client

Wednesday, October 1, 2008 8:55
Posted in category General Comments

Good knowledge base article on how to deploy the new clients for Presentation Server 4.x

read more | digg story