Posts Tagged ‘70-291’

What is Remote Desktop for Administration?

October 31st, 2009

Remote Desktop for Administration is a component of Windows Server 2003 Terminal Services, which is designed for server management. It is a convenient and efficient service for remote management, as it can be used on an already busy server without noticeably affecting CPU performance. Administrators can fully administer computers running Windows Server 2003 family operating systems from computers running earlier versions of Windows by installing the Remote Desktop Connection.

Note: Remote Desktop for Administration does not require purchasing special licenses for client computers that access the server.

Like this post? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is forwarder?

August 27th, 2009

A forwarder is a DNS server that receives queries from other DNS servers on the network. To configure a forwarder in a network, DNS servers on the network are configured to send DNS queries to a particular DNS server. The DNS server acting as a forwarder need not require any special configuration. A forwarder has no secondary zones.

Like this post? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is the function of the Server service?

August 27th, 2009

The Server service provides RPC support, file, print, and named pipe sharing over the network. It allows the sharing of local resources, so that other users on the network can access them. If the Server service is stopped on a computer, users will not be able to share files and printers on the computer with other computers on the network. Furthermore, this computer will not be able to satisfy RPC requests. If this service is disabled, any services that explicitly depend on this service will not start.

Like this post? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is GPMC tool?

August 26th, 2009

The Group Policy Management Console (GPMC) is a tool for managing group policies in Windows Server 2003. It provides administrators a single consolidated environment for working on group policy-related tasks. GPMC provides a single interface with drag-and-drop functionality to allow an administrator to manage group policy settings across multiple sites, domains, or even forests. GPMC is used to back up, restore, import, and copy group policy objects. It also provides a reporting interface on how group policy objects (GPOs) have been deployed.

Like this post? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

Group Policy and Group Policy Object (GPO)

August 24th, 2009

What are group policies?

Group policies specify how programs, network resources, and the operating system work for users and computers in an organization. They are collections of user and computer configuration settings that are applied on users and computers (not on groups). For better administration of group policies in the Windows environment, the group policy objects (GPOs) are used.

What is GPO?

Group policy object (GPO) is a collection of group policy settings. It can be created using a Windows utility known as the Group Policy snap-in. GPO affects the user and computer accounts located in sites, domains, and organizational units (OUs). Windows operating systems support two types of GPOs, local and non-local (Active Directory-based) GPOs.

Local GPOs

Local GPOs are used to control policies on a local server running Windows Server 2003/2008. On each Windows server, a local GPO is stored. The local GPO affects only the computer on which it is stored. By default, only Security Settings nodes are configured. The rest of the settings are either disabled or not enabled. The local GPO is stored in the %systemroot%SYSTEM32GROUPPOLICY folder.

Non-local GPOs

Non-local GPOs are used to control policies on an Active Directory-based network. A Windows server needs to be configured as a domain controller on the network to use a non-local GPO. Non-local GPOs must be linked to a site, domain, or organizational unit (OU) to apply group policies to the user or computer objects. Non-local GPOs are stored in %systemroot%SYSVOL<domain name>POLICIES<GPO GUID>ADM, where <GPO GUID> is the GPO’s globally unique identifier. Two non-local GPOs are created by default when the Active Directory is installed:

  1. Default Domain Policy: This GPO is linked to the domain and affects all users and computers in the domain.
  2. Default Domain Controllers Policy: This GPO is linked to the Domain Controllers OU and affects all domain controllers placed in this OU.

Multiple GPOs

When multiple group policy objects are assigned, the group policies are applied in the following order:

  • The local group policy object is applied first.
  • Then, the group policy objects linked to sites are applied.
    If multiple GPOs exist for a site, they are applied in the order specified by an administrator.
  • GPOs linked to the domains are applied in the specified order.
  • Finally, GPOs linked to OUs are applied.
    The OU group policy objects are set from the largest to the smallest organizational unit, i.e., first the parent OU and then the child OU.
    By default, a policy applied later overwrites a policy that was applied earlier. Hence, the settings in a child OU can override the settings in the parent OU.

Group policy settings are cumulative if they are compatible with each other. In case they conflict with each other, the GPO processed later takes precedence.

The following are the exceptions with regard to the above-mentioned settings:

  1. No Override: Any GPO can be set to No Override. If the No Override configuration is set to a GPO, no policy configured in the GPO can be overridden. If more than one GPO has been set to No Override, then the one that is the highest in the Active Directory hierarchy takes precedence.
  2. Block Policy Inheritance: The Block Policy Inheritance option can be applied to the site, domain, or OU. It deflects all group policy settings that reach the site, domain, or OU from the object higher in the hierarchy. However, the GPOs configured with the No Override option are always applied.
  3. Loopback setting: By default, users settings override computer settings in case of any conflict in policy settings. By configuring the loopback setting, an administrator can reverse the process of the application of policies. When the Loopback option is configured, the computer settings take precedence on the users settings. The Looback option can be set as Not Configured, Enabled, or Disabled. The enabled Loopback option can be set in the following two modes:
    • Replace mode: In this mode, the computer policy settings override the user policy settings.
    • Merge mode: In this mode, the computer policy settings are appended to the user policy settings.

