Module 01 Course and Lab Environment Introduction
Module 01 Course and Lab Environment Introduction
Module 1
COMP10041 Microsoft Server Admin 1
3. The following command will run the vboxmanage command line interface to register the Windows 7 Professional virtual machine in the Sun VirtualBox inventory
vboxmanage openmedium disk d:\courses\comp-10051\ Windows7Pro.vdi (--type immutable)
The parameters in brackets are optional and will register the hard disk file as immutable. All changes will be lost when the virtual machine is shutdown. Start the VirtualBox and the two virtual machines should already be listed.
Click on the hard disk file then the Hard Disk folder to select the Server2008R2.vdi file and click Select. Click ok to close the media manager. Repeat these steps for the Windows7Pro virtual machine.
Delivery
COMP-10041 will consist of two, 2 hour classes per week with both held in a lab room Typically, each class will include:
Review of concepts taught in the previous class Brief overview of new content to be covered in this class Professor-led class with a mix of lecture material and hands-on activities
Go to the following link for the details on how to obtain this software:
http://www.mohawkcollege.ca/Schools/fet/ECET/Current_CSAIT_Students/MSDNAA.html
Internet access will be available from the local host machine only The servers will not provide DHCP information
Source: http://www.microsoft.com/windowsserver2008/en/us/r2-editions-overview.aspx
Source: http://www.microsoft.com/windowsserver2008/en/us/r2-editions-overview.aspx
Source: http://www.microsoft.com/windowsserver2008/en/us/r2-editions-overview.aspx
Source: http://www.microsoft.com/windowsserver2008/en/us/r2-editions-overview.aspx
Source: http://www.microsoft.com/windowsserver2008/en/us/r2-editions-overview.aspx
Source: http://www.microsoft.com/windowsserver2008/en/us/r2-editions-overview.aspx
Common Features
All of the Server 2008 R2 editions support the same core features and administration tools Important Exception:
Active Directory cannot be installed on a system running the Web Edition making it impossible for it to act as a domain controller Web Edition servers can participate as member servers in an Active Directory domain
Workstation
Windows NT (Used Windows 3.1 U.I.)
Server
Windows NT Advanced Server
Windows NT 3.5
Windows NT 3.51
Windows NT 4.0
Workstation
Windows 2000 Professional Windows XP Professional
Server
Windows 2000 Server Windows .NET Server Windows Server 2003 Standard Windows Server 2008
Windows 2008
Windows 2008 R2
Active Directory
Active Directory is a directory (database) service that uses a naming convention based on the Domain Name System (DNS) Active Directory plays a very large part in Windows Server administration A solid understanding of Active Directory structures and procedures is essential to your success as a Windows Server 2008 R2 system administrator
Workgroups are groups of computers that share resources where each individual computer is managed separately
Domains are collections of computers that you can manage collectively as a single unit through domain controllers Domain controllers are Windows Server systems that manage access to:
The network The directory database (i.e. Active Directory) Shared network resources
Domain Controllers
Domain controllers store Active Directory information and provide authentication and directory services for the domain Windows 2000, 2003, 2008 and 2008 R2 domains use a multi-master domain replication model
Any domain controller can process directory changes and then replicate those changes to other domain controllers automatically
Data Store
The data store contains information about domain objects such as:
Account information for:
Users Groups Computers
Although AD LDS independently provides directory storage and access for applications, it uses the same standard application programming interfaces (APIs) as Active Directory to manage and access the application data
This makes AD LDS ideal for applications that require directory services, but do not require the complete infrastructure features of Active Directory
Domain Objects
Windows Server 2008 R2 Domain
Domain Controller
Network Printer
SAM Database
Domain Controller
Logging on to any Domain Controller potentially gives the user access to any resources in the domain
Stand-Alone Servers
In a workgroup environment a Windows Server 2008 R2 must be configured as a Stand-alone server Stand-alone servers are NOT a part of a domain and have their own user database Stand-alone servers authenticate logon requests using their local SAM database for access to local resources
Workgroup Objects
Windows Workgroup
SAM Database
Stand-alone Server
SAM Database
Windows 7 Client
SAM Database
Windows 7 Client
SAM Database SAM Database
Stand-alone Server
Stand-alone Server
Each computer keeps its own list of users that it allows to access its resources in a separate SAM database
Windows 7 Client:
Local Area Connection: IP Address: Subnet Mask: Default Gateway: Preferred DNS Server: Intel(R) PRO/1000 MT Desktop Adapter 192.168.100.1 255.255.255.0 192.168.100.10 192.168.100.10
Domain Configuration
Domain Name: Domain Controller Name: acme.com acmeserver.acme.com
DNS Server:
Domain Administrator Account: Domain Administrator Password:
acmeserver.acme.com
Administrator Adminp&ss
This text will be an excellent long term reference for field work and future Windows courses so you should find this text useful even after completing this course
1. Click the Network icon from the System Tray and choose Open Network and Sharing Center
2. Click Change adapter settings and Local Area Connection and select
Properties 3. Select Internet Protocol Version 4 (TCP/IPv4) and select Properties
Your server virtual machine is configured as the domain controller for the acme.com domain
4. Select the Workgroup radio button and enter workgroup as the workgroup name then click OK 5. If requested, enter the User name: Administrator with the password Adminp&ss
Passwords are case-sensitive (i.e. use uppercase A when entering Adminp&ss)
When the workstation finishes booting, you will be prompted to login. You will no longer be able to logon with the domain administrators credentials. Login as the local administrator- password is P&ssw0rd
1. From the Start menu, right click Computer and select Properties 2. In the Computer name, domain, and workgroup settings section, select Change settings tab 3. Click the Change button
The Computer name field displays the computers NetBIOS name The Full computer name includes the FQDN (fully qualified domain name) No two computers in the domain are allowed to have the same name
4. Select the Domain radio button and enter acme.com as the domain name then click OK
When a computer joins a domain, a computer account is created in the domains Active Directory
To prevent just anyone from doing this, a domain username and password must be given when performing this procedure
Domain Accounts
You will work with several user accounts in this course:
Administrator
Full control over all domain resources with the password Adminp&ss
tony.green
Tony is the I.T. Manager for the Acme Corporation Tony has some administrative authority in the domain but he is not a full administrator His password is Adminp&ss
Note: Do not confuse logging on locally with logging on to your local host
Your local host is the physical machine youre sitting at Logging on locally means using the local account on the virtual workstation
Other domain users and groups are also automatically given access to this local computer when it joined the domain
Note that ACME/Administrator (domain administrator) is also a member
Other local users and groups may be given access to this local computer as well
Note that Administrator (local administrator) is also a member
Domain Users is a domain group account that includes all user accounts in the domain
Any domain user can log onto this workstation because it belongs to the domain and these accounts can potentially be given all of the same access to this local workstation that the Administrator user has
2. Switch users and as the other user log on using the domain administrator account (acme\administrator, Adminp&ss)
By specifying a logon to the ACME domain, the administrator account will be authenticated by the domains Active Directory rather than by the local computers SAM This gives the logged on administrator account access to domain resources not just to the local computer resources
Two account types will be used throughout this course to perform domain-level regular user type tasks:
tony.green and any of the other Acme employees Circumstances will dictate when each is used
As an attempt to model a real-world company, Tony has been given some moderate domain administrative authority but he has nowhere near the power of Administrator Tony has been given two added capabilities:
Delegated Control over the Acme Organizational Units
Can create and manage objects in these OUs
2. Log on using the tony.green account with Adminp&ss (make sure that you are logging onto the acme domain)
Now you should be logged into the domain using a regular domain user account
Administrative Tools
Made up of utility programs we will use throughout this course to administer the Windows Server 2008 R2 domain A Windows 7 installation would NOT include these Administrative Tools The RSAT Pack is available for free download from Microsoft:
http://www.microsoft.com/downloads/details.aspx?FamilyID=7D2F6AD7-656B-4313-A005-4E344E43997D
RSAT for Windows 7 ARE backward compatible with Windows 2000 and 2003 Server and they obviously are compatible with Windows Server 2008 R2
RSAT for Windows 7 enables IT administrators to manage roles and features that are installed on remote computers that are running Windows Server 2008 R2 (and, for some roles and features, Windows Server 2008 or Windows Server 2003) from a remote computer that is running Windows 7
2. Select Start / Administrative Tools Your professor will briefly discuss a few of the main administrative tools
4. Choose Another computer: and enter acmeserver which is the NetBIOS name of the domain controller and click OK
Computer Management (Local) should now be replaced by Computer Management (acmeserver) indicating you are now working with the computer called ACMESERVER
End
Remember to bring the Supplemental Content documents for this module and the next module to the next class