<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1202451056460969701</id><updated>2012-02-16T19:03:34.445-06:00</updated><category term='VB Script'/><category term='Imaging'/><category term='Vista'/><category term='Deployment Server'/><category term='PXE'/><category term='Unattend'/><category term='Sysprep'/><category term='PXE Server'/><category term='Tokens'/><category term='Services'/><title type='text'>Mike's Altiris Blog</title><subtitle type='html'>Altiris tips, tricks, and workarounds.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://melombar.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1202451056460969701/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://melombar.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mike Lombardo</name><uri>http://www.blogger.com/profile/14278024195829121699</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1202451056460969701.post-7504417687377954515</id><published>2009-04-22T23:15:00.006-05:00</published><updated>2009-04-22T23:48:46.674-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VB Script'/><category scheme='http://www.blogger.com/atom/ns#' term='PXE Server'/><category scheme='http://www.blogger.com/atom/ns#' term='PXE'/><category scheme='http://www.blogger.com/atom/ns#' term='Deployment Server'/><category scheme='http://www.blogger.com/atom/ns#' term='Services'/><title type='text'>Restart Stalled Remote PXE Services From A Local Deployment Server</title><content type='html'>I put this script together to help me combat and track stalled PXE Services.   The script checks to see if the Altiris PXE Config Helper, Altiris PXE MTFTP Server, and Altiris PXE Server services are running. If any of them are stopped, the Altiris PXE Config Helper is then stopped and started which causes its dependent services (Altiris PXE MTFTP Server and Altiris PXE Server) to restart as well.  The script will document its actions in a log file based on the %COMPNAME% token and will store it in a location of your choosing.&lt;br /&gt;&lt;br /&gt;This code can be copied and pasted into a DS job and then run on any PXE server that is resident on your DS.  If you haven't already done so, you may want to evaluate the merits of installing the aClient on your Deployment/PXE Servers and directing them to a single Deployment Console.  Doing so will provide you with a simple mechanism for keeping your Deployment Server environment consistent (you can push scripts, favorites, scheduled tasks, imaging components, etc. from a single location), and will allow you to easily monitor and manage the status of your PXE Services from a single location.&lt;br /&gt;&lt;br /&gt;Before you use this file, replace &lt;log_file_destination&gt;#log_file_destination#&lt;log_file_destination&gt; with the name of the Deployment Server to which your PXE Servers are directed.  Onve you've done that, create a run script job and test it out.&lt;br /&gt;&lt;a href="http://forwhatreason.com/Altiris/PXE_Restart.txt"&gt;&lt;br /&gt;Download the txt file&lt;/a&gt;.&lt;br /&gt;&lt;/log_file_destination&gt;&lt;/log_file_destination&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1202451056460969701-7504417687377954515?l=melombar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://melombar.blogspot.com/feeds/7504417687377954515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1202451056460969701&amp;postID=7504417687377954515' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1202451056460969701/posts/default/7504417687377954515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1202451056460969701/posts/default/7504417687377954515'/><link rel='alternate' type='text/html' href='http://melombar.blogspot.com/2009/04/restart-stalled-remote-pxe-services.html' title='Restart Stalled Remote PXE Services From A Local Deployment Server'/><author><name>Mike Lombardo</name><uri>http://www.blogger.com/profile/14278024195829121699</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1202451056460969701.post-8891274858060900327</id><published>2009-04-12T21:04:00.003-05:00</published><updated>2009-04-22T23:44:23.006-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sysprep'/><category scheme='http://www.blogger.com/atom/ns#' term='Unattend'/><category scheme='http://www.blogger.com/atom/ns#' term='Tokens'/><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Imaging'/><title type='text'>Tokenized Windows Vista Sysprep File</title><content type='html'>I spent a lot of time trying to get a functional, tokenized unattend.xml file put together for Windows Vista Deployments.  There are several references available on the web but I was never able to find one that was 100% functional.  I eventually got one working and loaded it up with the sections that were of the most use to me.&lt;br /&gt;&lt;br /&gt;This unattend  file makes use of the UserName and CompName Altiris tokens.  It configures  the following items:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Disables Telnet&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Sets Regional Settings&lt;/li&gt;&lt;li&gt;Sets Display Settings&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Joins the Domain&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Specifies OU&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Specifies Time Zone&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Sets Home Page (and other IE Settings)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Enables Remote Assistance&lt;/li&gt;&lt;li&gt;Enables Remote Desktop&lt;/li&gt;&lt;li&gt;Sets Local Administrator Password&lt;/li&gt;&lt;li&gt;Configures Post-Sysprep Auto Logon&lt;/li&gt;&lt;li&gt;Runs an Example First Logon Batch File&lt;/li&gt;&lt;li&gt;Hides the Sidebar&lt;/li&gt;&lt;li&gt;Sets Sysprep Drivers Path.&lt;/li&gt;&lt;/ul&gt;In this example, I've filled all of the password values in with "enter_your_password" and set the organization name to "Mike's Altiris Blog."  The domain has been set to MikeLombardo.Net&lt;br /&gt;&lt;br /&gt;&lt;a href="http://forwhatreason.com/Altiris/Vista_unattend.xml"&gt;Download the xml&lt;/a&gt;&lt;a href="http://forwhatreason.com/Altiris/Vista_unattend.xml"&gt; file&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1202451056460969701-8891274858060900327?l=melombar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://melombar.blogspot.com/feeds/8891274858060900327/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1202451056460969701&amp;postID=8891274858060900327' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1202451056460969701/posts/default/8891274858060900327'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1202451056460969701/posts/default/8891274858060900327'/><link rel='alternate' type='text/html' href='http://melombar.blogspot.com/2009/04/tokenized-windows-vista-sysprep-file.html' title='Tokenized Windows Vista Sysprep File'/><author><name>Mike Lombardo</name><uri>http://www.blogger.com/profile/14278024195829121699</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
