Microsoft

Active Directory integration with Samba for RHEL/CentOS5.5

I’ve been asked to develop an enterprise level of complex network servers that can provide many services including mail server, ftp, web server, file server, print server, backup server, roaming profiles and user’s home directory.. etc. The client demanded at least one Linux machine regardless of the service running on it.
I’ve decided to run the web server (Apache) on it associated with the FTP server for managing the web pages contents, so I had to come out with a solution to join the Linux server to the Domain Controller (which is windows server 2003) as a member server.

It is true that any number of Samba servers can normally be set up in a Windows network without joining them to a domain. However, advantages of domain membership are central management, authentication and single sign-on. So once you’ve done with all the configuration and successfully joined the server to the DC you can use the same account name and password to log on to your Linux or Windows machine as well as the network administrators will be able to logon to the machine with their administrator credentials. Read the rest of this entry »

Windows Server 2003 – File Server and Shadow Copy

Read the rest of this entry »

Windows Server 2008 Hardware Requirements

When determining hardware requirements to install and run Windows Server 2008 and any application or services you are about to run on the server, you need to focus on three hardware resources with keeping in mind the rule “The more the better”:
Read the rest of this entry »

Remove XP Security 2010, Vista Security 2010

XP Security (or Vista Security) is a rogue antispyware program. It is also known as:
- XP Internet Security 2010
- Vista Security Tool 2010
- XP AntiSpyware 2010
- XP Antimalware 2010
- Antivirus XP 2010
- XP Smart security 2010 Read the rest of this entry »

Batch file script to map network drive to users

A batch file is a text file containing a series of commands intended to be executed by the command interpreter. When a batch file is run, the shell program reads the file and executes its commands, normally line-by-line.

The following script can be used as a logon script to map a network drive to users home directory  (or any directory) on the server or somewhere else.

1- Copy and past the script in a text editor, notepad will dose the job perfectly. Read the rest of this entry »

Promote Windows Server 2008 into a Domain controller

Promoting Windows server 2008 via command line into a domain controller are pretty straight forward procedure. That is true for the first Domain Controller in the Forest. However, If you planning to deploy a second Domain Controller, which is best practice since the second DC provides redundancy for user account data and helps distribute the load for authentication and global catalog, there are some prerequisites you need to be aware of before you promote your server into a Domain Controller DC/AC which are not discuses in this post. Read the rest of this entry »

Installing and Configuring DNS Server in Windows Server 2003

Please note before you start with the installation you MUST configure the server with a static IP address, otherwise the installation wizard prompts you to configure the server with a static IP address during the installation process.

Installing DNS Server on windows Server 2003:

To install DNS server you may choose one of the two  following methods:

* Installing DNS Server through Control panel :

  1. Click Start ==> Setting ==> Control Panel ==> Add or Remove Programs.
  2. Click on Add/Remove Windows Components from Add or Remove Programs menu.
  3. On Windows Components click on “Networking Services” and then click Details.
  4. On Networking Services details select the Domain Name System (DNS) check box, click OK and then click Next.
  5. Click Finish once the installation finished. Read the rest of this entry »

PuTTY the SSH and telnet client

PuTTY is an open source and a free implementation of Telnet, SSH, rlogin, and raw TCP computing protocols for Windows and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham.

PuTTY was originally written for Microsoft Windows, but it has been ported to various other operating systems. Official ports are available for some Unix-like platforms, with work-in-progress ports to Classic Mac OS and Mac OS X, and unofficial ports have been contributed to platforms such as Symbian OS and Windows Mobile OS. Read the rest of this entry »

Installing IIS7 on Windows Vista/ Windows Server 2008

Read the rest of this entry »