<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How Can I Get a List of All the Users Whose Passwords Never Expire?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/08/29/how-can-i-get-a-list-of-all-the-users-whose-passwords-never-expire.aspx</link><description>Hey, Scripting Guy! How can I get a list of all the users whose passwords never expire? -- NW 
 Hey, NW. As you probably know, Internet gambling is illegal in the USA. That’s too bad, because if it wasn’t we’d be willing to bet $10 that the answer to</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How Can I Get a List of All the Users Whose Passwords Never Expire?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/08/29/how-can-i-get-a-list-of-all-the-users-whose-passwords-never-expire.aspx#3572908</link><pubDate>Wed, 15 May 2013 15:51:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3572908</guid><dc:creator>jrv</dc:creator><description>&lt;p&gt;LDAP searches the Path specified:&lt;/p&gt;
&lt;p&gt;objCommand.CommandText = _&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;quot;&amp;lt;LDAP://ou=someou,dc=fabrikam,dc=com&amp;gt;;&amp;quot; &amp;amp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3572908" width="1" height="1"&gt;</description></item><item><title>re: How Can I Get a List of All the Users Whose Passwords Never Expire?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/08/29/how-can-i-get-a-list-of-all-the-users-whose-passwords-never-expire.aspx#3572902</link><pubDate>Wed, 15 May 2013 15:25:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3572902</guid><dc:creator>Nanda</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for all, is it possible to get the password expiry Yes\No for the users who are in one particular OU.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Nanda&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3572902" width="1" height="1"&gt;</description></item><item><title>re: How Can I Get a List of All the Users Whose Passwords Never Expire?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/08/29/how-can-i-get-a-list-of-all-the-users-whose-passwords-never-expire.aspx#3569242</link><pubDate>Fri, 26 Apr 2013 09:32:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3569242</guid><dc:creator>Bandara</dc:creator><description>&lt;p&gt;Run below script on AD power Shell&lt;/p&gt;
&lt;p&gt;Search-ADAccount -passwordneverexpires &amp;gt;c:\temp\pwd_never.csv&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3569242" width="1" height="1"&gt;</description></item><item><title>re: How Can I Get a List of All the Users Whose Passwords Never Expire?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/08/29/how-can-i-get-a-list-of-all-the-users-whose-passwords-never-expire.aspx#3451166</link><pubDate>Mon, 05 Sep 2011 11:06:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3451166</guid><dc:creator>vijayku</dc:creator><description>&lt;p&gt;How to get account details that is going to expire in 4 days? Is there a way?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3451166" width="1" height="1"&gt;</description></item><item><title>re: How Can I Get a List of All the Users Whose Passwords Never Expire?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/08/29/how-can-i-get-a-list-of-all-the-users-whose-passwords-never-expire.aspx#3421555</link><pubDate>Thu, 14 Apr 2011 11:47:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3421555</guid><dc:creator>Andre</dc:creator><description>&lt;p&gt;Get-QADUser -sizelimit 0 | select Name, PasswordNeverExpires | export-csv c:\pwd_never.csv&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3421555" width="1" height="1"&gt;</description></item></channel></rss>