Note: The computers that are members of a workgroup are not affected by the non-local GPOs policy settings. They process only the local GPOs.

Group Policy Inheritance

The group policies are inherited from a parent to a child within a domain. They are not inherited from the parent domain to a child domain. The ollowing are the rules regarding group policy inheritance:

  • A policy setting is configured (Enabled or Disabled) for a parent OU, and the same policy setting is not configured for its child OUs. The child OUs inherit the parent’s policy.
  • A policy setting is configured (Enabled or Disabled) for a parent OU, and the same policy setting is configured for its child OUs. The child OUs settings override the settings inherited from the parent’s OU.
  • If any policy is not configured, no inheritance takes place.
  • Compatible policy settings configured at the parent and child OUs are accumulated.
  • Incompatible policy settings from the parent OU are not inherited.

Filtering Scope of GPOs

Although GPOs are linked to the site, domain, or OUs, and they cannot be linked to the security groups directly, applying permissions to the GPO can filter its scope. The policies in a non-local GPO apply only to users who have the Read and Apply Group Policy permissions set to Allow. By specifying appropriate permissions to the security groups, the administrators can filter a GPO’s scope for the computers and users.

Note: The Apply Group Policy permission is not available with the local GPO.

Like this post? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What are domain functional levels?

August 24th, 2009

The domain functional levels are the various states of a domain, which enable domain-wide Active Directory features within a network environment. Domain levels are the same as domain modes in Windows 2000. Windows supports four types of functional levels:

  1. Windows 2000 Mixed: This is the default domain functional level. When a first domain controller is installed or upgraded to Windows 2003, the domain controller is configured to run in the Windows 2000 mixed functional level. In this mode, domain controllers running the following operating systems are supported:
    • Windows NT Server 4.0
    • Windows 2000 Server
    • Windows Server 2003
  2. Windows 2000 Native: In this level, domain controllers running Windows 2000 and Windows 2003 can interact with each other. No domain controller running a pre-Windows 2000 version is supported in this functional level of the domain.
  3. Windows Server 2003 Interim: This functional level allows a Windows Server 2003 domain controller to interact with domain controllers in the domain running Windows NT 4.0 or Windows Server 2003. This functional level is used to upgrade the first Windows NT domain to a new forest.

    Note: Windows Server 2003 interim functional level does not support domain controllers running Windows 2000.

  4. Windows Server 2003:This functional level of domain allows a Windows Server 2003 domain controller to interact only with the domain controllers running Windows 2003 in the domain. A domain level can be raised to Windows Server 2003 only when all the domain controllers in the domain are running Windows Server 2003.

Note: Once a domain functional level is raised, it cannot be changed.

Like this post? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is Replication Monitor?

August 21st, 2009

Replication Monitor is a tool that is used to monitor the status of Active Directory replication between domain controllers. If the zone information is stored within Active Directory, Replication Monitor enables users to monitor replication between DNS servers. By default, Replication Monitor is not installed on Windows Server 2003. It can be installed from the i386SupportsTolls directory on the Windows Server 2003 CD. Replication Monitor can be launched from the command prompt by using the REPLMON.EXE command after its installation.

Like this post? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

How to restore the DHCP database?

August 21st, 2009

Take the following steps to restore the DHCP database:

  1. Run DHCP from Start Menu > Programs > Administrative Tools > DHCP.

  2. In the DHCP console tree, click the applicable DHCP server.

  3. In the Action menu, click Restore.

  4. In the Browse For Folder dialog box, select the folder that contains the backup DHCP database, and click the OK button.

Like this post? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is Software Update Service (SUS) synchronization log?

August 20th, 2009

The synchronization log stores information about the synchronization of contents. The log contains the following synchronization information:

  • The success and failure information for the overall synchronization operation.
  • The time of the next synchronization if scheduled synchronization is enabled.
  • The update packages that have been downloaded or updated since the last synchronization.
  • The update packages that have failed synchronization.
  • The time in which the last synchronization has occurred.

The synchronization log can be accessed from the SUS Administration console or can be directly accessed by using the text editor. The name of the synchronization log file is historySync.xml. The file is located in the SUS installation folder under VRootAutoUpdateAdministration.

Like this post? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What are root hints?

July 4th, 2009

Root hints are DNS data stored in a DNS server. A DNS server contains a list of preliminary resource records (root hints) that can be used by the DNS service to locate other DNS servers that are authoritative for the root of the DNS domain namespace tree. Root hints are used to prepare servers authoritative for non-root zones so that they can learn and discover authoritative servers that manage domains located at a higher level or in other subtrees of the DNS domain namespace. These hints are essential for servers authoritative at lower levels of the namespace when locating and finding servers under these conditions. The root hints are stored in the file CACHE.DNS, located in the systemrootSystem32Dns folder.

Like this post? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark
uCertify.com | Our Company | Articles | Contact Us | News and Press Release | uCertify India | Entries (RSS)
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD    Cisco Certification: CCNA, CCENT    A+, Network+, Security+ Project+
Oracle Certification: OCP 11g, OCP 10g, OCA 11g, OCA 10g    CIW foundation    EC-212-32,    CISSP    Photoshop ACE CS4    Adobe Flash ACE, PMP, CAPM
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.