Technical Blog

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 24 November 2009

Find Dell Service Tag from Command mode in windows

Posted on 05:18 by Unknown
Following WMIC command will give make and model number along with service tag.

C:\>wmic csproduct get vendor,name,identifyingnumber

IdentifyingNumber Name Vendor
ABCDEF1 PowerEdge 2950 Dell Inc.
Read More
Posted in Windows | No comments

Monday, 27 July 2009

Recover Deleted Items in Outlook 2003 in Exchange 2003

Posted on 14:30 by Unknown
Please use the following link

http://www.petri.co.il/using_outlook_2003_to_recover_deleted_items.htm
Read More
Posted in Exchange Server | No comments

Wednesday, 24 June 2009

Rename a Windows Server 2003 domain controller (DC)

Posted on 04:10 by Unknown
Follow the below link:

http://windowsitpro.com/article/articleid/41055/how-can-i-rename-a-windows-server-2003-domain-controller-dc.html
Read More
Posted in Windows Server 2003 | No comments

Thursday, 18 June 2009

How to Find ILO card IP address.

Posted on 06:45 by Unknown

Here you go:

For single sever: http://www.bladewatch.com/2009/01/21/whats-my-ilo-ip-address/


To find all the iLO’s on your network: http://blog.nachotech.com/?p=63

Read More
Posted in Windows | No comments

Sunday, 14 June 2009

How to reset DRAC password

Posted on 12:46 by Unknown
The DRAC password may be changed by logging into the OS as OS user "root" and running the racadm command to change the DRAC "root" user password. The commands are listed below.

Default password
The default DRAC password for DELL PowerEdge systems is "calvin".

For DRAC 4 password:

As root on the host run the following racadm command:

-> racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 1 "newpasswordhere"

And to display all user information except the password

->racadm getconfig -g cfgUserAdmin -i 1

For DRAC 5 password

As root on the host run the following racadm command (notice it's index 2 for DRAC 5)

racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 2 "newpasswordhere":

And to display all user information except the password:

racadm getconfig -g cfgUserAdmin -i 2
Read More
Posted in Windows | No comments

How to reset iLO Password

Posted on 12:35 by Unknown
If you have access to running windows system follow the steps:

1. Ensure that SNMP is installed because it was a prerequisite for HP Insight Management Agents.
2. Ensure that HP Insight Management Agents are installed.

Unzip the attached Riloreset.zip file to folder c:\hp\ilo.

Extract the file Administrator_reset_pw.xml from c:\hp\ilo\Hponcfg.zip to the c:\hp\ilo folder.

Edit the file with the username you would like to reset and also edit the PASSWORD value="newpass@12$" to the new password.

Than go to command prompt to folder c:\hp\ilo and run the following command:HPONCFG.exe /f Administrator_reset_pw.xml /l log.txt > output.txt

We don't require the old password to reset the account.


find the same information in the below given url:
http://www.wikihow.com/Change-an-iLO-Password
Read More
Posted in Windows | No comments

What is paged memory and non paged memory

Posted on 10:26 by Unknown
Paged Pool is exactly what its name implies , it can be paged out. The NonPaged Pool cannot be paged out. Each of these pools start at an initial size that is based upon the amount of physical memory present in the system. NP pool on Windows 2003 x86 systems has limit 256 MB. it used for kernel operations (drivers), GUI and some others.

virtual memory, or the page file, it resides on the hard drive. Page files are measured in megabytes. The size of the page file is based on how much RAM is installed in the computer. By default a page file which is 1.5 times the amount of installed RAM and places it on the hard drive where XP is installed.
Read More
Posted in Windows | No comments

Thursday, 11 June 2009

Active Directory Replication Types

Posted on 06:04 by Unknown
Intrasite Replication :
Replication between domain controllers within the same site. Intrasite replication utilizes the RPC protocol to replicate data over fast, reliable network connections. Replication data is not compressed. Polling Interval which is every 5 minutes by default.

Intersite Replication:
Replication between sites. Intersite replication will utilize either RPC over IP or SMTP to replicate data.With intersite replication, packets are compressed to save bandwidth. Polling Interval By default is three hours or 180 minutes. The minimum period is 15 minutes.
Read More
Posted in Windows Server 2003 | No comments

What Information is Replicated in Active Directory

Posted on 05:56 by Unknown
->When an object is created.
->When an object is deleted.
->When an object is moved.
->When an object is changed or modified.


AD Objects: Domain, Organizational Unit, User, Computer, Contact, Group, Shared Folder and Shared Printer

Active Directory replication can utilize one of two protocols to send replication data between domain controllers

Remote Procedure Call (RPC): This is the main protocol used by Active Directory to send replication data.

Simple Mail Transport Protocol (SMTP): SMTP is typically utilized for sending replication data in bulk, and for sending replication data over unreliable network connections
Read More
Posted in | No comments

Sunday, 7 June 2009

Active Directory Saved Queries Templates ( very useful)

Posted on 10:50 by Unknown

In order to configure and use server query follow the below link ( Very useful link)
http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html
Read More
Posted in | No comments

To schedule automatic email send in Outlook 2007

Posted on 10:46 by Unknown

To schedule automatic email send see the below link.

http://www.kreslavsky.com/2009/03/outlook-delay-or-schedule-email-send.html
Read More
Posted in Exchange Server | No comments

If Desktop Icon Disappeared/Deleted.

Posted on 10:35 by Unknown
If Desktop Icon Disappeared/Deleted. Follow the below steps to restore it.

Open Notepad

Paste the text bellow

[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar] Command=ToggleDesktop

Save the file as Desktop.scf and drag it to your Quick Launch bar.
Read More
Posted in Windows | No comments

Saturday, 6 June 2009

Script to check the Exchange database size

Posted on 13:15 by Unknown

Follow the below link for Script:

http://www.tek-tips.com/faqs.cfm?fid=5708
Read More
Posted in Exchange Server | No comments

How to Add Static route in Windows 2003

Posted on 12:48 by Unknown
Q) To display the entire contents of the IP routing table, type:

