1. What is KDC ?
Kerbores distribution center it is a network service that supply session tickets and temporary session keys to users and computers within a active directory domain controllers as part of active directory domain services (ADDS)
2. What is KCC ADDS(active directory services) ?
knowledge consistence checker as soon as soon as you install the second domain controller in a forest the process called the KCC (knowledge consistence checker) begin running on every domain controller the (knowledge consistence checker) is responsible for generating the replication topology by default the (knowledge consistence checker) on every domain controller recollect the replication topology for every 15 min..
3. How to create a domain user in server 2012?
Go to server machine
||
Log on as Administrator
||
open run and type dsa.msc for active directory services short cut
||
under the active directory services users and computers
||
expand your domain name
||
expand your user folder
||
Right click on new click on new user create user with name and password
4. How create user account in domain by command ?
open cmd type below command
dsadd user "cn=sandeep,cn=department, ok=ibm, dc=com" -pwd sandeep@123 -canchpad no -pwdneverexpaires yes
4. How create OU (organizational unit ) ?
Go to server computer
||
log on as admin
||
open run and type dsa.msc for short cut for adds(Active directory services)
||
go to users and computers
||
expand domain name (ibm etc)
right click on domain
||
click on new click OU (organizational unit )
give the name sales or hr etc and create ..
Through Command create the OU
dsadd ou "ou=production,dc=ibm,dc=com"
4. How create a user inside the OU (organizational unit)
Go to active directory services
||
users and computers
||
expand your domain name right click on sales click on new user
Through Command create user id in ou
dsadd user "cn=user1, ou=sales,dc=ibm,dc=com -pwd password -canuser
5. How create a user id without password?
we can create user id without password by command prompt only we can`t create in GUI mode
Go to server
||
log on as admin
||
open run and type gpmc.msc for group polices management
||
click on admin tools
||
expand your forest
||
expand your domain name
||
right click on default domain polices click on edit
||
under the group policy editor expand computer configuration
||
expand policies
||
expand windows polices
||
expand windows settings
||
expand security settings
||
expand account polices
||
expand password polices
||
give trick mark on password must meet compatibility require disable
||
minimum password length 0
||
ok close
Go to run and type gpupdate enter
for verification now try to create domain user by graphically ..
No comments:
Post a Comment