Simple command that can be used to find how long a computer has been up.
cmd /k "systeminfo | findstr "Time:"
Works on Windows Server 2003 and XP Professional.
Thursday, April 19, 2007
Wednesday, April 11, 2007
Troubleshooting Active Directory DNS issues
One useful command to check for the Active Directory Domain SRV records in the DNS is the following:
launch nslookup from the command prompt, then query using the command "
> ls -t srv DOMAIN
Where DOMAIN is the name of your domain.
The above mentioned command will fail if zone transfers are not allowed.
Another way to use nslookup to see if domain controllers can be found using DNS :
launch nslookup then enter the following commands :
More information can be found at the following article.
launch nslookup from the command prompt, then query using the command "
> ls -t srv DOMAIN
Where DOMAIN is the name of your domain.
The above mentioned command will fail if zone transfers are not allowed.
Another way to use nslookup to see if domain controllers can be found using DNS :
launch nslookup then enter the following commands :
1. set type=srvWhere Active.Directory.local is your active directory domain name.
2. _ldap._tcp.dc._msdcs.Active.Directory.local
More information can be found at the following article.
Friday, March 30, 2007
MCSE Preparation
Hello and welcome to my MCSE Training blog.
My name is Mansoor and I am currently preparing for my MCSE 2003 certifications. As I go through the course material, I intend to post entries on this blog to create an online journal for myself and possibly assist others while doing so.
The MCSE program I am preparing for consists of 7 components:
My name is Mansoor and I am currently preparing for my MCSE 2003 certifications. As I go through the course material, I intend to post entries on this blog to create an online journal for myself and possibly assist others while doing so.
The MCSE program I am preparing for consists of 7 components:
- Windows® XP Professional
- Managing & Maintaining a Windows 2003 Server Environment
- Implementing, Managing & Maintaining Network Infrastructure
- Planning & Maintaining Windows Server 2003 Network Infrastructure
- Planning, Implementing & Maintaining Active Directory Infrastructure
- Designing Security for a Microsoft Windows Server 2003 Network
- Exchange Server 2003
Subscribe to:
Posts (Atom)