A) route print

Q) To add a default route with the default gateway address of 192.168.1.1, type:

A) route add 0.0.0.0 mask 0.0.0.0 192.168.1.1

Q) To delete the route to the destination 10.101.0.0 with the subnet mask of 255.255.0.0, type:

A) route delete 10.101.0.0 mask 255.255.0.0
Read More
Posted in Windows | No comments

You can force replication between DCs

Posted on 12:36 by Unknown
-> Start Active Directory Sites and Services.
-> Expand the Sites.
-> Expand the site that contains the DCs. (The default site Default-First-Site-Name might be the only site.)
-> Expand the servers.
-> Select the server you want to replicate to, and expand the server.
-> Double-click NTDS Settings for the server.
-> Right-click the server you want to replicate from.
-> Select Replicate Now from the context menu.

or
use the below command line tools for force repliction.
1) Repadmin 2)Replmon

GPUPDATE /force will cause policies to be re-applied/updated but some policies can only be applied fully at login and/or startup.
Read More
Posted in Windows Server 2003 | No comments

Is it ok to delete files in Compress old files in Disk cleanup tool?

Posted on 09:24 by Unknown

Compress Old Files doesn't delete any files from the drive. It compresses files that Windows hasn't accessed for a specified period of time. The files are still available, but there will be a slight increase in access times because the files will be decompressed the next time they are accessed. Note that when Compress Old Files is highlighted an Options button appears. Clicking it will allow you to set the number of days to wait before an unaccessed file is compressed.

So, if you delete the compressed files, you will lose data. Is it okay to do so? Well that is up to you and whether or not that data is important to you.
Read More
Posted in Windows | No comments

Monday, 1 June 2009

How to retrieve the total number of sessions on my Terminal Server?

Posted on 08:33 by Unknown
Type one of the following commands in a command window:

query session /counter

or

query user find "rdp-tcp#" find /c " Active "

If you are running Windows 2003 on your TS, you can also use the following script


(save it as SessionCount.vbs):

Set obji = GetObject("winmgmts:{impersonationLevel=impersonate}!Win32_Service='TermService'")
wscript.echo "Total sessions: " & obji.TotalSessions
wscript.echo "Disconnected sessions: " & obji.DisconnectedSessions

Run the script from a command prompt with:
cscript SessionCount.vbs
Read More
Posted in Windows Server 2003 | No comments

How to kill remote disconnected sessions?

Posted on 08:24 by Unknown
use a command line tools:

To list all sessions on a server: qwinsta /SERVER:servername

To end a session:

rwinsta {sessionname sessionid} /SERVER:servername

sessionname : Identifies the session with name sessionname.
sessionid: Identifies the session with ID sessionid.
SERVER: servername The server containing the session
Read More
Posted in Windows Server 2003 | No comments

Thursday, 28 May 2009

ITIL,Microsoft, Examination Dumps

Posted on 12:43 by Unknown
Dowload the latest examination dumps from

http://examcollection.com
Read More
Posted in Windows | No comments

Server-side Auto-Replies with Exchange 2007 / Outlook 2007

Posted on 12:24 by Unknown
Please see this link
http://www.darylhunter.me/churchit/2008/11/serverside-autoreplies-with-exchange-2007-outlook-2007.html
Read More
Posted in Exchange Server | No comments

Monday, 2 March 2009

Sending SNMP Traps from SCOM 2007 to an external system.

Posted on 05:35 by Unknown
SCOM can't forward SNMP to an other system directly like MOM 2005. There are some connectors available for you to forward SNMP traps. Available connectors are there for Tivoli, HPOV and a generic one.

