February 6th, 2011 by Awinish Vishwakarma and tagged Exchange
The different DAG design have been discussed. Take a look at below link to know more. http://technet.microsoft.com/en-us/library/dd979781%28printer%29.aspx http://blogs.kraftkennedy.com/index.php/2010/09/07/exchange-2010-notes-from-the-field-multi-site-dag-design/
Posted in Exchange | No Comments »
February 6th, 2011 by Awinish Vishwakarma and tagged OS
By default, any domain users can add up to 10 machines to a domain, the reason is Every domain has a default setting for ms-DS-MachineAccountQuota value 10. You can modify this object in directory to prevent the domain user from joining the machine into domain by using ADSIedit tool to prevent this behavior. WARNING Using […]
Posted in Directory Services, OS/Certificates | 6 Comments »
February 6th, 2011 by Awinish Vishwakarma
1.Go to Start –> Run and type regedit 2. Select hkey_current_user –> Software –> Microsoft –> Windows –> Current Version–> Internet Settings 3. Change the Decimal Value of “MaxConnections Per1_0Server” and “MaxConnections PerServer” (without the spaces) to 10 4. Close regedit and Reboot the machine If these keys don’t already exist, create them, make two […]
Posted in Misc | No Comments »
February 6th, 2011 by Awinish Vishwakarma and tagged Active Directory
Command to find the entire user in domain & redirecting the output in CSV. csvde -f c:User.csv -s dcname -t 389 -r (objectClass=user) -l co,department,distinguishedName,employeeID,facsimileTelephoneNumber,givenName,initials,l,mail,mobile,objectGUID,personalTitle, physicalDeliveryOfficeName,sAMAccountName,sn,telephoneNumber,title,userAccountControl
Posted in Directory Services, Misc | No Comments »