practice test for 98-365 from measureup
MTA 98-365  study guide pdf
Windows Server 2008 System RequirementsPhysical Memory Limits: Windows Server 2008The following table specifies the limits on physical memory for Windows Server 2008. Limits greater than 4 GB for 32-bit Windows assume that PAE is enabled.
[TH="bgcolor: #EDEDED"]Version[/TH]
[TH="bgcolor: #EDEDED"]Limit on X86[/TH]
[TH="bgcolor: #EDEDED"]Limit on X64[/TH]
[TH="bgcolor: #EDEDED"]Limit on IA64[/TH]
Windows Server 2008 Datacenter
 64 GB
1 TB
Windows Server 2008 Enterprise
64 GB
1 TB
Windows Server 2008 HPC Edition
128 GB
Windows Server 2008 Standard
4 GB
32 GB
Windows Server 2008 for Itanium-Based Systems
2 TB
Windows Small Business Server 2008
4 GB
32 GB
Windows Web Server 2008
4 GB
32 GB
Physical Memory Limits: Windows Server 2008 R2The following table specifies the limits on physical memory for Windows Server 2008 R2. Windows Server 2008 R2 is available only in 64-bit editions
[TH="bgcolor: #EDEDED"]Version[/TH]
[TH="bgcolor: #EDEDED"]Limit on X64[/TH]
[TH="bgcolor: #EDEDED"]Limit on IA64[/TH]
Windows Server 2008 R2 Datacenter
2 TB
Windows Server 2008 R2 Enterprise
2 TB
Windows Server 2008 R2 for Itanium-Based Systems
2 TB
Windows Server 2008 R2 Foundation
8 GB
Windows Server 2008 R2 Standard
32 GB
Windows HPC Server 2008 R2
128 GB
Windows Web Server 2008 R2
32 GB
Types of RAM (Random Access Memory)
DRAM = Dynamic RAM = Memory that must be refresh
SRAM = static RAM = Doesn't require refresh. Used for  cache memory
SDRAM = Synchronous Dynamic RAM =
 that is synchronized with the system bus. 
