Notify me of new posts via email. Tutoriale Online Windows Server x64 Editions ». Overview Microsoft Windows Server Service Pack 2 SP2 is a cumulative service pack that includes the latest updates and provides enhancements to security and stability.
Instructions Click the Download button at the top of this page to start the download, or choose a different language from the drop-down list and click Change. Do one of the following: To copy the download to your computer for installation at a later time, click Save or Save this program to disk. To start the installation immediately, click Open or Run this program from its current location.
Rate this:. Share this: Twitter Facebook Reddit. Like this: Like Loading Leave a Reply Cancel reply Enter your comment here Fill in your details below or click an icon to log in:.
Email required Address never made public. Delegation of Control Application Data Partitions Create a Child Domain Domain Functional Modes Renaming a Domain Controller Forest Functional Modes Renaming a Domain Trust Relationships: External and Internal Managing and Maintaining an Active Directory. Schema Security and Schema Cache Adding a Schema Attribute Adding a UPN Suffix Non-Authoritative Restore Operations Perform an Authoritative Restore Operation Active Directory Utilities Planning and Implementing Strategies.
Creating a Domain User Account Creating an Account With the Command Line Moving User Accounts Creating Lots of Users at Once Groups in Windows Creating a Group Group Nesting Changing Group Scope Impact of Universal Groups on Replication Recommendations for Strong Passwords Plan a Smart Card Authentication Strategy Setting Permissions with the Command Line The Effective Permission The tutorial will also walk you through the steps for hosting content both locally and remotely using virtual directories, and will explain how to perform common administration tasks involving web servers.
Internet Information Services 6 IIS 6 is a powerful platform for hosting web sites on both the public Internet and on private intranets. Note that for simple security reasons IIS should only be installed on member servers, not domain controllers. The reason is that if you install IIS on a domain controller and your web server becomes compromised, the attacker could gain access to your accounts database and wreak havoc with your network. Creating a Web Site The simplest approach is to use a separate IP address to identify each web site on your machine.
This means any IP address not specifically assigned to another web site on the machine opens the Default Web Site instead. This starts the Web Site Creation Wizard. Click Next and type a description for the site:. Click Next again and specify Click Next and leave only Read access enabled since the Human Resources site will initially only be used to inform employees of company policies:.
The script we used here is Iisweb. The basic syntax of this script is easy to figure out from the previous screenshot, and a full syntax can be found here. Note that unlike the Web Site Creation Wizard used previously.
So if you want to disable anonymous access you should do it by opening the properties sheet for the Help Desk site, selecting the Directory Security tab, and clicking the Edit button under Authentication and Access Control. This opens the Authentication Methods box where you can clear the checkbox to disable Anonymous Access and leave Windows Integrated Authentication as the only authentication method available for clients on your network:.
Click Next and type the alias for the virtual directory:. Click Next and specify the physical folder on the local server to map to this alias:. Note the difference in the icons for the two virtual directories. For the full syntax of Iisvdir. The Iisvdir. Controlling Access to a Web Site. By default only Read permission is enabled, but you can also allow Write access so users can upload or modify files on your site.
Script source access so users can view the code in your scripts generally not a good idea , or Directory browsing so users can view a list of files in your site also not a good idea.
Web permissions apply equally to all users trying to access your site, and they are applied before NTFS permissions are applied. IP address restrictions can be used to allow or deny access to your site by clients that have a specific IP address, have an IP address within a range of addresses, or have a specific DNS domain name. This opens the following dialog, which by default does not restrict access to your site:.
The main thing to watch for here is that denying access based on domain name involves reverse DNS lookups each time clients try to connect to your web site, and this can significantly impact the performance of your site. The final way of controlling access to your sites is to use the Authentication Methods dialog box we looked at previously:. In summary, the five authentication options displayed here are: l Anonymous access.
Used mainly for web sites on public Internet web servers. Used mainly for web sites on a private intranet. Older authentication scheme that transmits passwords over the network in clear text, so use this only in conjunction with SSL.
0コメント