This tutorial will show you how to install Active Directory Domain Services (ADDS) on Windows Server 2008 R2.
Video Rating: 4 / 5
Continue reading " Installing Active Directory - Windows Server 2008 R2 "
Review of the hosting market. The free help in selection a hosting of providers. News, Prices, discounts and bonuses. Rating hosting providers.
This tutorial will show you how to install Active Directory Domain Services (ADDS) on Windows Server 2008 R2.
Video Rating: 4 / 5
Continue reading " Installing Active Directory - Windows Server 2008 R2 "
This is a quick video about the delegation of control wizard. the DOCW allows you to assign very specific management functions to a group in active directory. You may use that to give disable/enable account permissions to a particular user. Or reset password permissions. Or make them able to create groups but not delete them. [...]
Continue reading " Windows Server 2008: Active Directory’s delegation of control wizard "
This is a video on how to create an active directory forest. A forest is a DNS (Domain Name service) namespace that contains two or more domains. I create it so that the domains can communicate between each other and authenticate. I perform this on Server 2008 and promote it to a domain controller with [...]
Continue reading " Windows Server 2008: active directory forest part 1 "
70-297: MCSE Guide to Designing a Microsoft Windows Server 2003 Active Directory and Network Infrastructure, 1st Edition
Maps completely to the objectives for MCSE Exam #70-297.
Includes free CertBlaster and CoursePrep test preparation software on CD-ROM to help students practice for exam day.
Reinforces skills as they are learned with extensive Review Questions, hands-on Activities, and Case Projects [...]
Short, simple video on adding a computer to active directory users and computers on Server 2008 Providing training videos since last Tuesday. technoblogical.com Thanks for watching.
Continue reading " Windows Server 2008: add an Active Directory Computer "
In this video you will learn how to setup users in Active Directory. We will also learn how to setup a file folder and map it to the end user every time they log into their workstation.
Video Rating: 4 / 5
windows server 2003 active directory install
Video Rating: 4 / 5
Modify some of the defaults on Active Directory for security’s sake. AD will automatically store users and computers in containers and not in Org Units. That means no GPO. I show you how to redirect the default values for for accounts that are not pre-staged. Also [...]
Continue reading " Windows Server 2003 - Active Directory Installation "
How to delete users from active directory using the dsrm command. I am using a Microsoft Server 2008. However, this command is available with earlier versions of Microsoft Server. Commands used dsadd user “cn=Bob Jones, ou=people, dc=my, dc=domain” -upn “Bob Jones” -samid “bjones” -fn “Bob” -ln “Jones” -pwd * -mustchpwd yes dsrm “cn=Bob Jones, ou=people, [...]
Continue reading " Windows Server 2008: dsrm, delete active directory users with command line "
by ISOC.ORG
Verifying DNS Integration with Active Directory
Article by RSDFVXD
You can use many of the preconfigured MMCs for administrative tasks. However, there will be times when you need to create your own custom MMCs. Although you can’t modify preconfigured consoles, you can combine multiple preconfigured MCSE snap-ins with third-party snap-ins [...]
Continue reading " Verifying DNS Integration with Active Directory "
This is how to add users though a preconfigured file. the file is not much more than a text document but must end in .txt or .csv. It can be used to import several users at once. CSV files can be used to add users and settings easily, but can not be used to delete [...]
Continue reading " Windows Server 2008: csvde, add active directory users via csv file "