Month: Apr 2015

Confucious

Posted on Updated on


220px-Confucius_Tang_Dynasty[1]

“A superior man is modest in his speech, but exceeds in his actions.”

Alan Turing

Posted on Updated on


225px-Alan_Turing_Aged_16[1]

“Sometimes it is the people no one imagines anything of who do the things no one can imagine.”

Mahatma Gandhi

Posted on Updated on


200px-Portrait_Gandhi[1]

“Nobody can hurt me without my permission.”

Visvesvaraya

Posted on Updated on


220px-Visvesvaraya_in_his_30's[1]

“God’s house must be clean, otherwise, God will just run away.”

Albert Einstein

Posted on Updated on


220px-Einstein_1921_by_F_Schmutzer_-_restoration[1]

“Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid.”

Windows Server 2008 R2 stuck in recovery mode after power failure

Posted on Updated on


If you cannot boot into Safe Mode either, I suggest restarting the computer, keeping pressing F8 and choosing the Last Known Good feature.

If the issue persists, please try methods below:

Method 1:

  1. Put the Windows Server 2008 R2 installation disc into the disc drive, and then start the computer.
  2. Press a key when the message indicating “Press any key to boot from CD or DVD …”. appears.
  3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.
  4. Click Repair your computer.
  5. Click the operating system that you want to repair, and then click Next.
  6. In the System Recovery Options dialog box, click Command Prompt.
  7. Type sfc /scannow, and then press ENTER.

Method 2:

  1. Put the Windows Server 2008 R2 installation disc in the disc drive, and then start the computer.
  2. Press any key when the message indicating “Press any key to boot from CD or DVD …”. appears.
  3. Select a language, time, currency, and a keyboard or another input method. Then click Next.
  4. Click Repair your computer.
  5. Click the operating system that you want to repair, and then click Next.
  6. In the System Recovery Options dialog box, click Command Prompt.
  7. Type Bootrec /RebuildBcd, and then press ENTER.

 Method 3:

  1. Put the Windows Server 2008 R2 installation disc into the disc drive, and then start the computer.
  2. Press a key when the message indicating “Press any key to boot from CD or DVD …”. appears.
  3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.
  4. Click Repair your computer.
  5. Click the operating system that you want to repair, and then click Next.
  6. In the System Recovery Options dialog box, click Command Prompt.
  7. Type BOOTREC /FIXMBR, and then press ENTER.
  8. Type BOOTREC /FIXBOOT, and then press ENTER.
  9. Type Drive:\boot\Bootsect.exe /NT60 All, and then press ENTER.

Note: In this command, Drive is the drive where the Windows Server 2008 R2 installation media is located.

How to use the Replication Monitor to Determine the Operations Master and Global Catalog Roles

Posted on Updated on


Let us see how to use the Active Directory Replication Monitor (ReplMon.exe) tool to determine the servers that hold the operations master roles in a forest as well as the domain controllers and global catalog servers for the forest. The five operations master roles that are defined in Active Directory are:

  • Schema master
  • Domain naming master
  • Relative identifier (RID) master
  • Primary domain controller (PDC) emulator
  • Infrastructure master

There is a very quick method to determine which servers in the forest hold these roles by using Active Directory Replication Monitor.

The Setup program that installs Active Directory Replication Monitor (and other useful support tools) is available on the Windows 2000 Server CD-ROM under the \Support\Tools\Setup.exe folder. When this tool is installed, you can start it if you click Start, point to Programs, click Support Tools, click Tools, and then click Active Directory Replication Monitor.

Determine the Operations Master Role Holders

  1. Start the Active Directory Replication Monitor tool.
  2. Right-click Monitored Servers, and then add one or more servers by using the wizard.
  3. Right-click the servers, and then click Properties.
  4. Click the FSMO Roles tab.
  5. The domain controllers that hold all operations master roles are now displayed under the “Owner” column.
  6. To test the connectivity to each of the operations master role holders, click Query to the right of each role.

Determine Global Catalog Servers

  1. Start the Active Directory Replication Monitor tool.
  2. Right-click Monitored Servers, and then add one or more servers by using the wizard.
  3. Right-click the servers, and then click Show Global Catalog Servers in Enterprise.

How to user DsQuery

Posted on Updated on


To find all the domain controllers in the forest with DN and RDN:

  • DsQuery Server -o rdn -Forest
  • DsQuery Server -Forest

To find all the domain controllers in a domain:

  • DsQuery Server -domain domain_name.com

To list all the domain controllers in a domain that are also Global Catalog Servers:

  • DsQuery Server -domain domain_name.com -isgc

To list the domain controller in the forest that holds the Schema FSMO:

  • DsQuery Server -Forest -hasfsmo schema

Note: Use the “>” to store the output to a text file. The below command will store all the domain controller names in AllDCs.txt.

  • DsQuery Server -Forest > AllDCs.txt

How to export dump from AD

Posted on Updated on


There are 2 commands available for this:

1. Go to Start -> Run ->cmd

Paste the command in the below format:

ldifde

ldifde -f Exportuser.ldf -s ADservername -d “CN=username,CN=Users,DC=xxx,DC=xxx,DC=xxx,DC=com”

csvde

csvde -m -f AccountName_mailboxes.txt -d “cn=ADusername,OU=Group Mailboxes,OU=Groups,DC=xxx,DC=xxx,DC=xxx,DC=com” -r “(&(objectClass=*)(mail=*))” -l objectClass,member,displayName,memberOf,proxyAddresses,legacyExchangeDN,title,telephoneNumber,facsimileTelephoneNumber,mobile,homephone,givenName,company,userPrincipalName,co,c,physicalDeliveryOfficeName,postalCode,sn,st,streetAddress,title,wWWHomePage,description,l,initials,info,sAMAccountName