<?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>Bobel&#039;s Active Directory, Identity, Access &#38; SaaS Blog &#187; PowerShell AD CMDLETS</title>
	<atom:link href="http://www.bobbobel.com/tag/powershell-ad-cmdlets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bobbobel.com</link>
	<description>&#34;Anyone can hold the helm when the sea is calm.&#34; - Syrus Publilius</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:03:42 +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>Use PowerShell to easly find Obsolete Accounts</title>
		<link>http://www.bobbobel.com/use-powershell-to-easly-find-obsolete-accounts/</link>
		<comments>http://www.bobbobel.com/use-powershell-to-easly-find-obsolete-accounts/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 15:14:21 +0000</pubDate>
		<dc:creator>Bob Bobel</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Compliance Controls]]></category>
		<category><![CDATA[Compliance Review]]></category>
		<category><![CDATA[obsolete accounts]]></category>
		<category><![CDATA[PoSH]]></category>
		<category><![CDATA[PowerShell AD CMDLETS]]></category>
		<category><![CDATA[Remediation of Old Accounts]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=930</guid>
		<description><![CDATA[One of the great new capabilities new to ActiveRoles AD CMDLETS version 1.4 is the ability to define criteria for how you want to identify obsolete or inactive accounts. You define the criteria as an &#8220;InactiveAccountsPolicy&#8221; that can be called from the Get-QADUser cmdlet to list accounts matching the obsolete policy then delete, disable or if [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333333;">One of the great new capabilities new to ActiveRoles AD CMDLETS version 1.4 is the ability to define criteria for how you want to identify obsolete or inactive accounts. You define the criteria as an &#8220;InactiveAccountsPolicy&#8221; that can be called from the Get-QADUser cmdlet to list accounts matching the obsolete policy then delete, disable or if you own ActiveRoles Server execute the Deprovisoning policy.</span></p>
<p><span style="color: #333333;"> </span></p>
<p><strong><strong><span style="font-size: large;">Set-QADInactiveAccountsPolicy</span></strong></strong></p>
<p><strong><span style="color: #333333;"> </span><span style="font-size: xx-small;"><span style="font-size: xx-small;"><span style="color: #333333;">Set the current user preference on what accounts to consider inactive by default.</span></p>
<p></span></span></strong><strong><span style="color: #800000;">Syntax</span></p>
<p><span style="font-size: xx-small;"><span style="color: #333333;">Set-QADInactiveAccountsPolicy [-AccountExpiredPeriod &lt;Int32&gt;] [-PasswordNotChangedPeriod &lt;Int32&gt;] [-AccountNotLoggedOnPeriod &lt;Int32&gt;]</p>
<p></span></span><strong><span style="color: #800000;">Parameters</span></p>
<p><span style="font-size: x-small;"><span style="color: #333333;">AccountExpiredPeriod</p>
<p></span></span><span style="font-size: xx-small;"><span style="color: #333333;">Use this parameter to specify the number of days after which an expired account is considered inactive by default. Thus, an account is considered inactive if the account remains in the expired state for more days than specified by this parameter.</p>
<p></span></span><strong><span style="font-size: x-small;"><span style="color: #333333;">AccountNotLoggedOnPeriod</p>
<p></span></span><span style="font-size: xx-small;"><span style="color: #333333;">Use this parameter to specify the period, in days, that an account is not used to log on, after which the account is considered inactive by default. Thus, an account is considered inactive if no successful logons to that account occur for more days than specified by this parameter.</p>
<p></span></span><strong><span style="font-size: x-small;"><span style="color: #333333;">PasswordNotChangedPeriod</p>
<p></span></span><span style="font-size: xx-small;"><span style="color: #333333;">Use this parameter to specify the password age, in days, after which an account is considered inactive by default. Thus, an account is considered inactive if the password of the account remains unchanged for more days than specified by this parameter.</p>
<p></span></span><strong><span style="color: #333333;">Detailed Description</span></p>
<p><span style="font-size: xx-small;"><span style="color: #333333;">Use this cmdlet to specify the default conditions that must be met for a user or computer account to be considered inactive. The inactivity conditions are specific to the current user, and have an effect on the cmdlets that support the Inactive parameter (such as Get-QADUser or Get-QADComputer). If no account-inactivity related parameters other than Inactive are supplied, then the Inactive parameter retrieves the accounts that meet the conditions defined by this cmdlet. To view the inactivity conditions that are currently in effect, use the Get-QADInactiveAccountsPolicy cmdlet.</p>
<p></span></span><strong><span style="color: #333333;"> </span></p>
<p><strong><strong><span style="font-size: large;"><span style="color: #333333;">Get-QADInactiveAccountsPolicy</span></span><span style="font-size: xx-small;"><span style="font-size: xx-small;"><span style="color: #333333;">View the current user preference on what accounts to consider inactive by default.</span></p>
<p></span></span></strong></strong><span style="color: #333333;"> </span></p>
<p><strong><span style="color: #800000;">Syntax</span></p>
<p><span style="font-size: xx-small;"><span style="color: #333333;">Get-QADInactiveAccountsPolicy</p>
<p></span></span><strong><span style="color: #333333;">Detailed Description</span></p>
<p><span style="font-size: xx-small;"><span style="font-size: xx-small;"><span style="color: #333333;">Use this cmdlet to examine the settings that were specified by using Set-QADInactiveAccountsPolicy, and are in effect for the current user session. These settings specify the default conditions that must be met for a user or computer account to be considered inactive. The inactivity conditions are specific to the current user, and have an effect on the cmdlets that support the Inactive parameter (such as Get-QADUser or Get-QADComputer). If no account-inactivity related parameters other than Inactive are supplied, then the Inactive parameter retrieves the accounts that meet the conditions defined by the AccountExpiredPeriod, AccountNotLoggedOnPeriod, and PasswordNotChangedPeriod settings that you can examine using this cmdlet. For details regarding each of these settings, see the corresponding parameter description for the Set-QADInactiveAccountsPolicy cmdlet.</span></p>
<p><span style="color: #333333;"> </span></p>
<p><span style="color: #333333;"> </span></p>
<p></span></span></strong></strong></strong></strong></strong></strong></strong></strong><span style="color: #333333;"> </span></p>
<p><span style="color: #333333;"> </span></p>
<p><span style="color: #333333;">Set-QADInactiveAccountsPolicy</span></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Use+PowerShell+to+easly+find+Obsolete+Accounts+http://gp4sf.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.bobbobel.com/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/use-powershell-to-easly-find-obsolete-accounts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AD CMDLETS 1.4 now live!</title>
		<link>http://www.bobbobel.com/ad-cmdlets-1-4-now-live/</link>
		<comments>http://www.bobbobel.com/ad-cmdlets-1-4-now-live/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 14:07:16 +0000</pubDate>
		<dc:creator>Bob Bobel</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Active Directory Tools]]></category>
		<category><![CDATA[ActiveRoles Server]]></category>
		<category><![CDATA[AD Help]]></category>
		<category><![CDATA[AD Tools]]></category>
		<category><![CDATA[Bobel]]></category>
		<category><![CDATA[Finding Inactive Accounts]]></category>
		<category><![CDATA[Help with Active Directory]]></category>
		<category><![CDATA[PowerShell AD CMDLETS]]></category>
		<category><![CDATA[PowerShell C]]></category>
		<category><![CDATA[PowerShell Obsolete Accounts]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=928</guid>
		<description><![CDATA[The 1.4 version of the ActiveRoles AD CMDLETS went live a few moments ago and you can download them here http://www.quest.com/powershell/activeroles-server.aspx.]]></description>
			<content:encoded><![CDATA[<p>The 1.4 version of the ActiveRoles AD CMDLETS went live a few moments ago and you can download them here <a href="http://www.quest.com/powershell/activeroles-server.aspx">http://www.quest.com/powershell/activeroles-server.aspx</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=AD+CMDLETS+1.4+now+live...+http://hmqsg.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.bobbobel.com/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/ad-cmdlets-1-4-now-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New: ActiveRoles AD CMDLETS v1.3</title>
		<link>http://www.bobbobel.com/new-activeroles-ad-cmdlets-v1-3/</link>
		<comments>http://www.bobbobel.com/new-activeroles-ad-cmdlets-v1-3/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 15:07:52 +0000</pubDate>
		<dc:creator>Bob Bobel</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Active Directory Help]]></category>
		<category><![CDATA[ActiveRoles Server]]></category>
		<category><![CDATA[AD CMDLETS]]></category>
		<category><![CDATA[PowerShell AD CMDLETS]]></category>

		<guid isPermaLink="false">http://www.bobbobel.com/?p=729</guid>
		<description><![CDATA[Along with the release of ActiveRoles Server 6.5 we have also updated the Active Directory PowerShell CMDLETS. This release will continue to work with the supported versions of Active Directory as it has in the past. When you are using PowerShell with ActiveRoles Server it is only compatible with ActiveRoles Server version 6.5 and no [...]]]></description>
			<content:encoded><![CDATA[<p>Along with the release of ActiveRoles Server 6.5 we have also updated the Active Directory PowerShell CMDLETS. This release will continue to work with the supported versions of Active Directory as it has in the past. When you are using PowerShell with ActiveRoles Server it is only compatible with ActiveRoles Server version 6.5 and no other.</p>
<p>Two things of which you should be aware regarding AD CMDLETS &amp; ActiveRoles Server:</p>
<p>1) If you try to install the 1.3 version of the cmdlets on a server running any version other than 6.5 you will get an error that warns you of the incompatibility.</p>
<p>2) If you try using the 1.3 version of the cmdlets to connect to a server running any version other than ActiveRoles Server 6.5 you will recieve an error.</p>
<p>To download the new version go to: <a href="http://www.quest.com/powershell/activeroles-server.aspx">http://www.quest.com/powershell/activeroles-server.aspx</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New%3A+ActiveRoles+AD+CMDLETS+v1.3+http://e9d7w.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.bobbobel.com/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.bobbobel.com/new-activeroles-ad-cmdlets-v1-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
