<?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/tag/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 Write-Host &#34;Moving $Users.Count Users.&#34; ForEach&#40;$User In $Users&#41;&#123; Move-QADObject $User.DN -NewParentContainer 'ad.domain.com/Users/Disabled'&#125; Hope this helps All [...]]]></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 to several factors including deep group nesting the Kerberos token utilized in AD for resource [...]]]></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 object and you need to find the object that it is assigned to. I come [...]]]></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>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 list)&#8221; Answer: So I would need to look at  Active Directory for all email enabled [...]]]></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>
		<item>
		<title>Getting Exchange 2003 Database Statistics</title>
		<link>http://www.technogist.com/2009/05/exchange-2003-mailbox-store-statistics-using-powershell/</link>
		<comments>http://www.technogist.com/2009/05/exchange-2003-mailbox-store-statistics-using-powershell/#comments</comments>
		<pubDate>Tue, 26 May 2009 17:23:49 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Exchange2003]]></category>
		<category><![CDATA[Exchange_Mailboxes]]></category>
		<category><![CDATA[Get-QADUser]]></category>
		<category><![CDATA[Quest]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=251</guid>
		<description><![CDATA[I routinely analyze Exchange 2003 stores. To do this I previously had written a VB script that dumps all the mailboxes on an Exchange 2003 server using the Exchange_Mailbox WMI class, but as this is a PowerShell article i hear you say &#8220;How does this help me?&#8221;. I use PowerShell more and more I really [...]]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/05/exchange-2003-mailbox-store-statistics-using-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quest Get-QADUser &#8211; All User Attributes</title>
		<link>http://www.technogist.com/2009/04/quest-get-qaduser-all-user-attributes/</link>
		<comments>http://www.technogist.com/2009/04/quest-get-qaduser-all-user-attributes/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 23:52:30 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[Get-QADUser]]></category>
		<category><![CDATA[mDBUseDefaults]]></category>
		<category><![CDATA[Quest]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=198</guid>
		<description><![CDATA[This article is part of a series of articles on the Quest Active Roles Management Shell and the CmdLets that are included in that. Previously: Getting Started Get-QADGroup The Get-QADUser CmdLet from Quest Tools can be used to return attributes back from your AD directory on a specific user object and place them in the [...]]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/04/quest-get-qaduser-all-user-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quest AD Management Shell &#8211; Get-QADGroup</title>
		<link>http://www.technogist.com/2009/04/quest-ad-management-shell-get-qadgroup/</link>
		<comments>http://www.technogist.com/2009/04/quest-ad-management-shell-get-qadgroup/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 17:45:09 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[AD CmdLets]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[Get-QADGroup]]></category>
		<category><![CDATA[Quest]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=169</guid>
		<description><![CDATA[In my previous blog entry &#8220;Getting Started&#8221; I went over downloading and installing the Quest AD Management shell, registering the snapins and running some basic commands using the Get-QADUser CmdLet. Today I will be looking at the Get-QADGroup CmdLet. This allows easy access to Active Directory &#8220;Group&#8221; objects. As before open a PowerShell Shell window [...]]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/04/quest-ad-management-shell-get-qadgroup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quest AD Management Shell &#8211; Getting Started</title>
		<link>http://www.technogist.com/2009/04/quest-ad-management-shell-getting-started/</link>
		<comments>http://www.technogist.com/2009/04/quest-ad-management-shell-getting-started/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 02:49:08 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[AD CmdLets]]></category>
		<category><![CDATA[Quest]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=132</guid>
		<description><![CDATA[Until now I have always used ADSI and LDAP to query Active Directory for object stored information. I have been following Dimitry&#8217;s examples with the Quest AD PowerShell CmdLets and I thought it was about time I started to embrace them into my PowerShell scripts. You can download the &#8220;ActiveRoles Management Shell for AD&#8221; Here. [...]]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/04/quest-ad-management-shell-getting-started/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
