<?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>TechnoGist &#187; LDAP</title>
	<atom:link href="http://www.technogist.com/tag/ldap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technogist.com</link>
	<description>gist (jst)# The central idea; the essence...</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:22:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Disconnected Mailboxes in Exchange 2003</title>
		<link>http://www.technogist.com/2009/08/searching-for-disconnected-mailboxes-in-exchange-2003/</link>
		<comments>http://www.technogist.com/2009/08/searching-for-disconnected-mailboxes-in-exchange-2003/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 05:56:56 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[ADSI]]></category>
		<category><![CDATA[DateDiscoveredAbscentInDS]]></category>
		<category><![CDATA[Exchange2003]]></category>
		<category><![CDATA[Exchange_Mailbox]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=443</guid>
		<description><![CDATA[I was looking into finding all disconnected/orphaned mailboxes in an Exchange2003 org. Normally I would use either an old VBScript I have or the Exchange 2003 ESM. I thought it would be good to experiment with PowerShell and try to &#8230; <a href="http://www.technogist.com/2009/08/searching-for-disconnected-mailboxes-in-exchange-2003/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/08/searching-for-disconnected-mailboxes-in-exchange-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Proxy Addresses from an AD User Object</title>
		<link>http://www.technogist.com/2009/04/getting-proxy-addresses-from-an-ad-user-object/</link>
		<comments>http://www.technogist.com/2009/04/getting-proxy-addresses-from-an-ad-user-object/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 22:55:41 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[ADSI]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[ProxyAddresses]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=53</guid>
		<description><![CDATA[In Active Directory a user object can hold multiple &#8220;Proxy&#8221; addresses. Using ADSI and LDAP the PowerShell script below enumerates all .proxyaddresses from a specific Active Directory user object. This scripting technique can be used to get any Active Directory &#8230; <a href="http://www.technogist.com/2009/04/getting-proxy-addresses-from-an-ad-user-object/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/04/getting-proxy-addresses-from-an-ad-user-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting .diasplayName to .cn User object attributes</title>
		<link>http://www.technogist.com/2009/04/converting-displayname-to-cn-user-object-attributes/</link>
		<comments>http://www.technogist.com/2009/04/converting-displayname-to-cn-user-object-attributes/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 20:33:34 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[ADSI]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[cn]]></category>
		<category><![CDATA[displayname]]></category>
		<category><![CDATA[LDAP]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=35</guid>
		<description><![CDATA[I routinely have to populate Active Directory Email distribution lists from lists of employee full names. These list usually contain the &#8220;.displayName&#8221; of the user. A quick way to resolve this is to convert the &#8220;.displayName&#8221; of the user into &#8230; <a href="http://www.technogist.com/2009/04/converting-displayname-to-cn-user-object-attributes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/04/converting-displayname-to-cn-user-object-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All Exchange Server Objects from Active Directory</title>
		<link>http://www.technogist.com/2009/04/query-ad-for-all-exchange-server-objects-with-powershell/</link>
		<comments>http://www.technogist.com/2009/04/query-ad-for-all-exchange-server-objects-with-powershell/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 04:41:36 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[Exchange2003]]></category>
		<category><![CDATA[LDAP]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=14</guid>
		<description><![CDATA[Many of the PowerShell scripts that I write are for Exchange 2003. To keep the scripts as dynamic as possible I like to enumerate my servers from AD. The server objects for Exchange are held in the Configuration partition of &#8230; <a href="http://www.technogist.com/2009/04/query-ad-for-all-exchange-server-objects-with-powershell/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/04/query-ad-for-all-exchange-server-objects-with-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
