<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows-Consulting - TCBE - Things Can Be Easier &#187; Scripts</title>
	<atom:link href="http://www.windows-consulting.net/blog/category/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.windows-consulting.net/blog</link>
	<description>TCBE, Events, Exchange 2003, Exchange 2007, How To, Hyper-V, MySQL, News, SCCM 2007, Scripts, Security, Server 2003, Server 2008, SharePoint Server 2007, Tools, Vista, ISA 2006</description>
	<lastBuildDate>Wed, 16 Jun 2010 12:01:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add computers do Active Directory remotely</title>
		<link>http://www.windows-consulting.net/blog/how-to-add-computers-do-active-directory-remotely/</link>
		<comments>http://www.windows-consulting.net/blog/how-to-add-computers-do-active-directory-remotely/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 14:47:20 +0000</pubDate>
		<dc:creator>Tomasz_Sochacki</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Active Directory]]></category>

		<guid isPermaLink="false">http://www.windows-consulting.net/blog/?p=459</guid>
		<description><![CDATA[How to add computers do Active Directory remotely?
Sometimes we must add many computers to Active Directory and we don?t have time to do this or computers are located in other City.
This post explains how to add computers to Active Directory remotely without touch this computers.
Step 1. Prepare text file contains computers IP addresses or computers [...]]]></description>
		<wfw:commentRss>http://www.windows-consulting.net/blog/how-to-add-computers-do-active-directory-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Directory user logon script</title>
		<link>http://www.windows-consulting.net/blog/active-directory-user-logon-script/</link>
		<comments>http://www.windows-consulting.net/blog/active-directory-user-logon-script/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 22:47:11 +0000</pubDate>
		<dc:creator>Jowita_Choscilowicz</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[User logon script]]></category>

		<guid isPermaLink="false">http://www.windows-consulting.net/blog/?p=300</guid>
		<description><![CDATA[You can assign logon script to a certain user or configure it by Group Policy. Use &#8220;Profile&#8221; tab from user&#8217;s properties in Active Directory console (ADUC). It applies to workstations from operating systems like: Windows 95, Windows 98, Windows ME, Windows NT.  Group Policy script allows for a user logon script configuration for operating [...]]]></description>
		<wfw:commentRss>http://www.windows-consulting.net/blog/active-directory-user-logon-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display manager name for AD users</title>
		<link>http://www.windows-consulting.net/blog/how-to-display-manager-name-for-ad-users/</link>
		<comments>http://www.windows-consulting.net/blog/how-to-display-manager-name-for-ad-users/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 16:30:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.windows-consulting.net/blog/?p=54</guid>
		<description><![CDATA[Script below display manager name for AD users
On Error Resume Next
Const ADS_SCOPE_SUBTREE = 2
dtmCreationDate1 = &#8220;20070701000000.0Z&#8221;
dtmCreationDate2 = &#8220;20070731000000.0Z&#8221;
Set objConnection = CreateObject(&#8221;ADODB.Connection&#8221;)
Set objCommand =   CreateObject(&#8221;ADODB.Command&#8221;)
objConnection.Provider = &#8220;ADsDSOObject&#8221;
objConnection.Open &#8220;Active Directory Provider&#8221;
Set objCommand.ActiveConnection = objConnection
objCommand.Properties(&#8221;Page Size&#8221;) = 1000
objCommand.Properties(&#8221;Searchscope&#8221;) = ADS_SCOPE_SUBTREE
objCommand.CommandText = _
    &#8220;SELECT Name,Manager FROM &#8216;LDAP://dc=domainname,dc=domain&#8217; WHERE objectClass=&#8217;user&#8217;&#8221;
Set objRecordSet = objCommand.Execute
objRecordSet.MoveFirst
Do Until objRecordSet.EOF
 [...]]]></description>
		<wfw:commentRss>http://www.windows-consulting.net/blog/how-to-display-manager-name-for-ad-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
