We use Windows Server 2003 as a basis for comparison, with Windows Server 2008 slated to gradually replace 2003. Not all features are compared, but this article gives an excellent comparison of the major benefits and features of both operating systems.
Windows Server 2003 Benefits and Features
Windows Server 2003 is well-established in the IT enterprise industry, still holding the majority of the enterprise server market share.
As recently as October 2007, an IDG report shows that Linux actually lost market share (or at least declined in market share growth) compared to Windows over the previous three years (2005 - 2007 time frame). The article also points out that the comparison might not necessarily be an "apples to apples" comparison.
Windows Server 2003 has a well-designed graphical user interface (GUI). The entire operating system is built with the GUI as part of the 'selling point' of the operating system.
Windows Server 2003, as with all version thus far, has maintained ability also to run a command shell, thus affording command-line access to most of the typical GUI-driven o/s features. Start, Run, CMD will take you to the command-line interface; from there, it is the typical DOS command structure: "dir" to obtain a directory listing, “copy” to copy files, and so forth. From both the GUI and the command-line, administrators may develop scripts to automate tasks.
Windows has the built-in Task Scheduler which allows administrators to schedule jobs to run at specifies times or intervals.
Security is very granular, with both User-based (using Active Directory administrative GUI interfaces) and file-based security.
User-based security - users can be associated with security 'groups,' by which an administrator may grant (add the user to the group) or deny (remove the user from the group) permissions.
Users may be restricted by level of authority - i.e., "Power Users," "Operators," "Domain Administrators," or standard, non-privileged users ("Domain Users") - or by specific groups of which they are members.
File-based security (including folder-based security) can be set on a per-user or per-group basis.
Windows also is feature-rich regarding software built for the o/s. Microsoft Exchange is the primary offering for email - an enterprise-level email software package with full message auditing and tracking as needed.
Microsoft's IIS web server is the defacto built-in Web server software. It is mature, feature rich and easy to manage.
A subset of IIS (or standalone if desired) is Microsoft FTP server. It is a more or less standard FTP server, easy to setup and maintain.
Windows also has the ability to run UNIX services for Windows, which effectively allows (among other things) mapping of NFS shares from the Windows side to the Linux side.
Windows Server 2003 does not have a native telnet server built-in. The typical method to attain console access to a Windows server is to use the Windows-based Remote Desktop Protocol (RDP) GUI.