it needs to support SRV records.
In the LAN, its recommended to use DHCP because of the following two big reasons.
Reduced Netwok Administration:
Centralized and Automatic TCP/IP configurations.
In school what software do you use to create a database?
Microsoft Acess...
To the person who wrote excel that's used for spreadsheets which is different from a database.
.msi
Is it possible to install Microsoft Windows Server 2008 to a laptop?
Yes, if the laptop meets the minimum hardware requirements
When would you disable automatic site link bridging within active directory sites and services?
If your network is not fully routed, it is recommended that you disable automatic
site link bridging and instead configure manual site link bridges according to your
network infrastructure.
When did active directory come out?
Active Directory was previewed in 1999, released first with Windows 2000 Server edition, and revised to extend functionality and improve administration in Windows Server 2003. Additional improvements were made in Windows Server 2003 R2. Active Directory was refined further in Windows Server 2008 and Windows Server 2008 R2 and was renamed Active Directory Domain Services.
Active Directory was called NTDS (NT Directory Service) in older Microsoft documents. This name can still be seen in some Active Directory binaries.
What would you use to prevent GPOs linked to parent containers from affecting child containers?
Inheritance blocking
What is the difference between Groups and OUs?
OUs are what is used to segregate and filter department bases on the region or type of users, groups, or computers. Users are placed into groups in an OU to control who has administrative authority over that user and group.
Why need a ENE CIR receiver driver?
The ENE CIR receiver is a device installed in most computers and televisions that detects infrared signals sent by a mouse, keyboard, or remote control. An ENE CIR receiver driver is necessary for the receiver itself to function.
What is the maximum length of a computer name in Windows Server 2008?
15 characters.
The 16th character is reserved to identify the functionality that is installed on the registered network device.
Where is Microsoft Visual Studio Tools for Applications 2.0 located?
This program is located in the IDE directory of the Visual Studio directories and varies depending on the version of Visual Studio you have.
One example is
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\vsta.exe
New DS (Directory Service) Family of built-in command line utilities for Windows Server 2003 Active Directory A: New DS built-in tools for Windows Server 2003
The DS (Directory Service) group of commands are split into two families. In one branch are DSadd, DSmod, DSrm and DSMove and in the other branch are DSQuery and DSGet. When it comes to choosing a scripting tool for Active Directory objects, you really are spoilt for choice. The the DS family of built-in command line executables offer alternative strategies to CSVDE, LDIFDE and VBScript. Let me introduce you to the members of the DS family: DSadd - add Active Directory users and groups
DSmod - modify Active Directory objects
DSrm - to delete Active Directory objects
DSmove - to relocate objects
DSQuery - to find objects that match your query attributes
DSget - list the properties of an object
DS Syntax
These DS tools have their own command structure which you can split into five parts: 1 2 3 4 5
Tool object "DN" (as in LDAP distinguished name) -switch value For example:
DSadd user "cn=billy, ou=managers, dc=cp, dc=com" -pwd cX49pQba This will add a user called Billy to the Managers OU and set the password to cx49Qba Here are some of the common DS switches which work with DSadd and DSmod
-pwd (password) -upn (userPrincipalName) -fn (FirstName) -samid (Sam account name). The best way to learn about this DS family is to logon at a domain controller and experiment from the command line. I have prepared examples of the two most common programs. Try some sample commands for DSadd. ˚ Two most useful Tools: DSQuery and DSGet
The DSQuery and DSGet remind me of UNIX commands in that they operate at the command line, use powerful verbs, and produce plenty of action. One pre-requisite for getting the most from this DS family is a working knowledge of LDAP. If you need to query users or computers from a range of OU's and then return information, for example, office, department manager. Then DSQuery and DSGet would be your tools of choice. Moreover, you can export the information into a text file
What is the difference between assign and publish?
ANS An administrator can either assign or publish software applications.
Assign Users
The software application is advertised when the user logs on. It is installed when the user clicks on the software application icon via the start menu, or accesses a file that has been associated with the software application.
Assign Computers
The software application is advertised and installed when it is safe to do so, such as when the computer is next restarted.
Publish to users
The software application does not appear on the start menu or desktop. This means the user may not know that the software is available. The software application is made available via the Add/Remove Programs option in control panel, or by clicking on a file that has been associated with the application. Published applications do not reinstall themselves in the event of accidental deletion, and it is not possible to publish to computers.
How to Create Rules in Active Directory Services?
1)On the Active Directory tab, click Create synchronization rule.
2)Enter the server address for your Active Directory server and a user name and password that provide at least read access, then click Next.
3)elect the Active Directory container that you want to import, then click Next.
4)Select the target policy domain for importing the structure, then click Next.
5)Click Done to run the synchronisation rule.
What is the difference between Child Domian and Tree Domain?
A child domain is a member of a domain tree, but is not the root of the tree. The domain tree is the root of the tree.
No they're not.
Priority
What are the logical and physical components of ADS?
Logical components:
Domains, OU, Trees & Forest
Physical Components:
Domain Controllers & Sites
Regards
Ashok Makkar
Aricent
Where do you find the netsh command menu on windows 2008 server?
'netsh' is a CLI command. It doesn't really have a 'menu'. You can have it list its options by using the /? argument to the command, such as 'netsh /?'