<?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; Quest</title>
	<atom:link href="http://www.technogist.com/category/quest/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>Quest AD Management Shell &#8211; Moving AD User Objects</title>
		<link>http://www.technogist.com/2010/01/quest-ad-management-shell-moving-ad-user-objects/</link>
		<comments>http://www.technogist.com/2010/01/quest-ad-management-shell-moving-ad-user-objects/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 02:00:27 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[AD]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Quest]]></category>
		<category><![CDATA[Move-QADUser]]></category>

		<guid isPermaLink="false">http://www.technogist.com/?p=698</guid>
		<description><![CDATA[Code Snippet: Moving disable user objects in Active Directory using PowerShell and Quest Management cmdlets.Task: Task: Moving all disabled users in the &#8216;/Users&#8217; OU to the /Users/Disabled OU. Code: Add-PSSnapin -Name Quest.ActiveRoles.ADManagement -ErrorAction SilentlyContinue $Users = Get-QADUser -SearchRoot 'ad.domain.com/Users/' -Disabled &#8230; <a href="http://www.technogist.com/2010/01/quest-ad-management-shell-moving-ad-user-objects/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.technogist.com/2010/01/quest-ad-management-shell-moving-ad-user-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AD and Kerberos Token Bloat &#8211; Analyzing Group Nesting</title>
		<link>http://www.technogist.com/2010/01/ad-and-kerberos-token-bloat-analyzing-group-nesting/</link>
		<comments>http://www.technogist.com/2010/01/ad-and-kerberos-token-bloat-analyzing-group-nesting/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 03:33:18 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[AD]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Quest]]></category>
		<category><![CDATA[Exchange2003]]></category>
		<category><![CDATA[Get-QADGroup]]></category>
		<category><![CDATA[Kerberos]]></category>
		<category><![CDATA[Token-Bloat]]></category>

		<guid isPermaLink="false">http://www.technogist.com/?p=677</guid>
		<description><![CDATA[How To: Analyze Nested AD Groups. I am working on a Kerberos Token size issue (Token Bloat) and need to accurately depict a groups nested members for token size analysis and remediation. Brief Token Bloat Explanation: Token Bloat is where due &#8230; <a href="http://www.technogist.com/2010/01/ad-and-kerberos-token-bloat-analyzing-group-nesting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.technogist.com/2010/01/ad-and-kerberos-token-bloat-analyzing-group-nesting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scanning Active Directory for SMTP Addresses</title>
		<link>http://www.technogist.com/2010/01/scanning-active-directory-for-smtp-addresses/</link>
		<comments>http://www.technogist.com/2010/01/scanning-active-directory-for-smtp-addresses/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:54:59 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Quest]]></category>
		<category><![CDATA[Exchange2003]]></category>
		<category><![CDATA[Get-QADObject]]></category>
		<category><![CDATA[proxyAddress]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://www.technogist.com/?p=651</guid>
		<description><![CDATA[How To: Scanning Active Directory for SMTP Addresses. When an object in AD is mail enabled it is assigned an SMTP address. Sometimes these addresses are assigned incorrectly to objects or a requested address is already in use on a &#8230; <a href="http://www.technogist.com/2010/01/scanning-active-directory-for-smtp-addresses/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.technogist.com/2010/01/scanning-active-directory-for-smtp-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exporting 2003 Mailbox Data to CSV</title>
		<link>http://www.technogist.com/2009/06/getting-exchange-2003-mailboxes-using-wmi-exporting-to-csv-file/</link>
		<comments>http://www.technogist.com/2009/06/getting-exchange-2003-mailboxes-using-wmi-exporting-to-csv-file/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 07:16:30 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Quest]]></category>
		<category><![CDATA[W2008 Core]]></category>
		<category><![CDATA[Exchange2003]]></category>
		<category><![CDATA[Exchange_Mailboxes]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=392</guid>
		<description><![CDATA[I have been using this code for a while and thought I would post it. I manage several Exchange 2003 servers, this PowerShell code will allow you to pull Mailbox data from each server into their own .CSV file. It &#8230; <a href="http://www.technogist.com/2009/06/getting-exchange-2003-mailboxes-using-wmi-exporting-to-csv-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/06/getting-exchange-2003-mailboxes-using-wmi-exporting-to-csv-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching for DL&#039;s with Exchange Expansion Servers</title>
		<link>http://www.technogist.com/2009/06/get-qadgroup-all-email-enabled-groups-with-expansion-servers/</link>
		<comments>http://www.technogist.com/2009/06/get-qadgroup-all-email-enabled-groups-with-expansion-servers/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 08:43:06 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Quest]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[Exchange2003]]></category>
		<category><![CDATA[Get-QADGroup]]></category>
		<category><![CDATA[msExchExpansionServerName]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=350</guid>
		<description><![CDATA[Question: Do we have any Email enabled groups in Active Directory that have an Exchange 2003 expansion server explicitly specified in its properties and who manages them?  Expansion Server: &#8220;Exchange server dedicated to expanding the members of a specific mail enabled group (distribution &#8230; <a href="http://www.technogist.com/2009/06/get-qadgroup-all-email-enabled-groups-with-expansion-servers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/06/get-qadgroup-all-email-enabled-groups-with-expansion-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
