Showing posts with label MCP. Show all posts
Showing posts with label MCP. Show all posts

To Reset password in server 2003

Steps to reset password  in server 2003


Click Start, highlight "Administrative Tools" and select "Active Directory Users and Computers"

In the console tree, click Users.

In the details pane, right-click the user whose password you want to reset, and then click Reset Password.

Type and confirm the password.

If you want to require the user to change this password at the next logon process, select the User must change password at next logon check box.
Read More...

Adding users to Active Directory

Steps

  • Click Start, highlight "Administrative Tools" and select "Active Directory Users and Computers"

  • Now, expand your domain name on the left side, and go to the bottom where it says "Users".  Once you click on that, you will see all of the automatically created users, you will also see all of the users you made before you ran dcpromo - that's because they all stay through the promotion to DC.  Anyway, to add a user, you can either right click the "Users" folder on the left side, or the blank area on the right side, and highlight "New" then click "User"

  • In the next dialog we can set the user's First name, Last name and various other pieces of information, including their log-on name, and domain to which we want to add them

  • After clicking "Next" you are presented with the password-settings screen.  You can set the user's password and then have them change it on their first log-on by selecting "User must change password at next logon".

  • In the next dialog, we get a summary of the user to be created.  Click "Finish" and the user has been created.And we're finished!
Read More...

How to check whether a SMPS is in working condition or not?

Take a small piece of wire and connect one end in GREEN wire port and other in the BLACK. Switch ON the supply if the fan in the smps is working the smps is good. 
Read More...

Creating the first Windows Server 2003 Domain Controller in a domain

Preface:
One of the greatest features of Windows Server 2003 is its ability to be a Domain Controller (DC).  The features of a domain extend further than this tutorial ever could, but some of its most well known features are its ability to store user names and passwords on a central computer (the Domain Controller) or computers (several Domain Controllers).  In this tutorial we will cover the "promoting" (or creating) of the first DC in a domain.  This will include DNS installation, because without DNS the client computers wouldn't know who the DC is.  You can host DNS on a different server, but we'll only deal with the basics.
Method:
Click Start -> Run...
Type "dcpromo" and click "OK"
You will see the first window of the wizard.  As it suggests, I suggest reading the help associated with Active Directory.  After this, click "Next"
Click "Next" on the compatibility window, and in the next window keep the default option of "Domain Controller for a new domain" selected, and click "Next"
In this tutorial we will create a domain in a new forest, because it is the first DC, so keep that option selected
Now we have to think of a name for our domain.  If you own a web domain like "visualwin.com", you can use it, but it isn't suggested because computers inside of your domain may not be able to reach the company website.  Active Directory domains don't need to be "real" domains like the one above - they can be anything you wish.  So here I will create "visualwin.testdomain"
Now in order to keep things simple, we will use the first part of our domain ("visualwin"), which is the default selection, as the NetBIOS name of the domain
The next dialog suggests storing the AD database and log on separate hard disks, and so do I, but for this tutorial I'll just keep the defaults
The SYSVOL folder is a public share, where things like .MSI software packages can be kept when you will distribute packages (as I said, AD has a lot of different features).  Once again, I will keep the default selection but it can be changed if you wish to use the space of another drive
Now we will get a message that basically says that you will need a DNS server in order for everything to work the way we want it (i.e., our "visualwin.testdomain" to be reachable).  As I mentioned earlier, we will install the DNS server on this machine as well, but it can be installed elsewhere.  So keep the default selection of "Install and configure", and click "Next"
Because, after all, this is a Windows Server 2003 tutorial website, we'll assume there are no pre-Windows 2000 servers that will be accessing this domain, so keep the default of "Permissions compatible only with Windows 2000 or Windows Server 2003 operating systems" and click "Next"
The restore mode password is the single password that all administrators hope to never use, however they should also never forget it because this is the single password that might save a failed server.  Make sure it's easy to remember but difficult to guess
Now we will see a summary of what will happen.  Make sure it's all correct because changing it afterwards can prove to be difficult
After the previous next was clicked, the actual process occurs.  This can take several minutes.  It's likely that you will be prompted for your Windows Server 2003 CD (for DNS) so have it handy
If your computer has a dynamically assigned address (from DHCP) you will be prompted to give it a static IP address.  Click ok, and then in the Local Area Connection properties, click "Internet Protocol (TCP/IP)" and then "Properties"
In the next window select "Use the following IP address" and select the information that you will use for your domain (and 127.0.0.1 for the primary DNS, because your computer will host DNS.  I still suggest setting up an alternate as well.)  Click "OK" and then "Close" on the next window
And after a while you will see
And we're finished.

Read More...

Email Error : "Server responded 550 must be authenticated" : Solved

Today i come across an error while sending email from outlook 2007.While sending email i got an error message that "Error 550: Server must be authenticated".This can be rectified as follows

Click on "Tools" menu in the Microsoft Outlook.Then choose "Account settings", Double click on the email which you have problem. A new window pops up.At the lower right corner of the window there will be a button labeled "More settings" Click it. Go to the "Outgoing server" tab and put a check in the box labled "My outgoing server (SMTP) requires authentication" under that you will see 2 buttons, Select the button labled "Use same settings as my incoming mail server", Click "OK" then click "Next" at the next menu, then click "Finish" at the next menu and finally "Ok" at the last menu. Restart Outlook and you should be fine.

Read More...