DDR = Double Data Rate SDRAM = Data read on the rise and fall of the computer clock to double the bandwidth of SRAM. 184 pin, 64 bit DIMM
DDR2 = Same as DDR, however 240 pin, 64 bit DIMM- Faster than DDR.
DDR3 =  Faster than DDR2 Common for Intel i5 and I7 and AMD Socket AM3 versiobs of the Phenom II.
Single-Channel DDR = Uses one DDR module in a single slot
Dual-Channel DDR= Uses two DDR modules in two slots to double bandwidth to the system bus
Triple-Channel DDR = Uses three DDR modules in three slots to triple the bandwidth of the systems bus
DIMM = Dual Inline Memory Module
SoDIMM = Small outline DIMM
MicrosDIMM= tinier than SoDIMM. used in some netbooks
RIMM = Ranbus Inline Memory Module
Install Windows Server 2008 Server Roles with Server Manager
Main Topics
Active Directory Domain Services. Active Directory Domain Services (AD DS) stores information about users, computers, and other devices on the network. AD DS helps administrators securely manage this information and facilitates resource sharing and collaboration between users.
Windows Server 2008 Service Pack 1 for R2 New Features
Dynamic memory for Hyper-V
Remote FXWindows Server 2008 R2 New Features
BranchCache (Requires Windows 7 client)
DirectAcess (Requires Windows 7 client)
Active Directory recycle bin
Starter group policesWindows Server 2008 Active Directory New Features
Active Directory Certificate Services
Active Directory Application Mode (ADAM)--> ADLDS
Active Directory Federation Services
Active Directory Rights Management
Read Only Domain Controllers
Active Directory is now restartable
Granular password Policy
Active Directory database snapshotsWindows Server 2008 Non Active Directory New Features
Self healing NTFS
Parallel session creation for Terminal Services
Clean server shutdown
Server Core
Hyper-V
PowerShell
DNS Server. Domain Name System (DNS) provides a standard method for associating names with numeric Internet addresses. This makes it possible for users to refer to network computers by using easy-to-remember names instead of a long series of numbers.
DHCP Server. Dynamic Host Configuration Protocol (DHCP) allows servers to assign, or lease, IP addresses to computers and other devices that are enabled as DHCP clients. Deploying DHCP servers on the network automatically provides computers and other TCP/IP-based network devices with valid IP addresses and the additional configuration parameters these devices need.
Web Server (IIS). Web Server, or Internet Information Services (IIS), enables sharing of information on the Internet, an intranet, or an extranet. It is a unified Web platform that integrates IIS 7.0, ASP.NET, and Windows Communication Foundation. IIS 7.0 also features enhanced security, simplified diagnostics, and delegated administration.
File Services. File Services provides technologies for storage management, file replication, distributed namespace management, fast file searching, and streamlined client access to files.
Hyper-V. Hyper-V provides the services that you can use to create and manage virtual machines and their resources. Each virtual machine is a virtualized computer system that operates in an isolated execution environment. This allows you to run multiple operating systems simultaneously.
Print and Document Services. Print Services enables the management of print servers and printers. A print server reduces administrative and management workload by centralizing printer management tasks.
Application Server. Application Server provides a complete solution for hosting and managing high-performance distributed business applications. Integrated services, such as the .NET Framework, Web Server Support, Message Queuing, COM+, Windows Communication Foundation, and failover Ccusters boost productivity throughout the application life cycle.
Install Exchange Server 2010Windows 2008 server core
join a computer to a domain = netdom join %computername% /domain: example.fun /userd: eample.fun\<username> /passwordd:*           THEN REBOOT THE SERVER
Change computer name in a domain = netdom renamecomputer %computername% /NewName:<newname> /userd:eample.fun \<username> /passwordd:*
Change a computername in a workgroup = netdom renamecomputer <currentcomputername> /NewName:<newcomputername>
Install an update = wusa <update>.msu /quiet
Configure automatic updates :
To verify updates = Scregedit.wsf /AU /v
To enable updates= Scregedit.wsf /AU 4
To disable updates= Scregedit.wsf /AU 1
server core: setting up an AD server
ENTER a STATIC ADDRESS:
netsh ineterface ip4 set address name=2 source=static address=192.168.1.200 mask=255.255.255.0 gateway=192.168.1.1
SET the DNS server IP address:
netsh interface ip4 add dnsserver name =2 address 192.168.1.200
index=1
RENAME THE COMPUTER TO DCadCORE:
netdom renamecomputer %computername% /NewName:DCadCORE /reboot:0
Install DNS: start /w ocsetup DNS-Sever-Core-Role
Install DHCP (if need be) : start /w ocsetup DHCPServerCore
Enable remote management: winrm quickconfig
Setting up AD DS on server-core
dcpromo /replicaOrnewDomain:replica /replicaDomainDNSName:example.example/ConfirmGC:yes/userdomain:example.example /UserName=administrator /Password=P@ssw0rd/SafeModeAdminPassword:Pa$$word1
or dcpromo /unattend:c:\answer.txt
James Conrad does a good job with all the topics for the exam in my opinion 
Yes, I am still studying for the exam. I already read the book twice and I am using ucerify for practice tests.
Windows 7 VHD Boot Demonstration
UPS = Uninterruptible power supply (APC)
it helps to provided continuous power
it protects against brown outs, SAG, and power outages (give ample time to turn off servers or power on the generator
)
it can also work as a power conditioner to fight against spike and surges 
Size will vary
- Desktop for soho
- datacenter editions - APC -MGE EPS 8000
Windows Server BackupWindows Server NT through Windows Server 2003  used ntbackup.exeWindows server 2008 uses Windows Server BackupYou need to add or install as a Feature in Server Manager You can't use Tape (I use an USB 2.o ext hard drive) ... it uses an entire Hard Drive sourceNo Network Source, No Network Target ->EXCEPT for ONE -OFFBlock-Level Backup .. it is fast, efficient and affected by defragit can be scheduled or a single you can use the UI or wbadminRestoreSpecific FilesComplete PCDS Restore using ntdsutil w/ Auth Restore (to bring back deleted AD objects)Auth Restore EXAMPLEreboot server to DSrestore modeopen command promptwbadmin get versions (use the Version identifier)wbadmin start systemstaterecovery -version:05/14/2013-22:22hit y .. *after  that .. don't reboot the pc*open another command promptntdsutil ntdsutil: activate instance ntdsntdsutil: auth restauthoritative restore: restore object "cn=example., ou=example, ou=example, dc= fun, dc= times"click on "Yes" to restore the objectthen quit  .. close out Command prompt (this is a work in progress)
(this is a work in progress)