<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Active Directory and LDAP</title><link>http://forums.asp.net/93.aspx</link><description>Questions about Active Directory and other directory stores, such as those accessible via LDAP, are appropriate here.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Help with Active Directory</title><link>http://forums.asp.net/thread/3258583.aspx</link><pubDate>Thu, 25 Jun 2009 19:30:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3258583</guid><dc:creator>FileFoundException</dc:creator><author>FileFoundException</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3258583.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=93&amp;PostID=3258583</wfw:commentRss><description>&lt;p&gt;Under your Active Directory user&amp;#39;s properties dialog box and in the Profile tab, there is a Home Folder, check connect , specify a drive letter and shared folder to mount on that drive letter. I am sure if you google/bing you&amp;#39;ll find some good tutorials on this.&lt;/p&gt;&lt;p&gt;One more thing, not sure but I think your logon script has to have .bat extension. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Help with Active Directory</title><link>http://forums.asp.net/thread/3258020.aspx</link><pubDate>Thu, 25 Jun 2009 14:29:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3258020</guid><dc:creator>QWERTYtech</dc:creator><author>QWERTYtech</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3258020.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=93&amp;PostID=3258020</wfw:commentRss><description>&lt;p&gt;Okay,&lt;/p&gt;&lt;p&gt;&amp;nbsp; I setup a script called General.vbs and put the following code in it:&lt;/p&gt;&lt;p&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp; NET USE M: \\SERVERNAME\Music&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp; NET USE S: \\SERVERNAME\Share&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;How do I setup my users HOME directory?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Help with Active Directory</title><link>http://forums.asp.net/thread/3256990.aspx</link><pubDate>Thu, 25 Jun 2009 07:00:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3256990</guid><dc:creator>FileFoundException</dc:creator><author>FileFoundException</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3256990.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=93&amp;PostID=3256990</wfw:commentRss><description>&lt;p&gt;You want to set-up the Logon script for your users. There are two ways as&amp;nbsp;&lt;/p&gt;&lt;p&gt;http://www.petri.co.il/setting-up-logon-script-through-active-directory-users-computers-windows-server-2008.htm&lt;/p&gt;&lt;p&gt;http://www.petri.co.il/setting-up-logon-script-through-gpo-windows-server-2008.htm [Group policy]&lt;/p&gt;&lt;p&gt;I&amp;#39;ve used the first one but the second one seems more flexible&lt;/p&gt;&lt;p&gt;in your logon script, use the &lt;b&gt;NET USE&amp;nbsp;&lt;/b&gt;command to mount shared folders something like&lt;/p&gt;&lt;p&gt;&lt;b&gt;NET USE M: \\fileservername\music_folder&lt;/b&gt;&lt;/p&gt;&lt;p&gt;obviously you want to make sure that your users have access to this folder [use groups to manage folders security, instead of assigning to individual users]&lt;/p&gt;&lt;p&gt;your script can add more logic for example to check if the shared folder has been mounted and so on.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;hope this helps.&lt;span class="Apple-tab-span" style="white-space:pre;"&gt;	&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Help with Active Directory</title><link>http://forums.asp.net/thread/3256410.aspx</link><pubDate>Wed, 24 Jun 2009 22:29:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3256410</guid><dc:creator>QWERTYtech</dc:creator><author>QWERTYtech</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3256410.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=93&amp;PostID=3256410</wfw:commentRss><description>&lt;p&gt;I have recently booted up my Server 2008 test machine and decided to learn about Active Directory.&amp;nbsp; Upon doing so I got active directory installed and setup with no problems.&amp;nbsp; I have joined one of my local machines to the domain and have my account on it also.&amp;nbsp; But there are a few problems I&amp;#39;m having.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;I want to write a script to map 3 drives for users.&amp;nbsp; I need it to map a M &amp;amp; S drive.&amp;nbsp; One for music and the other for share.&lt;/li&gt;&lt;li&gt;I want my users &amp;quot;Profile&amp;quot; items store on the server and mapped upon logon.&amp;nbsp; Example:&amp;nbsp; C:\Documents and Settings\User contents saved housed on my server and mapped upon logon.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;I hope someone could help me with this.&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>