Disabling ActiveSync on User Creation
Posted by: Mark Morowczynski in ActiveSync, Exchange 2003Building on a previous post, http://almostdailytech.com/?p=7, when a user is created they by default get ActiveSync access. The script will go through and change all the settings back to disabled. All new users however will have this setting enabled. By using a user template and search flags in AD, you can prevent this from happening.
First you need to create a user template, make sure the ActiveSync features are disabled. Then log into the DC that holds the schema master role. Run ADSIEdit.msc, you may have to install the support tools pack. You want to expand Schema, then look for, ms-Exch-Oma-Admin-Wireless-Enable. Scroll down until you see the SearchFlags Attribute. Set the value from 0 to 16. Now when you deploy from a template, these values will be copied.
References
http://technet.microsoft.com/en-us/library/cc755809.aspx
Search for: searchflags
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/93494.mspx?mfr=true
Entries (RSS)