Posts tagged Windows Server 2008
Windows activation problem – code 0x8007232B
Apr 6th
When you try to activate Windows Server 2008, Windows Server 2008 R2, Windows Vista Enterprise, or Windows Vista Business (Windows Server 2008 in my case) using volume-licensed media you may receive the following error message:
Windows Activation Error: A problem occurred when Windows tried to activate. Error Code 0x8007232B. For a possible resolution, click More Information. Contact your system administrator or technical support department for assistance.
Clicking “More Information” will display the following message:
Error Details
The following information was found for this error:
Code:
0x8007232B
Description:
DNS server failure .
Configuring DNS Zones
Feb 20th
DNS Zones types at a glance:
DNS has a hierarchical structure tree called “DNS namespace” that allows it to support any size of networks (The local network, the Internet for examples) without any concerns about scalability. The root domain can have many subdomains and the subdomains can have other sub-subdomains.. etc. Any organization can use private DNS namespace within the organization without making it visible to the outside (internet) .
Domain name servers DNS store information about portion of the domain namespace called a “zone” which is a contiguous portion of the (more…)
Installing DNS server on a standalone or member server
Feb 16th
DNS Domain Name System (or Service or Server) is a name resolution service that resolves (interpret, translate) human friendly addresses such as nj180degree.net into IP addresses such as 172.16.10.1, this process is usually called Name Resolution.
Without name resolution it would be quit a hassle to locate the exact IP addresses of your resources in an IP internetworked system to access them especially when you run a Dynamic Host Configuration Protocol service on the network that will change the IP addresses of your networked devices quit constantly. (more…)
How to integrate Windows 7 to a domain using NETDOM
Sep 28th
Netdom.exe is a command line tool that is built into Windows Server 2008 and Windows Server 2008 R2. It is available if you have the Active Directory Domain Services (AD DS) server role installed. It is also available if you install the Active Directory Domain Services Tools that are part of the Remote Server Administration Tools (RSAT).
NETDOM is not installed by default in Windows 2000/XP/2003 so you have to install it through the Support Tools /Resource Kit to get your hand on it, also you have to install the correct version of NETDOM specified for your operating system. (more…)
Change UAC behavior of the elevation prompt for administrators
May 11th
User Account Control (UAC) is enabled in Windows Server 2008, Windows Server 2008 R2, Windows Vista and Windows 7 by default. Every time an Administrator trying to configure, change or apply different configuration tasks this service will prompt for permission to continue. By clicking Continue in the dialog box the Administrator would grant this permission. (more…)
Windows Server 2008 Hardware Requirements
Apr 27th
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”: (more…)
Promote Windows Server 2008 into a Domain controller
Apr 4th
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. (more…)