You can look into developing your own solution through creating a custom MP to forward SNMP traps. Or you can look to leverage a third party provider like Quest. See the link below.

http://www.quest.com/quest-management-connector/
Read More
Posted in SCOM 2007 | No comments

MOM 2005 Reporting - Grooming and Shrinking the Reporting database

Posted on 04:29 by Unknown
Follow the below link: ( very useful- it worked for me)

http://ops-mgr.spaces.live.com/blog/cns!3D3B8489FCAA9B51!147.entry
Read More
Posted in SCOM 2007 | No comments

Top 10 new features of Exchange 2007

Posted on 00:15 by Unknown
Here you go: http://www.infoworld.com/d/developer-world/top-10-new-features-exchange-2007-800
Read More
Posted in Exchange Server | No comments

Sunday, 1 March 2009

Top 10 Features in Windows Server 2008

Posted on 22:51 by Unknown
Here you go: http://www.serverwatch.com/trends/article.php/3716276
Read More
Posted in Windows Server 2008 | No comments
Newer Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • SQL Interview Questions
    What is Database engine? The Database Engine is the core service for storing, processing, and securing data. What is Quorum Disk? In the eve...
  • Batch File to Map network drive.
    First, open up Notepad or your favorite text editor. Next, copy the commands as shown below and paste them into the file. Don't forget ...
  • How to Move VM from One ESX to another ESX server
    follow this: http://www.heuers.org/wp/?p=264
  • MOM 2005 Reporting - Grooming and Shrinking the Reporting database
    Follow the below link: ( very useful- it worked for me) http://ops-mgr.spaces.live.com/blog/cns!3D3B8489FCAA9B51!147.entry
  • SCCM / SMS Interview Questions
    Can you change a secondary site to a primary site? No. A secondary site is always a secondary site. It cannot be upgraded, moved, or changed...
  • Export Distribution List Members (from Active Directory to Text)
    Here is the Script to Export the members from DL On Error Resume Next WScript.Echo Now() Set objGroup = GetObject _ ("ldap://CN=testgro...
  • You can force replication between DCs
    -> Start Active Directory Sites and Services. -> Expand the Sites. -> Expand the site that contains the DCs. (The default site Defa...
  • Find Dell Service Tag from Command mode in windows
    Following WMIC command will give make and model number along with service tag. C:\>wmic csproduct get vendor,name,identifyingnumber Ident...
  • What Information is Replicated in Active Directory
    ->When an object is created. ->When an object is deleted. ->When an object is moved. ->When an object is changed or modified. AD...
  • SCOM 2007 / MOM 2005 Interview Questions
    What is the port number for SNMP? 161 What is the Default port number for SQL? 1433 How do u migrate from MOM 2005 to SCOM 2007? Only side b...

Categories

  • Active Directory
  • Citrix
  • Downloads
  • Exchange Server
  • HPSA
  • IIS
  • SCCM
  • SCOM 2007
  • Scripting
  • SQL
  • Storage
  • VMWARE
  • Windows
  • Windows 7
  • Windows Server 2003
  • Windows Server 2008

Blog Archive

  • ►  2011 (25)
    • ►  November (5)
    • ►  July (1)
    • ►  June (1)
    • ►  May (3)
    • ►  April (12)
    • ►  March (3)
  • ►  2010 (12)
    • ►  June (1)
    • ►  May (3)
    • ►  April (8)
  • ▼  2009 (24)
    • ▼  November (1)
      • Find Dell Service Tag from Command mode in windows
    • ►  July (1)
      • Recover Deleted Items in Outlook 2003 in Exchange ...
    • ►  June (16)
      • Rename a Windows Server 2003 domain controller (DC)
      • How to Find ILO card IP address.
      • How to reset DRAC password
      • How to reset iLO Password
      • What is paged memory and non paged memory
      • Active Directory Replication Types
      • What Information is Replicated in Active Directory
      • Active Directory Saved Queries Templates ( very us...
      • To schedule automatic email send in Outlook 2007
      • If Desktop Icon Disappeared/Deleted.
      • Script to check the Exchange database size
      • How to Add Static route in Windows 2003
      • You can force replication between DCs
      • Is it ok to delete files in Compress old files in ...
      • How to retrieve the total number of sessions on my...
      • How to kill remote disconnected sessions?
    • ►  May (2)
      • ITIL,Microsoft, Examination Dumps
      • Server-side Auto-Replies with Exchange 2007 / Outl...
    • ►  March (4)
      • Sending SNMP Traps from SCOM 2007 to an external s...
      • MOM 2005 Reporting - Grooming and Shrinking the Re...
      • Top 10 new features of Exchange 2007
      • Top 10 Features in Windows Server 2008
Powered by Blogger.

About Me

Unknown
View my complete profile