<?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>Shariq Sheikh &#124; Port 389 &#187; PowerShell</title>
	<atom:link href="http://www.shariqsheikh.com/blog/index.php/category/powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shariqsheikh.com/blog</link>
	<description>- activity of Active Directory and the rest</description>
	<lastBuildDate>Fri, 20 Jan 2012 06:30:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PowerShell : Exporting multi-valued attribute via Export-Csv cmdlet</title>
		<link>http://www.shariqsheikh.com/blog/index.php/201103/powershell-exporting-multi-valued-attribute-via-export-csv-cmdlet/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/201103/powershell-exporting-multi-valued-attribute-via-export-csv-cmdlet/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 15:13:49 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/index.php/201103/powershell-exporting-multi-valued-attribute-via-export-csv-cmdlet/</guid>
		<description><![CDATA[The attributes that are multi-valued are hard to export to a CSV via the Export-Csv cmdlet as the exported value just shows the string type in Excel/Notepad. For instance, take a look below when I try to export the proxyAddresses attribute values in PowerShell console and to a CSV later. I found out that you [...]]]></description>
		<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/201103/powershell-exporting-multi-valued-attribute-via-export-csv-cmdlet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Running PowerShell under &#8220;run-as&#8221; or elevated privileges</title>
		<link>http://www.shariqsheikh.com/blog/index.php/201102/running-powershell-under-run-as-or-elevated-privileges/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/201102/running-powershell-under-run-as-or-elevated-privileges/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 19:47:08 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/index.php/201102/running-powershell-under-run-as-or-elevated-privileges/</guid>
		<description><![CDATA[There are times when I am in a PowerShell session and pass another set of credentials when I use connect-qadservice cmdlet to connect to another domain with the –credential parameter, however often times I would launch the PowerShell under “run-as” with the elevated credentials and launch a native session and I would have multiple session [...]]]></description>
		<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/201102/running-powershell-under-run-as-or-elevated-privileges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell : How do I create Trust ?</title>
		<link>http://www.shariqsheikh.com/blog/index.php/201102/powershell-how-do-i-create-trust/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/201102/powershell-how-do-i-create-trust/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 22:39:00 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/?p=974</guid>
		<description><![CDATA[A question was raised on ActiveDir regarding the ability to create Trust via a command line utility. It was discussed how netdom is no longer a supported command line utility to create Trusts. I referenced a snip from AD Cook Book using PowerShell to create Trust via the .Net AD namespace method alternatively.(System.DirectoryServices.ActiveDirectory). You can [...]]]></description>
		<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/201102/powershell-how-do-i-create-trust/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell : How do I find all DCs in my forest ?</title>
		<link>http://www.shariqsheikh.com/blog/index.php/201102/powershell-how-do-i-find-all-dcs-in-my-forest/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/201102/powershell-how-do-i-find-all-dcs-in-my-forest/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 18:12:00 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/index.php/201102/powershell-how-do-i-find-all-dcs-in-my-forest/</guid>
		<description><![CDATA[&#160; I find the –computerrole parameter of Get-QADComputer handy to find DCs and when usually I have to retrieve something from them with a WMI query, pipeline to (GWMI),&#160; Here is a quick way to retrieve all DCs in a multi-domain forest model using the .NET namespace i.e [DirectoryServices.ActiveDirectory.Forest] method. To find Global Catalogs only; [...]]]></description>
		<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/201102/powershell-how-do-i-find-all-dcs-in-my-forest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell : How do I clear sIDhistory attribute ?</title>
		<link>http://www.shariqsheikh.com/blog/index.php/201012/powershell-how-do-i-clear-sidhistory-attribute/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/201012/powershell-how-do-i-clear-sidhistory-attribute/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 21:02:02 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/index.php/201012/powershell-how-do-i-clear-sidhistory-attribute/</guid>
		<description><![CDATA[What is sIDhistory attribute ? The sIDhistory attribute is the key attribute that holds the previous SID(s) of Users and Groups objects that facilitate the Active Directory migrations. It contains previous SIDs used for the object if the object was moved from another domain. Whenever an object is moved from one domain to another, a [...]]]></description>
		<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/201012/powershell-how-do-i-clear-sidhistory-attribute/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PowerShell : How do I set the delegation sensitive flag on users and computers ?</title>
		<link>http://www.shariqsheikh.com/blog/index.php/201008/powershell-how-do-i-set-the-delegation-sensitive-flag-on-users-and-computers/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/201008/powershell-how-do-i-set-the-delegation-sensitive-flag-on-users-and-computers/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 20:27:57 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[ADWS]]></category>
		<category><![CDATA[One-liner]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/index.php/201008/powershell-how-do-i-set-the-delegation-sensitive-flag-on-users-and-computers/</guid>
		<description><![CDATA[Kerberos Delegation, constrained and unconstrained is a complex topic, and one that often comes up when Security implications of External/Forests Trusts are discussed. Few days ago, on ActiveDir a similar topic was shed light upon. In brief Brian Arkills sums it up below, The other security implication that most folks seem oblivious to is the [...]]]></description>
		<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/201008/powershell-how-do-i-set-the-delegation-sensitive-flag-on-users-and-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell : How to lookup Schema version of your forest ?</title>
		<link>http://www.shariqsheikh.com/blog/index.php/201007/powershell-how-to-lookup-schema-version-of-your-forest/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/201007/powershell-how-to-lookup-schema-version-of-your-forest/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 16:42:35 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[ADWS]]></category>
		<category><![CDATA[One-liner]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/index.php/201007/powershell-how-to-lookup-schema-version-of-your-forest/</guid>
		<description><![CDATA[The schema version is revealed via the objectversion attribute off of the schema object from your configuration head of the forest i.e “cn=schema,cn=configuration,dc=yourdomain,dc=int”. So using Quest Cmdlets, you can run this query : Get-QADObject "cn=schema,cn=configuration,dc=yourdomain,dc=int" -ip objectversion &#124; select objectversion The –ip is the alias for includedproperties. And, when using the native AD Cmdlets of [...]]]></description>
		<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/201007/powershell-how-to-lookup-schema-version-of-your-forest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reviewing few very useful adds in Quest AD Cmdlets v1.4</title>
		<link>http://www.shariqsheikh.com/blog/index.php/201007/reviewing-few-very-useful-adds-in-quest-ad-cmdlets-v1-4/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/201007/reviewing-few-very-useful-adds-in-quest-ad-cmdlets-v1-4/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 16:08:09 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/index.php/201007/reviewing-few-very-useful-adds-in-quest-ad-cmdlets-v1-4/</guid>
		<description><![CDATA[Whereas most of newly added cmdlets focus on&#160; PKI and Email Address Management in v1.4, there are a few cmdlets and handful of new parameters that ought to come in very handy with your AD tasks. Below I review a few that I think are some great adds : When you are enumerating a large [...]]]></description>
		<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/201007/reviewing-few-very-useful-adds-in-quest-ad-cmdlets-v1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quest AD Cmdlets a.k.a Active Roles Management Shell version 1.4 gets released</title>
		<link>http://www.shariqsheikh.com/blog/index.php/201007/quest-ad-cmdlets-a-k-a-active-roles-management-shell-version-1-4-gets-released/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/201007/quest-ad-cmdlets-a-k-a-active-roles-management-shell-version-1-4-gets-released/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 21:55:12 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/index.php/201007/quest-ad-cmdlets-a-k-a-active-roles-management-shell-version-1-4-gets-released/</guid>
		<description><![CDATA[From version 1.2 with 49 cmdlets, to version 1.3 with 63 cmdlets and now on to version 1.4 that has 32 new cmdlets making it total of 95. Here are the new cmdlets in v1.4 : • Get-QADLocalCertificateStore • New-QADLocalCertificateStore • Remove-QADLocalCertificateStore • Get-QADCertificate • Where-QADCertificate • Add-QADCertificate • Import-QADCertificate • Show-QADCertificate • Edit-QADCertificate • [...]]]></description>
		<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/201007/quest-ad-cmdlets-a-k-a-active-roles-management-shell-version-1-4-gets-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Active Directory Delegations Report with PowerGUI</title>
		<link>http://www.shariqsheikh.com/blog/index.php/201006/create-active-directory-delegations-report-with-powergui/</link>
		<comments>http://www.shariqsheikh.com/blog/index.php/201006/create-active-directory-delegations-report-with-powergui/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:30:24 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.shariqsheikh.com/blog/index.php/201006/creating-active-directory-delegations-report-with-powergui/</guid>
		<description><![CDATA[Often times you need to analyze your existing permissions (delegations) on your AD Objects within your domain/forest, perhaps you have just taken over an administrative role over AD and would like to quickly surface information regarding what group and user accounts have certain rights across the board in a pertinent domain. With PowerGUI and Kirk [...]]]></description>
		<wfw:commentRss>http://www.shariqsheikh.com/blog/index.php/201006/create-active-directory-delegations-report-with-powergui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

