<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.dirteam.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>Group Policy Blog, by the "GPOGUY"-- Darren Mar-Elia : Vista, Logon Scripts</title><link>http://blogs.dirteam.com/blogs/gpoguy/archive/tags/Vista/Logon+Scripts/default.aspx</link><description>Tags: Vista, Logon Scripts</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Vista logon script issues revisited, again</title><link>http://blogs.dirteam.com/blogs/gpoguy/archive/2007/01/02/Vista-logon-script-issues-revisited_2C00_-again.aspx</link><pubDate>Tue, 02 Jan 2007 11:24:00 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:1814</guid><dc:creator>dmarelia</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/gpoguy/comments/1814.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/gpoguy/commentrss.aspx?PostID=1814</wfw:commentRss><description>&lt;p&gt;In an earlier &lt;a href="http://blogs.dirteam.com/blogs/gpoguy/archive/2006/12/03/Follow-up-to-Vista-logon-script-issues.aspx"&gt;post&lt;/a&gt; I talked about some issues with UAC interfering with GP logon scripts in Vista, and&amp;nbsp;I referenced an MS-TechNet article that describes how you can work around it by using a special script called &amp;quot;launchapp.wsf&amp;quot; that adds the logon script to a scheduled task rather than running it directly. Well, in that article, they gave a screenshot (see below) of how that would work, but after testing it myself I realized that their screenshot is incorrect.&lt;/p&gt;&lt;p&gt;&lt;img height="635" src="http://technet2.microsoft.com/QueryWS/GetOpenContent.aspx?assetID=64a7eea2-40f5-4adc-9ffc-a6d111f9355e&amp;amp;DocumentSet=en-US&amp;amp;RenderKey=XML" style="width: 796px; height: 635px" width="796" /&gt;&lt;/p&gt;&lt;p&gt;The problem with it is that, if you just enter &amp;quot;logon.bat&amp;quot; as your parameters, the client is not going to find logon.bat unless its in its local path. Most people keep their logon scripts in the SYSVOL part of the GPO, so you&amp;#39;ll have to put the full path to that file in the &amp;quot;Script Parameters&amp;quot; dialog above for this to work. For example, here&amp;#39;s a path to my logon.bat script file in one of my GPOs: \\cpandl.com\SysVol\cpandl.com\Policies\{BC13169A-DB63-4D53-A39D-83D826D8A03C}\User\Scripts\Logon\logon.bat&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;ve emailed MS to let them know that they probably need to update their article, but in the meantime, this does work when you get all the params correct.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=1814" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/gpoguy/archive/tags/Group+Policy/default.aspx">Group Policy</category><category domain="http://blogs.dirteam.com/blogs/gpoguy/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.dirteam.com/blogs/gpoguy/archive/tags/Logon+Scripts/default.aspx">Logon Scripts</category></item><item><title>Follow up to Vista logon script issues</title><link>http://blogs.dirteam.com/blogs/gpoguy/archive/2006/12/03/Follow-up-to-Vista-logon-script-issues.aspx</link><pubDate>Sun, 03 Dec 2006 09:25:00 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:1728</guid><dc:creator>dmarelia</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.dirteam.com/blogs/gpoguy/comments/1728.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/gpoguy/commentrss.aspx?PostID=1728</wfw:commentRss><description>&lt;p&gt;After bringing up the logon script issues on Vista that I previously blogged on with the Microsoft Group Policy Folks, they pointed me to the following document: &lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-size: 10pt; font-family: 'Calibri','sans-serif'"&gt;&lt;a href="http://technet2.microsoft.com/WindowsVista/en/library/5ae8da2a-878e-48db-a3c1-4be6ac7cf7631033.mspx"&gt;http://technet2.microsoft.com/WindowsVista/en/library/5ae8da2a-878e-48db-a3c1-4be6ac7cf7631033.mspx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-size: 10pt; font-family: 'Calibri','sans-serif'"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-size: 10pt; font-family: 'Calibri','sans-serif'"&gt;&lt;font face="Arial"&gt;&amp;nbsp;This document talks about using some of the GP features in Vista and there is a section in there entitled, &amp;quot;&lt;span style="font-size: 10pt; font-family: 'Calibri','sans-serif'"&gt;Group Policy Scripts can fail due to User Account Control&amp;quot; which describes the workaround to this problem. It appears to be a timing issue with respect to when the script runs compared to when the desktop is available. It is related to UAC as well. In that document, in Appendix A, there is a WSH script that you can run, that calls your logon script using a Scheduled Task, which helps delay when your logon script runs until the desktop is fully available (at least that&amp;#39;s my assumption).&amp;nbsp; So, if you having problems with&amp;nbsp;logon scripts in Vista, this is the solution!&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=1728" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/gpoguy/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.dirteam.com/blogs/gpoguy/archive/tags/Logon+Scripts/default.aspx">Logon Scripts</category></item><item><title>Logon script issues with Vista?</title><link>http://blogs.dirteam.com/blogs/gpoguy/archive/2006/11/30/Logon-script-issues-with-Vista_3F00_.aspx</link><pubDate>Thu, 30 Nov 2006 08:29:00 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:1710</guid><dc:creator>dmarelia</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.dirteam.com/blogs/gpoguy/comments/1710.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/gpoguy/commentrss.aspx?PostID=1710</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve started to hear murmurs on my &lt;a href="http://www.gpoguy.com/lists.htm"&gt;GPTalk mailing list&lt;/a&gt;&amp;nbsp;about people having problems running GPO-based logon scripts against Vista systems. In one circumstance, Jeremy Moskowitz was having problems running a batch file that mapped network drives. It seems that while the drive mapping completed successfully, the drive was unavailable until the next logon. In another circumstance, which I&amp;#39;ve heard repeated a few times now, .vbs based logon scripts failed to run at all. The issue appears related to the User Account Control (UAC) feature in Vista because when UAC is disabled, the script runs fine. However, in my own testing and for some others, both batch files and .vbs scripts that did network drive mapping ran fine against Vista RTM systems. So, its not clear yet whether there is one issue here or just a series of issues that might be causing this. Stay tuned as I get more info and post a Comment here if you&amp;#39;re having issues with Vista running logon scripts.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=1710" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/gpoguy/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.dirteam.com/blogs/gpoguy/archive/tags/Logon+Scripts/default.aspx">Logon Scripts</category></item></channel></rss>