Tuesday, May 31, 2011

How to Reset DRAC Password

Logon the Sever and run the following Command based on the version of DRAC Card you have:

DRAC versio 4

racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 1 "new password"

DRAC version 5
racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 2 "new password"

Tuesday, May 24, 2011

Resize Windows Partition with Open Source Applications

Find below a list of software that can be used to resize the windows Partition:

I have used most of these tools and there are specially usefull, when Windows OS is taking up the whole hard drive space. And also, when you don't want to pay for expensive partitioning software out in the market.

Monday, May 16, 2011

Boot any Linux ISO from USB in Windows

Answer Available Here

Please refer to same website http://www.pendrivelinux.com for further information and instructions on:

Flash drive installs using Live CD
Flash drive installs using Windows
USB Virtual Machine Emulation
Using and Configuring Linux

Tuesday, May 3, 2011

Managing mailboxes in Exchange Server 2007

All the credits to MSExchnage.org for the information:
Looking after different version of MS Exchange for years and then suddenly migrating to a new version, sometime simple system administration task can be time consuming, trying to figure out how things are performed under new environment.
Usually, any material which helps to simplify my day-to-day systems administration tasks and need to be referenced in future. I upload the information to my blog for my future references.

Thursday, April 28, 2011

Virus Scanning Recommendations for Enterprise Computers Running Windows

There is MS KB 822158 which contains recommendations that may help any system administrators to determine the cause of potential instability on a computer that is running Microsoft Windows when it is used with antivirus software.

Friday, December 10, 2010

Extending partitions in Windows using DiskPart

This article provides steps to expand a virtual disk (VMDK) and then extend a partition using DiskPart in Microsoft Windows. Refer to VMware KB

Wednesday, December 8, 2010

Windows Shortcut Keys

To open properties of the selected item press-------------Alt+Enter
To switch between running applications press-------------Alt+Tab
To minimizes all windows press---------------------------Windows+M
To open File Explorer press------------------------------Windows+E
To Find Files press---------------------------------------Windows+F
To open System Properties Dialog Box press-------------Windows+Pause
To openTask Manager press-----------------------------CTRL+Shift+ESC
To open start menu press---------------------------------CTRL+Esc
To open The Run Dialog Box-----------------------------Windows+R
Instantly Locks your Computer --------------------------Windows+L

Command prompts for Windows

Here is a list of commands you can use under Microsoft Windows.

Answer Available Here

Tuesday, December 7, 2010

Windows Installer CleanUp Utility fails to install on Windows

When trying to install Windows Installer CleanUp Utility and it fails with error message of:

Script: C:\DOCUME~1\fzi\LOCALS~1\Temp\StartMs i.vbs


Line: 2
Char: 1
Error:
Code:
Source: (null)

Answer Available Here

When I run a script in Windows Script, I receive an error message: "Library not registered

When you try to run a script in Windows Script, you receive the following error message:


Error: Library not registered.

Code: 8002801D

Source: (null)
 
Refer to Microsoft KB 949140 for more details