<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/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>Active Directory</title><link>http://powershell.com/cs/forums/77.aspx</link><description>Using PowerShell to manage Active Directory including the use of the ADSI adapter.</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>Use PowerShell to Bulk Replace Logon Scripts for Active Directory Users</title><link>http://powershell.com/cs/forums/thread/14164.aspx</link><pubDate>Tue, 24 Jan 2012 16:26:09 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:14164</guid><dc:creator>ps2</dc:creator><slash:comments>0</slash:comments><comments>http://powershell.com/cs/forums/thread/14164.aspx</comments><wfw:commentRss>http://powershell.com/cs/forums/commentrss.aspx?SectionID=77&amp;PostID=14164</wfw:commentRss><description>&lt;p&gt;I had to change the logon script for a select group of users who had a particular logon script configured in their Active Directory (AD) profiles. I discovered that this task is easy to accomplish using Quest Software&amp;rsquo;s ActiveRoles Management Shell for Active Directory, which provides a free a set of cmdlets for AD. You just need to use the Get-QADUser cmdlet with the -LogonScript argument to list all users configured with the old script, then pipe the results to the Set-QADUser cmdlet with the -LogonScript argument to replace the old logon script with the new one.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.windowsitpro.com/article/windows-powershell/powershell-bulk-replace-logon-script-ad-users-141439"&gt;Read More&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>