<?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-5892972479339055194</id><updated>2012-02-16T03:37:47.552-08:00</updated><category term='Remote Desktop DMZ'/><category term='IE7'/><category term='dism.exe'/><category term='Internet Explorer 7'/><category term='windows 2008'/><category term='Domain controller'/><category term='Welcome'/><category term='Word 2007'/><category term='WDS'/><category term='Event ID: 11708. Symantec'/><category term='sysprep'/><category term='unable to open excel'/><category term='Windows xp'/><category term='excel'/><category term='wow6432node'/><category term='windows 2003'/><category term='App-V'/><category term='Active Directory'/><category term='Address Bar disable'/><category term='RD Gateway Services'/><category term='Windows Deployment Services'/><category term='Group policy'/><category term='Deploy Windows 7'/><category term='word 2003'/><category term='RD Web'/><category term='HKLM\Software\Wow6432node'/><category term='custom ADM'/><category term='Hide address bar'/><category term='word documents open slowly'/><category term='windows aik'/><title type='text'>Confessions of an IT Consultant</title><subtitle type='html'>Just another day in the life of IT</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>18</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-2988797978936196296</id><published>2011-08-31T12:18:00.000-07:00</published><updated>2011-08-31T12:18:42.767-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel'/><category scheme='http://www.blogger.com/atom/ns#' term='unable to open excel'/><title type='text'>Excel will not open a workbook when double clicking the file or opening an attachment in Outlook.</title><content type='html'>Had an issue where a user was opening excel files from explorer. Excel would load up, but the workbook would not launch.&amp;nbsp;You could go to File Open and open the file just fine.&lt;br /&gt;&lt;br /&gt;We had recreated his profile and made sure that&amp;nbsp;there was nothing wonky in his xlstart folder and yet this issue still kept happening. Well, there is a check box&amp;nbsp;&amp;nbsp;in &amp;nbsp;excels options that says something to the effect of&amp;nbsp;disabling other application to access excel.&amp;nbsp;If this is checked you will not be able to have outlook, explorer, or anything else open excel for you when you click on a file. &lt;br /&gt;&lt;br /&gt;The problem was that this check box "somehow" got checked. Doing a little poking around on the Internet gave me the following information as well as booting up a test machine to play with it.&lt;br /&gt;&lt;br /&gt;Here are the settings in the registry that were set.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command]&lt;br /&gt;@="\"C:\\Program Files\\Microsoft Office\\OFFICE11\\EXCEL.EXE\" /e"&lt;br /&gt;"command"=hex(7):27,00,5d,00,67,00,41,00,56,00,6e,00,2d,00,7d,00,66,00,28,00,\&lt;br /&gt;5a,00,58,00,66,00,65,00,41,00,52,00,36,00,2e,00,6a,00,69,00,45,00,58,00,43,\&lt;br /&gt;00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,21,00,44,00,65,00,40,00,\&lt;br /&gt;5d,00,56,00,7a,00,28,00,72,00,3d,00,66,00,60,00,31,00,6c,00,66,00,71,00,60,\&lt;br /&gt;00,3f,00,52,00,26,00,20,00,2f,00,65,00,00,00,00,00&lt;br /&gt;&lt;br /&gt;Notice the /e at the end, when that is replaced with “%1”, even if the check box in excel is checked to ignore other applications requesting information from DDE, the application will still request the information via dynamic data exchange. If the /e is taken out of the key, excel will open up a document, and a blank workbook will show up, but the file requested will not show up. At least in my testing, it looks like “%1” is the only way to get it to ignore the check box and get the file to come up.&lt;br /&gt;Here is the reg dump for the key being set with “%1”&lt;br /&gt;&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command]&lt;br /&gt;@="\"C:\\Program Files\\Microsoft Office\\OFFICE11\\EXCEL.EXE\" \"%1\""&lt;br /&gt;"command"=hex(7):27,00,5d,00,67,00,41,00,56,00,6e,00,2d,00,7d,00,66,00,28,00,\&lt;br /&gt;5a,00,58,00,66,00,65,00,41,00,52,00,36,00,2e,00,6a,00,69,00,45,00,58,00,43,\&lt;br /&gt;00,45,00,4c,00,46,00,69,00,6c,00,65,00,73,00,3e,00,21,00,44,00,65,00,40,00,\&lt;br /&gt;5d,00,56,00,7a,00,28,00,72,00,3d,00,66,00,60,00,31,00,6c,00,66,00,71,00,60,\&lt;br /&gt;00,3f,00,52,00,26,00,20,00,22,00,25,00,31,00,22,00,00,00,00,00&lt;br /&gt;&lt;br /&gt;It’s hard to tell for sure why this is happening, but some of my researching suggests updates could switch these keys around. Also, I would like to note that on my test machines I was able to use excel just fine with the /e key at the end of the strings, until I checked the check box to ignore other applications. Once that check box was checked, I was unable to open files unless I put in the “%1”.&lt;br /&gt;&lt;br /&gt;0_o Just another day in MS land I guess. I would be interested if anyone else has had issues with this.&lt;br /&gt;&lt;br /&gt;Thanks!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-2988797978936196296?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/2988797978936196296/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=2988797978936196296' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/2988797978936196296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/2988797978936196296'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2011/08/excel-will-not-open-workbook-when.html' title='Excel will not open a workbook when double clicking the file or opening an attachment in Outlook.'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-6510042192652940043</id><published>2011-08-25T12:58:00.001-07:00</published><updated>2011-08-25T13:03:30.056-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='custom ADM'/><category scheme='http://www.blogger.com/atom/ns#' term='windows 2008'/><category scheme='http://www.blogger.com/atom/ns#' term='Hide address bar'/><category scheme='http://www.blogger.com/atom/ns#' term='windows 2003'/><category scheme='http://www.blogger.com/atom/ns#' term='IE7'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet Explorer 7'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='Group policy'/><category scheme='http://www.blogger.com/atom/ns#' term='Address Bar disable'/><title type='text'>Lockdown Internet Explorer 7 Address Bar, Print, and Menu options.</title><content type='html'>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://coaitc.blogspot.com/2011/08/lockdown-internet-explorer-7-address.html"&gt;&lt;/a&gt;&lt;script type="text/javascript" src="http://www.google.com/buzz/api/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;p&gt;The following screenshot shows that the address bar is disabled, navigation is also disabled, as well as the print buttons and file menu item. These settings are applied by using a custom ADM file in Group Policy.  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/-mDk8C8KzKmk/TlapYxXZaLI/AAAAAAAAASk/ooI69aEJxbY/s1600-h/clip_image002%25255B3%25255D.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://lh6.ggpht.com/-uRQSecwX208/TlapZLBHHDI/AAAAAAAAASo/eWVsnDk_zE8/clip_image002_thumb.jpg?imgmax=800" width="244" height="26"&gt;&lt;/a&gt;  &lt;p&gt;The following group policy settings should be applied to the servers. These policies will disable any workaround that the user may use to gain access to another website.  &lt;p&gt;&lt;b&gt;Users\&lt;/b&gt;&lt;b&gt;Administrative\Templates\&lt;/b&gt;&lt;b&gt;Internet Explorer&lt;/b&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;a href="http://lh4.ggpht.com/-K70lVu8HbUY/TlapZZhwAAI/AAAAAAAAASs/9JsTDM4nhp0/s1600-h/clip_image004%25255B3%25255D.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://lh4.ggpht.com/-jUFxzenaIC0/TlapZz_y79I/AAAAAAAAASw/ueZrA0ZCv98/clip_image004_thumb.jpg?imgmax=800" width="244" height="120"&gt;&lt;/a&gt;  &lt;p&gt;&lt;b&gt;\Internet Control Panel&lt;/b&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt; &lt;p&gt;&lt;a href="http://lh3.ggpht.com/-S34ScEzhdLc/TlapaJUUYvI/AAAAAAAAAS0/nLzUeXYDIZY/s1600-h/clip_image006%25255B3%25255D.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://lh6.ggpht.com/-nf_Rm65-4q8/TlapaaDqCqI/AAAAAAAAAS4/DO1JL7QPhjs/clip_image006_thumb.jpg?imgmax=800" width="244" height="76"&gt;&lt;/a&gt;  &lt;p&gt;\&lt;strong&gt;Browser Menus&lt;/strong&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/-5i-q7-lal8Q/TlapaugWqXI/AAAAAAAAAS8/yBUGIE9A6nY/s1600-h/clip_image008%25255B3%25255D.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://lh6.ggpht.com/-Ue-fHrWq5jo/Tlapa8cc2gI/AAAAAAAAATA/fG1RlmQ-Jw4/clip_image008_thumb.jpg?imgmax=800" width="244" height="101"&gt;&lt;/a&gt;  &lt;p&gt;\&lt;strong&gt;Toolbars&lt;/strong&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/-ahArUKOflpA/TlapbINBLhI/AAAAAAAAATE/8Ns_Us8QhQQ/s1600-h/clip_image010%25255B3%25255D.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://lh6.ggpht.com/-ciDG38WHX3k/TlapbYKCXGI/AAAAAAAAATI/-haolCPS-HU/clip_image010_thumb.jpg?imgmax=800" width="244" height="35"&gt;&lt;/a&gt;  &lt;p&gt;ADM file to be added.&lt;pre class="csharpcode"&gt;CLASS Machine&lt;br /&gt;CATEGORY InternetExplorer7Lockdown&lt;br /&gt;POLICY &lt;span class="str"&gt;"IE7 Lockdown Settings"&lt;/span&gt;&lt;br /&gt;EXPLAIN !!Help&lt;br /&gt;KEYNAME &lt;span class="str"&gt;"Software\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions"&lt;/span&gt;&lt;br /&gt;PART !!Addressbar_title DROPDOWNLIST REQUIRED&lt;br /&gt;VALUENAME &lt;span class="str"&gt;"NoAddressBar"&lt;/span&gt;&lt;br /&gt;ITEMLIST&lt;br /&gt;NAME !!Addressbar_enable VALUE NUMERIC 0 DEFAULT&lt;br /&gt;NAME !!Addressbar_disable VALUE NUMERIC 1&lt;br /&gt;END ITEMLIST&lt;br /&gt;END PART&lt;br /&gt;PART !!NavButtons_title DROPDOWNLIST REQUIRED&lt;br /&gt;VALUENAME &lt;span class="str"&gt;"NoNavBar"&lt;/span&gt;&lt;br /&gt;ITEMLIST&lt;br /&gt;NAME !!NavButtons_enable VALUE NUMERIC 0 DEFAULT&lt;br /&gt;NAME !!NavButtons_disable VALUE NUMERIC 1&lt;br /&gt;END ITEMLIST&lt;br /&gt;END PART&lt;br /&gt;END POLICY&lt;br /&gt;POLICY &lt;span class="str"&gt;"Disable: Printing"&lt;/span&gt;&lt;br /&gt;Explain !!Help2&lt;br /&gt;KEYNAME &lt;span class="str"&gt;"SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\EXPLORER"&lt;/span&gt;&lt;br /&gt;PART !!PrintButton DROPDOWNLIST REQUIRED&lt;br /&gt;VALUENAME &lt;span class="str"&gt;"Btn_print"&lt;/span&gt;&lt;br /&gt;ITEMLIST&lt;br /&gt;NAME !!PrintShow VALUE NUMERIC 1 DEFAULT&lt;br /&gt;NAME !!PrintHide VALUE NUMERIC 2&lt;br /&gt;END ITEMLIST&lt;br /&gt;END PART&lt;br /&gt;END POLICY&lt;br /&gt;POLICY &lt;span class="str"&gt;"Disable: File Menu"&lt;/span&gt;&lt;br /&gt;Explain !!Help3&lt;br /&gt;KEYNAME &lt;span class="str"&gt;"SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\EXPLORER"&lt;/span&gt;&lt;br /&gt;PART !!FileMenu DROPDOWNLIST REQUIRED&lt;br /&gt;VALUENAME &lt;span class="str"&gt;"NoFileMenu"&lt;/span&gt;&lt;br /&gt;ITEMLIST&lt;br /&gt;NAME !!FileShow VALUE NUMERIC 1 DEFAULT&lt;br /&gt;NAME !!FileHide VALUE NUMERIC 2&lt;br /&gt;END ITEMLIST&lt;br /&gt;END PART&lt;br /&gt;END POLICY&lt;br /&gt;END CATEGORY &lt;br /&gt;[strings]&lt;br /&gt;InternetExplorer7Lockdown=&lt;span class="str"&gt;"IE7 Settings"&lt;/span&gt;&lt;br /&gt;Addressbar_title=&lt;span class="str"&gt;"Set the IE7 Address bar to: &lt;br /&gt;Addressbar_enable="&lt;/span&gt;Enabled&lt;span class="str"&gt;"&lt;br /&gt;Addressbar_disable="&lt;/span&gt;Disabled&lt;span class="str"&gt;" &lt;br /&gt;NavButtons_title="&lt;/span&gt;Set the IE7 Navagation buttons to: &lt;br /&gt;NavButtons_enable=&lt;span class="str"&gt;"Enabled"&lt;/span&gt;&lt;br /&gt;NavButtons_disable=&lt;span class="str"&gt;"Disabled"&lt;/span&gt; &lt;br /&gt;PrintButton=&lt;span class="str"&gt;"Hide Printer button?"&lt;/span&gt;&lt;br /&gt;PrintShow=&lt;span class="str"&gt;"No"&lt;/span&gt;&lt;br /&gt;PrintHide=&lt;span class="str"&gt;"Yes"&lt;/span&gt;&lt;br /&gt;FileMenu=&lt;span class="str"&gt;"Hide File menu?"&lt;/span&gt;&lt;br /&gt;Fileshow=&lt;span class="str"&gt;"No"&lt;/span&gt;&lt;br /&gt;Filehide=&lt;span class="str"&gt;"Yes"&lt;/span&gt;&lt;br /&gt;; explains&lt;br /&gt;Help=&lt;span class="str"&gt;"Enabled: This policy will change registry settings to disable the address bar and navigation buttons IE7."&lt;/span&gt; &lt;br /&gt;Help2=&lt;span class="str"&gt;"Enabled: This policy will allow you to Hide or Show the print button in IE7."&lt;/span&gt; &lt;br /&gt;Help3=&lt;span class="str"&gt;"Enabled: This policy will allow you to Hide or Show the File menu item in IE7."&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre&lt;br /&gt;{&lt;br /&gt;	font-size: small;&lt;br /&gt;	color: black;&lt;br /&gt;	font-family: consolas, "Courier New", courier, monospace;&lt;br /&gt;	background-color: #ffffff;&lt;br /&gt;	/*white-space: pre;*/&lt;br /&gt;}&lt;br /&gt;.csharpcode pre { margin: 0em; }&lt;br /&gt;.csharpcode .rem { color: #008000; }&lt;br /&gt;.csharpcode .kwrd { color: #0000ff; }&lt;br /&gt;.csharpcode .str { color: #006080; }&lt;br /&gt;.csharpcode .op { color: #0000c0; }&lt;br /&gt;.csharpcode .preproc { color: #cc6633; }&lt;br /&gt;.csharpcode .asp { background-color: #ffff00; }&lt;br /&gt;.csharpcode .html { color: #800000; }&lt;br /&gt;.csharpcode .attr { color: #ff0000; }&lt;br /&gt;.csharpcode .alt &lt;br /&gt;{&lt;br /&gt;	background-color: #f4f4f4;&lt;br /&gt;	width: 100%;&lt;br /&gt;	margin: 0em;&lt;br /&gt;}&lt;br /&gt;.csharpcode .lnum { color: #606060; }&lt;br /&gt;&lt;/style&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Issues: &lt;br /&gt;&lt;p&gt;Users will still be able to press CTRL+P to print – I am unable to find a way around this. &lt;br /&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-6510042192652940043?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/6510042192652940043/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=6510042192652940043' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/6510042192652940043'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/6510042192652940043'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2011/08/lockdown-internet-explorer-7-address.html' title='Lockdown Internet Explorer 7 Address Bar, Print, and Menu options.'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/-uRQSecwX208/TlapZLBHHDI/AAAAAAAAASo/eWVsnDk_zE8/s72-c/clip_image002_thumb.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-1815457984090398141</id><published>2011-06-16T09:44:00.001-07:00</published><updated>2011-06-16T09:45:02.858-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows 2008'/><category scheme='http://www.blogger.com/atom/ns#' term='App-V'/><title type='text'>APP-V Server install</title><content type='html'>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://coaitc.blogspot.com/2011/06/app-v-server-install.html" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;Found a very helpful write-up on how to get app-v installed on a Server 2k8r2 box.&lt;/p&gt; &lt;p&gt;They tech net articles are a little convoluted, while all the information is there, you have to find about 10 articles to get things set up.&lt;/p&gt; &lt;p&gt;&lt;a title="http://social.technet.microsoft.com/wiki/contents/articles/how-to-install-and-configure-the-app-v-management-server.aspx" href="http://social.technet.microsoft.com/wiki/contents/articles/how-to-install-and-configure-the-app-v-management-server.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/how-to-install-and-configure-the-app-v-management-server.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Also, one of the things that I had issues with was the fact that .net 4 was installed on the servers. Make sure to uninstall .net 4 framework before trying to install app-v, unless you like scratching your head.&lt;/p&gt; &lt;p&gt;Remember to reinstall .net 4 after though &lt;img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://lh6.ggpht.com/-a250fIFnd_I/Tfoy3D8PEzI/AAAAAAAAAKo/JH-6Kvgi2x8/wlEmoticon-smile%25255B2%25255D.png?imgmax=800"&gt;&lt;/p&gt; &lt;p&gt;Cheers!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-1815457984090398141?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/1815457984090398141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=1815457984090398141' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/1815457984090398141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/1815457984090398141'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2011/06/app-v-server-install.html' title='APP-V Server install'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/-a250fIFnd_I/Tfoy3D8PEzI/AAAAAAAAAKo/JH-6Kvgi2x8/s72-c/wlEmoticon-smile%25255B2%25255D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-4441488714700844642</id><published>2011-06-14T07:59:00.001-07:00</published><updated>2011-06-14T07:59:19.495-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RD Web'/><category scheme='http://www.blogger.com/atom/ns#' term='RD Gateway Services'/><category scheme='http://www.blogger.com/atom/ns#' term='Remote Desktop DMZ'/><title type='text'>Ports to be opened when using RD Web in a DMZ</title><content type='html'>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://coaitc.blogspot.com/2011/06/ports-to-be-opened-when-using-rd-web-in.html" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Found this on MSDN’s blog. Has a good write-up on what ports need to be open in different scenarios.&lt;/p&gt; &lt;p&gt;&lt;a title="http://blogs.msdn.com/b/rds/archive/2009/07/31/rd-gateway-deployment-in-a-perimeter-network-firewall-rules.aspx" href="http://blogs.msdn.com/b/rds/archive/2009/07/31/rd-gateway-deployment-in-a-perimeter-network-firewall-rules.aspx"&gt;http://blogs.msdn.com/b/rds/archive/2009/07/31/rd-gateway-deployment-in-a-perimeter-network-firewall-rules.aspx&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-4441488714700844642?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/4441488714700844642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=4441488714700844642' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/4441488714700844642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/4441488714700844642'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2011/06/ports-to-be-opened-when-using-rd-web-in.html' title='Ports to be opened when using RD Web in a DMZ'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-7849288226016160611</id><published>2011-05-13T12:44:00.001-07:00</published><updated>2011-05-13T12:52:31.638-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows 2008'/><category scheme='http://www.blogger.com/atom/ns#' term='Domain controller'/><category scheme='http://www.blogger.com/atom/ns#' term='Active Directory'/><title type='text'>Domain Controller Assessment</title><content type='html'>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://coaitc.blogspot.com/2011/05/domain-controller-assessment.html" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;I really wish Microsoft would release a single product that would be able to assess the health of the overall domain controller.&lt;/p&gt; &lt;p&gt;Server 2008 does come with built in Best Practice Analyzers and they are very helpful. &lt;/p&gt; &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_KLThg-JrHYw/Tc2KGDaZplI/AAAAAAAAAJI/_yhU-owxQp8/s1600-h/image%5B2%5D.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_KLThg-JrHYw/Tc2KGUBJivI/AAAAAAAAAJM/UYb6tqtkbrg/image_thumb.png?imgmax=800" width="244" height="85"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;This is really nice because you are able to click on anything that gives you a warning or error and open up the properties of that error. &lt;/p&gt; &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_KLThg-JrHYw/Tc2KGhwALPI/AAAAAAAAAJQ/tXsnEMJHlI0/s1600-h/image%5B5%5D.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="image" border="0" alt="image" src="http://lh5.ggpht.com/_KLThg-JrHYw/Tc2KGwVIixI/AAAAAAAAAJU/IWfkSKzMRZA/image_thumb%5B1%5D.png?imgmax=800" width="203" height="244"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;As you can see, Microsoft even suggests how to fix the issue.&lt;/p&gt; &lt;p&gt;This is all fine and good and you can run these BPA on any of the roles you have installed, however, some times you run into a server that is so broken that these BPAs won’t run. That is when you have to use a basket full of commands. I have added in few that I use and just put them into a batch file that I can run on the servers.&lt;/p&gt; &lt;p&gt;Example:&lt;/p&gt; &lt;table border="1" cellspacing="0" cellpadding="2" width="732"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="730"&gt; &lt;p&gt;mkdir c:\&lt;font color="#000000"&gt;&lt;em&gt;&lt;u&gt;&lt;strong&gt;&amp;lt;Folder&amp;gt;&lt;br&gt;&lt;/strong&gt;&lt;/u&gt;&lt;/em&gt;&lt;/font&gt;dnscmd /info &amp;gt; c:\&lt;strong&gt;&lt;u&gt;&lt;em&gt;&amp;lt;Folder&amp;gt;&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;\dnsinfo.txt&lt;br&gt;dnscmd &lt;strong&gt;&lt;em&gt;&lt;u&gt;&amp;lt;SERVERNAME&amp;gt;&lt;/u&gt;&lt;/em&gt;&lt;/strong&gt; /directorypartitioninfo DomainDnsZones.&lt;strong&gt;&lt;u&gt;&lt;em&gt;&amp;lt;DOMAIN&amp;gt;&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt; &amp;gt; c:\&lt;strong&gt;&lt;em&gt;&lt;u&gt;&amp;lt;Folder&amp;gt;&lt;/u&gt;&lt;/em&gt;&lt;/strong&gt;\dnspartitioninfoDomain.txt&lt;br&gt;dnscmd &lt;strong&gt;&lt;em&gt;&lt;u&gt;&amp;lt;SERVERNAME&amp;gt;&lt;/u&gt;&lt;/em&gt;&lt;/strong&gt; /directorypartitioninfo forestDnsZones.&lt;em&gt;&lt;u&gt;&lt;strong&gt;&amp;lt;DOMAIN&amp;gt;&lt;/strong&gt;&lt;/u&gt;&lt;/em&gt;&amp;gt; c:\&lt;em&gt;&lt;u&gt;&lt;strong&gt;&amp;lt;FOLDER&amp;gt;&lt;/strong&gt;&lt;/u&gt;&lt;/em&gt;\dnspartitioninfoForest.txt&lt;br&gt;repadmin /showreps &amp;gt; c:\&lt;strong&gt;&lt;em&gt;&lt;u&gt;&amp;lt;FOLDER&amp;gt;&lt;/u&gt;&lt;/em&gt;&lt;/strong&gt;\replog.txt&lt;br&gt;repadmin /replsum /errorsonly &amp;gt; c:\&lt;strong&gt;&lt;em&gt;&lt;u&gt;&amp;lt;FOLDER&amp;gt;&lt;/u&gt;&lt;/em&gt;&lt;/strong&gt;\replogerror.txt&lt;br&gt;route print &amp;gt; c:\&lt;strong&gt;&lt;em&gt;&lt;u&gt;&amp;lt;FOLDER&amp;gt;&lt;/u&gt;&lt;/em&gt;&lt;/strong&gt;\routes.txt&lt;br&gt;copy c:\windows\system32\drivers\etc\* c:\&lt;strong&gt;&lt;em&gt;&lt;u&gt;&amp;lt;FOLDER&amp;gt;&lt;/u&gt;&lt;/em&gt;&lt;/strong&gt;\&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;I grab the routes as well as all the files in the etc folder because I have run across issues before where someone had gone in and put static routes on the servers or static entries in the hosts file or protocols file that had me scratching my head for a few hours until I figured it out. It’s best to just grab these files and make sure they are clean.&lt;/p&gt; &lt;p&gt;I would like to know what other commands people use and why they use them, maybe we can get a super script that will take 2 seconds to run and generate a nice report with useful information.&lt;/p&gt; &lt;p&gt;EDIT: I left DCDIAG and NETDIAG.. not sure why.. I just did &lt;img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://lh3.ggpht.com/_KLThg-JrHYw/Tc2L_2DOgPI/AAAAAAAAAJY/qWMJK7MXQjU/wlEmoticon-smile%5B2%5D.png?imgmax=800"&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-7849288226016160611?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/7849288226016160611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=7849288226016160611' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/7849288226016160611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/7849288226016160611'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2011/05/domain-controller-assessment.html' title='Domain Controller Assessment'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_KLThg-JrHYw/Tc2KGUBJivI/AAAAAAAAAJM/UYb6tqtkbrg/s72-c/image_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-7601730449951523086</id><published>2011-05-10T08:20:00.001-07:00</published><updated>2011-05-10T08:20:27.431-07:00</updated><title type='text'>Exporting a list of services from all machines in your domain</title><content type='html'>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://coaitc.blogspot.com/2011/05/exporting-list-of-services-from-all.html" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;This can be done pretty quick with a power script, rather than going into each machine and opening up services and exporting manually.&lt;/p&gt; &lt;p&gt;&lt;code&gt;Get-Service | Export-Csv -path "C:\services.csv"&lt;/code&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-7601730449951523086?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/7601730449951523086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=7601730449951523086' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/7601730449951523086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/7601730449951523086'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2011/05/exporting-list-of-services-from-all.html' title='Exporting a list of services from all machines in your domain'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-7716721780508738913</id><published>2011-04-22T12:01:00.001-07:00</published><updated>2011-04-22T12:01:21.466-07:00</updated><title type='text'>Ranked Dimms?</title><content type='html'>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://coaitc.blogspot.com/2011/04/ranked-dimms.html" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;So, today I was specing out a couple SQL servers, and I have not had to do any hardware specing in a few years, so things sure have changed when looking into the hardware components. One of the things that I was seeing on HPs site was Ranked Dimms. I found this website that explained what Ranked Dimms are, good read!&lt;br&gt;&lt;br&gt;&lt;a title="http://www.oempcworld.com/support/Whatis_4-Rank_DIMM_Memory.htm" href="http://www.oempcworld.com/support/Whatis_4-Rank_DIMM_Memory.htm"&gt;http://www.oempcworld.com/support/Whatis_4-Rank_DIMM_Memory.htm&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-7716721780508738913?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/7716721780508738913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=7716721780508738913' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/7716721780508738913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/7716721780508738913'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2011/04/ranked-dimms.html' title='Ranked Dimms?'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-1792455959167397486</id><published>2011-02-09T10:06:00.001-08:00</published><updated>2011-02-09T10:06:07.637-08:00</updated><title type='text'>Remote uninstall of SEP 11</title><content type='html'>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://coaitc.blogspot.com/2011/02/remote-uninstall-of-sep-11.html" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a title="http://www.symantec.com/business/support/index?page=content&amp;amp;id=TECH105827&amp;amp;locale=en_US" href="http://www.symantec.com/business/support/index?page=content&amp;amp;id=TECH105827&amp;amp;locale=en_US"&gt;http://www.symantec.com/business/support/index?page=content&amp;amp;id=TECH105827&amp;amp;locale=en_US&lt;/a&gt;While Logged into an account that has domain admin rights, you can run this command after downloading psexec.exe from Microsoft.&lt;/p&gt; &lt;p&gt;psexec @c:\computers.txt MsiExec.exe /norestart /q/x{2EFCC193-D915-4CCB-9201-31773A27BC06} REMOVE=ALL&lt;/p&gt; &lt;p&gt;Where @c:\computers.txt is a txt file that I pulled from the AD computers OU and chopped it up in excel so that it lists all the computers, one line at a time.&lt;/p&gt; &lt;p&gt;Example:&lt;/p&gt; &lt;table border="1" cellspacing="0" cellpadding="2" width="400"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="400"&gt;XPPC001&lt;br&gt;XPPC002&lt;br&gt;XPPC003&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;{2EFCC193-D915-4CCB-9201-31773A27BC06} is the uninstall string from the local systems registry. This can be found by going to &lt;/p&gt; &lt;table border="1" cellspacing="0" cellpadding="2" width="502"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="500"&gt; &lt;p&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;a title="http://www.symantec.com/business/support/index?page=content&amp;amp;id=TECH105827&amp;amp;locale=en_US" href="http://www.symantec.com/business/support/index?page=content&amp;amp;id=TECH105827&amp;amp;locale=en_US"&gt;http://www.symantec.com/business/support/index?page=content&amp;amp;id=TECH105827&amp;amp;locale=en_US&lt;/a&gt;&lt;/p&gt; &lt;p&gt;If there is a password set on the clients you can:&lt;/p&gt; &lt;p&gt;A) disable it from the SEP Manager&lt;/p&gt; &lt;p&gt;B) Edit the registry to zero out the password Value.&lt;/p&gt; &lt;p&gt;I will post how to do this soon.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-1792455959167397486?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/1792455959167397486/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=1792455959167397486' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/1792455959167397486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/1792455959167397486'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2011/02/remote-uninstall-of-sep-11.html' title='Remote uninstall of SEP 11'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-6980786789228960383</id><published>2011-01-25T12:31:00.001-08:00</published><updated>2011-01-25T12:31:39.611-08:00</updated><title type='text'>Ever want to double check who has what FSMO roles quick?</title><content type='html'>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://coaitc.blogspot.com/2011/01/ever-want-to-double-check-who-has-what.html" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;I always seem to forget the stupid command to type to look at show what servers hold what FSMO roles. This can be nice when walking into a network that is having issues and there are multiple domain controllers. Knowing what domain controllers do what can help in your troubleshooting.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;&lt;font size="2"&gt;Open up a command prompt with enterprise admin privileges and run the following command. &lt;/font&gt;&lt;/em&gt;&lt;/p&gt; &lt;blockquote&gt; &lt;table border="1" cellspacing="0" cellpadding="2" width="400"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="400"&gt;&lt;em&gt;Netdom query fsmo &lt;/em&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/blockquote&gt; &lt;h3&gt;&lt;font style="font-weight: normal" size="2"&gt;You should see something to the effect of.. &lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_KLThg-JrHYw/TT8zFSQz1HI/AAAAAAAAAI8/ensEBrbZR0c/s1600-h/image%5B3%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_KLThg-JrHYw/TT8zGFrUCvI/AAAAAAAAAJA/H7XEv56g4NY/image_thumb%5B1%5D.png?imgmax=800" width="480" height="125"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-6980786789228960383?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/6980786789228960383/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=6980786789228960383' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/6980786789228960383'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/6980786789228960383'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2011/01/ever-want-to-double-check-who-has-what.html' title='Ever want to double check who has what FSMO roles quick?'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_KLThg-JrHYw/TT8zGFrUCvI/AAAAAAAAAJA/H7XEv56g4NY/s72-c/image_thumb%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-3180505278374323332</id><published>2010-12-30T07:48:00.001-08:00</published><updated>2010-12-30T07:51:11.196-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WDS'/><category scheme='http://www.blogger.com/atom/ns#' term='Deploy Windows 7'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Deployment Services'/><title type='text'>Windows Deployment Services: Capture an Image</title><content type='html'>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://coaitc.blogspot.com/2010/12/windows-deployment-services-capture.html" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;h3&gt;Booting to the Capture Image&lt;/h3&gt; &lt;p&gt;First boot to the network by pressing f12 and selecting the network adaptor.  &lt;p&gt;Once you have done that you should see a PXE boot screen similar to the following. &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_KLThg-JrHYw/TRyo0EEFn_I/AAAAAAAAAHc/s4SGZ4QY12I/s1600-h/clip_image002%5B3%5D.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://lh6.ggpht.com/_KLThg-JrHYw/TRyo2r3TRwI/AAAAAAAAAHg/uB-mJupdvEM/clip_image002_thumb.jpg?imgmax=800" width="244" height="59"&gt;&lt;/a&gt; &lt;p&gt;Make sure you press F12 again once tells you to Press “F12 for network Service Boot” &lt;p&gt;The next screen will list the available boot images to you. Since we are going to be Capturing a Windows 7 image, select “Windows 7 Capture Image” using your arrow keys on the keyboard and press “Enter” &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_KLThg-JrHYw/TRyo4a3TqhI/AAAAAAAAAHk/7pZcKNj_3xE/s1600-h/clip_image004%5B3%5D.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://lh4.ggpht.com/_KLThg-JrHYw/TRyo7JB3DeI/AAAAAAAAAHo/mJlY_jXEI0k/clip_image004_thumb.jpg?imgmax=800" width="244" height="65"&gt;&lt;/a&gt; &lt;p&gt;Windows will then load the WIM file into RAM on the client machine. You can see the name of the WIM file that is being loaded, this is always good to look at to make sure it is the correct one. &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_KLThg-JrHYw/TRyo9hwQd2I/AAAAAAAAAHs/3USqnQM7nQ4/s1600-h/clip_image006%5B3%5D.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://lh6.ggpht.com/_KLThg-JrHYw/TRyo_7KqBBI/AAAAAAAAAHw/wy8TxDaIWhY/clip_image006_thumb.jpg?imgmax=800" width="244" height="51"&gt;&lt;/a&gt; &lt;p&gt;Once it is loaded into RAM you will see the “Windows Deployment Services Image Capture Wizard” come up.  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_KLThg-JrHYw/TRypEQE2HWI/AAAAAAAAAH0/Kx1CXdyJa_k/s1600-h/clip_image007%5B3%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image007" border="0" alt="clip_image007" src="http://lh5.ggpht.com/_KLThg-JrHYw/TRypHkle9KI/AAAAAAAAAH4/27gQS9hPYdk/clip_image007_thumb.png?imgmax=800" width="244" height="193"&gt;&lt;/a&gt; &lt;p&gt;Click “Next” to continue &lt;p&gt;On the Volume Capture dropdown box, select the drive letter to capture. Normally this will be C:\ and name the image as well as giving the image a description.  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_KLThg-JrHYw/TRypJcIdccI/AAAAAAAAAH8/rfjI_KjfrYQ/s1600-h/clip_image008%5B3%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://lh3.ggpht.com/_KLThg-JrHYw/TRypON4GmEI/AAAAAAAAAIA/Iss9-g8832c/clip_image008_thumb.png?imgmax=800" width="244" height="221"&gt;&lt;/a&gt; &lt;p&gt;Press Next. &lt;p&gt;The next screen will give you an option on where to store your image. You can store it to a removable hard drive, shared network folder, or even directly upload it to the WDS server. &lt;p align="center"&gt;&lt;font color="#ff0000"&gt;**NOTE**&lt;br&gt;If you do not see anything in the “volume to capture:” drop down box, something went wrong with your sysprep or the WIM capture image does not have the correct hard disk drivers installed.&lt;/font&gt;&lt;a href="http://lh5.ggpht.com/_KLThg-JrHYw/TRypRKWcxOI/AAAAAAAAAIE/lR9k5BMn_eU/s1600-h/clip_image009%5B3%5D.png"&gt;&lt;/p&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image009" border="0" alt="clip_image009" src="http://lh4.ggpht.com/_KLThg-JrHYw/TRypUnPRdII/AAAAAAAAAII/Asn5VnjrHrw/clip_image009_thumb.png?imgmax=800" width="244" height="217"&gt;&lt;/a&gt; &lt;p align="center"&gt;&lt;font color="#ff0000"&gt;Refer to “Syspreping your Client” and “Injecting Drivers into a WIM file” to correct these issues.&lt;/font&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_KLThg-JrHYw/TRypXXFXT-I/AAAAAAAAAIM/uONql4PLLfY/s1600-h/clip_image010%5B3%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://lh4.ggpht.com/_KLThg-JrHYw/TRypZoupAfI/AAAAAAAAAIQ/XtMFy9wu7cg/clip_image010_thumb.png?imgmax=800" width="244" height="219"&gt;&lt;/a&gt; &lt;p&gt;I chose to upload to the WDS, I typed the name of my machine in and hit connect. You will then be prompted for a username and password after it times out trying to connect anonymously.  &lt;p&gt;Type in a Domain Administrator’s user account and password; make sure to add the domain name in front of the username. &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_KLThg-JrHYw/TRypbs1AUzI/AAAAAAAAAIU/AaucqV1XKlQ/s1600-h/clip_image011%5B3%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image011" border="0" alt="clip_image011" src="http://lh4.ggpht.com/_KLThg-JrHYw/TRypeU2eNvI/AAAAAAAAAIY/Myx7wRdAFdE/clip_image011_thumb.png?imgmax=800" width="244" height="155"&gt;&lt;/a&gt; &lt;p&gt;Once you are authenticated, the “Image Group Name:” drop down becomes available. This will allow you to put the image in a particular image group on the server. &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_KLThg-JrHYw/TRypf9YN1HI/AAAAAAAAAIc/HTBEsJOD7AI/s1600-h/clip_image012%5B3%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://lh3.ggpht.com/_KLThg-JrHYw/TRypi-yLv9I/AAAAAAAAAIg/mrtAnz98v8Y/clip_image012_thumb.png?imgmax=800" width="244" height="108"&gt;&lt;/a&gt; &lt;p&gt;Click Next. &lt;p&gt;If next does not show up you can also just add the image manually, to do this, click “Back” then “Next” and it will bring you back to the screen where you can choose a location for the image to be stored. &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_KLThg-JrHYw/TRypk4mkJoI/AAAAAAAAAIk/Rq1YqtQ58TM/s1600-h/clip_image013%5B3%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image013" border="0" alt="clip_image013" src="http://lh3.ggpht.com/_KLThg-JrHYw/TRypn4xH4YI/AAAAAAAAAIo/MJc9Pg7pDMI/clip_image013_thumb.png?imgmax=800" width="244" height="219"&gt;&lt;/a&gt; &lt;p&gt;Press Next to begin upload to the server. &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_KLThg-JrHYw/TRypqdwvMUI/AAAAAAAAAIs/YClWSK-Q_IA/s1600-h/clip_image014%5B3%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image014" border="0" alt="clip_image014" src="http://lh5.ggpht.com/_KLThg-JrHYw/TRyptlI-qzI/AAAAAAAAAIw/AsaJk55FeJE/clip_image014_thumb.png?imgmax=800" width="244" height="173"&gt;&lt;/a&gt; &lt;p&gt;Depending on the size of the image and the speed of the network, this can take anywhere from 10 minutes to a few hours. &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_KLThg-JrHYw/TRypvLAnOkI/AAAAAAAAAI0/1m0nv-jYiDU/s1600-h/clip_image015%5B3%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image015" border="0" alt="clip_image015" src="http://lh6.ggpht.com/_KLThg-JrHYw/TRypx2i61ZI/AAAAAAAAAI4/8Kt-h09ApXQ/clip_image015_thumb.png?imgmax=800" width="244" height="173"&gt;&lt;/a&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-3180505278374323332?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/3180505278374323332/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=3180505278374323332' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/3180505278374323332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/3180505278374323332'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2010/12/windows-deployment-services-capture.html' title='Windows Deployment Services: Capture an Image'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_KLThg-JrHYw/TRyo2r3TRwI/AAAAAAAAAHg/uB-mJupdvEM/s72-c/clip_image002_thumb.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-5433105412327685244</id><published>2010-12-30T07:24:00.001-08:00</published><updated>2010-12-30T07:36:42.473-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sysprep'/><category scheme='http://www.blogger.com/atom/ns#' term='WDS'/><category scheme='http://www.blogger.com/atom/ns#' term='Deploy Windows 7'/><title type='text'>Client Side Setup: Sysprep Client Machine</title><content type='html'>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://coaitc.blogspot.com/2010/12/client-side-setup-sysprep-client.html" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;Once you have finished installing all updates/software and configuring any settings you want to have on each image, you will need to strip out all of the unique information from that install so that you can image multiple machines with the same image and not have issues with duplicate names and System IDs on the network. To do this we will use a tool included in Windows 7 called Sysprep. &lt;p&gt;Sysprep is located by default at: &lt;p&gt;C:\windows\system32\sysprep\sysprep.exe &lt;p&gt;There are many options that go along with sysprep, this will be discussed in a later guide. For deployment purposes, all we need to know now is how to get our windows 7 machine ready to image. &lt;p&gt;To do this go to “Start –&amp;gt; All Programs –&amp;gt; Accessories” Right click on “Command Prompt” and choose “Run as administrator” &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_KLThg-JrHYw/TRyj4VsG9AI/AAAAAAAAAG8/2Xr9069_iko/s1600-h/clip_image001%5B3%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://lh3.ggpht.com/_KLThg-JrHYw/TRyj8sRcg9I/AAAAAAAAAHA/pW74rEMfG-c/clip_image001_thumb.png?imgmax=800" width="144" height="244"&gt;&lt;/a&gt; &lt;p&gt;If you have User Account Control enabled, click YES to the dialog box that pops up. &lt;p&gt;&lt;font style="font-weight: normal"&gt;The following options are available to us for Sysprep&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_KLThg-JrHYw/TRyj-cVEn4I/AAAAAAAAAHE/FmsX31AU-hA/s1600-h/clip_image002%5B3%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://lh6.ggpht.com/_KLThg-JrHYw/TRykB7HWUgI/AAAAAAAAAHI/HCbIvVjcHwo/clip_image002_thumb.png?imgmax=800" width="244" height="122"&gt;&lt;/a&gt; &lt;p&gt;For this example we are just going to use the following: &lt;p&gt;&lt;b&gt;&lt;i&gt;“Sysprep.exe /generalize /oobe /shutdown”&lt;/i&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt; &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_KLThg-JrHYw/TRykDwVoREI/AAAAAAAAAHM/necBBshsoYU/s1600-h/clip_image004%5B3%5D.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://lh6.ggpht.com/_KLThg-JrHYw/TRykFndLzdI/AAAAAAAAAHQ/9H8ETQmQPwk/clip_image004_thumb.jpg?imgmax=800" width="244" height="67"&gt;&lt;/a&gt; &lt;p&gt;This will strip information from the machine and shut down the computer. Once the machine is turned back on you will get the “Out of Box Experience” as if the machine had just had Windows 7 Installed. &lt;p&gt;To run this command we just type it in the command prompt and hit enter. It will bring a window up and shut down when it is finished.  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_KLThg-JrHYw/TRykHCFkbPI/AAAAAAAAAHU/8AAa1JE_vL4/s1600-h/clip_image005%5B3%5D.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://lh3.ggpht.com/_KLThg-JrHYw/TRykJ03_GhI/AAAAAAAAAHY/c1k4wr3Ot3U/clip_image005_thumb.jpg?imgmax=800" width="206" height="112"&gt;&lt;/a&gt; &lt;p align="center"&gt;&lt;font color="#ff0000"&gt;**Note**&lt;br&gt;Do no turn the machine back on until you are ready to capture an image. If you do you will have to re-sysprep the machine, this can only be done 3 times!!&lt;/font&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-5433105412327685244?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/5433105412327685244/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=5433105412327685244' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/5433105412327685244'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/5433105412327685244'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2010/12/client-side-setup-sysprep-client.html' title='Client Side Setup: Sysprep Client Machine'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_KLThg-JrHYw/TRyj8sRcg9I/AAAAAAAAAHA/pW74rEMfG-c/s72-c/clip_image001_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-8892074468584196662</id><published>2010-12-29T11:08:00.001-08:00</published><updated>2010-12-29T11:08:56.896-08:00</updated><title type='text'>Plug-ins for Windows Live Writer</title><content type='html'>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://coaitc.blogspot.com/2010/12/plug-ins-for-windows-live-writer.html" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;I just installed a bunch of neat plugins for Live Writer. This is just a post to test them.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:53357c8b-5919-4e32-8c25-305d27c17a37:c85aadba-d703-47aa-8e6a-4c4efc6918ed" class="wlWriterSmartContent"&gt;&lt;embed src="http://www.youtube.com/v/IytNBm8WA1c&amp;amp;rel=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"&gt;&lt;/embed&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-8892074468584196662?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/8892074468584196662/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=8892074468584196662' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/8892074468584196662'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/8892074468584196662'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2010/12/plug-ins-for-windows-live-writer.html' title='Plug-ins for Windows Live Writer'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-9067994136633661390</id><published>2010-12-29T10:47:00.001-08:00</published><updated>2010-12-29T10:49:43.584-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows 2008'/><category scheme='http://www.blogger.com/atom/ns#' term='sysprep'/><category scheme='http://www.blogger.com/atom/ns#' term='windows aik'/><category scheme='http://www.blogger.com/atom/ns#' term='windows 2003'/><category scheme='http://www.blogger.com/atom/ns#' term='WDS'/><category scheme='http://www.blogger.com/atom/ns#' term='Deploy Windows 7'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='dism.exe'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Deployment Services'/><title type='text'>Windows Deployment Services</title><content type='html'>Currently I am working on getting an all inclusive guide for Windows Deployment Services. There are a lot of guides online, however, none address the whole process of deploying custom images to client machines.&lt;br /&gt;&lt;br /&gt;Look for a complete guide and video walk through soon!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-9067994136633661390?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/9067994136633661390/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=9067994136633661390' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/9067994136633661390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/9067994136633661390'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2010/12/windows-deployment-services.html' title='Windows Deployment Services'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-6384069526415970771</id><published>2009-12-02T09:15:00.000-08:00</published><updated>2009-12-02T09:22:41.862-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='word documents open slowly'/><category scheme='http://www.blogger.com/atom/ns#' term='word 2003'/><category scheme='http://www.blogger.com/atom/ns#' term='Word 2007'/><title type='text'>Word documents opening slowly over a network share</title><content type='html'>Well, yesterday I ran into an issue where I was unable to open word documents from a network share that had just recently been moved from one server to another.&lt;br /&gt;&lt;br /&gt;The problem was that when the server was opening up the word document on the new server it was still looking for the old server to open a template by a unc path.&lt;br /&gt;&lt;br /&gt;In the bottom left hand corner of word you could see that it was trying to access \\oldserver\sharename\templates\template.dot.&lt;br /&gt;&lt;br /&gt;I looked all over for a fix to this but could not find anything short of running a bunch of scripts on all the files and folders in the new share.&lt;br /&gt;&lt;br /&gt;WORKAROUND:&lt;br /&gt;Since it was still looking for \\oldserver and that server was decommissioned, all I did was add an (A) record to DNS to point oldserver to the newserver ip address.&lt;br /&gt;&lt;br /&gt;Granted, this is a super messy way of getting it to work. However, I also had 80+ people sitting at their desks with nothing to do. I will have to research this a little more and see if I can find a way to fix this for good!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-6384069526415970771?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/6384069526415970771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=6384069526415970771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/6384069526415970771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/6384069526415970771'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2009/12/word-documents-opening-slowly-over.html' title='Word documents opening slowly over a network share'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-2545057184231952397</id><published>2009-11-23T05:42:00.000-08:00</published><updated>2009-12-02T17:40:24.727-08:00</updated><title type='text'></title><content type='html'>New Blog Updater&lt;br /&gt;&lt;p&gt;Just testing my new blogger client.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-2545057184231952397?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/2545057184231952397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=2545057184231952397' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/2545057184231952397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/2545057184231952397'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2009/11/new-blog-updater-just-testing-my-new.html' title=''/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-2907501251892451233</id><published>2009-10-27T18:29:00.000-07:00</published><updated>2009-10-27T18:36:43.392-07:00</updated><title type='text'>Dell Vostro hackintosh</title><content type='html'>Well, I just got my new &lt;a href="http://www.dell.com/us/en/business/notebooks/laptop-vostro-a90/pd.aspx?refid=laptop-vostro-a90&amp;amp;cs=04&amp;amp;s=bsd"&gt;Dell Vostro A90&lt;/a&gt;. I'm running Ubuntu on it right now, but I plan on installing OSX on the machine. I will keep you up to date on the status of my new Dell Hackintosh.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-2907501251892451233?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/2907501251892451233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=2907501251892451233' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/2907501251892451233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/2907501251892451233'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2009/10/dell-vostro-hackintosh.html' title='Dell Vostro hackintosh'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-5896617058589089409</id><published>2008-11-24T07:31:00.000-08:00</published><updated>2008-11-24T07:43:01.302-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Event ID: 11708. Symantec'/><category scheme='http://www.blogger.com/atom/ns#' term='wow6432node'/><category scheme='http://www.blogger.com/atom/ns#' term='HKLM\Software\Wow6432node'/><title type='text'>Symantec AV 10.1 install problems</title><content type='html'>Just ran across this one today and thought I would share my findings.&lt;br /&gt;&lt;br /&gt;When trying to install the Symantec AV client to a 32bit workstation running Windows XP sp3 (or any service pack), Symantec systems center tells you everything pushed out fine, however the client never has the AV agent installed.&lt;br /&gt;The following event logged in eventvwr on the client machine after trying to push the install out from the server:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;Event Type:    Information&lt;br /&gt;Event Source:    MsiInstaller&lt;br /&gt;Event Category:    None&lt;br /&gt;Event ID:    11708&lt;br /&gt;Date:        11/24/2008&lt;br /&gt;Time:        8:44:46 AM&lt;br /&gt;User:        NT AUTHORITY\SYSTEM&lt;br /&gt;Computer:  &lt;br /&gt;Description:&lt;br /&gt;Product: Symantec AntiVirus Win64 -- Installation failed.&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.&lt;br /&gt;Data:&lt;br /&gt;0000: 7b 32 34 33 46 41 45 30   {243FAE0&lt;br /&gt;0008: 37 2d 43 32 30 44 2d 34   7-C20D-4&lt;br /&gt;0010: 36 45 30 2d 39 41 45 37   6E0-9AE7&lt;br /&gt;0018: 2d 36 46 45 45 35 45 31   -6FEE5E1&lt;br /&gt;0020: 45 44 41 41 34 7d         EDAA4}&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now, the strange thing is is that the installation of Windows on this machine is only 32bit. However, the CPU in the computer is a 64bit. The reason for Symantec, and other applications, erroring out on the install is because it sees a key in the registry that tells it to send the 64bit install. To fix the problem, you need to delete the registry key from:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;HKLM\Software\Wow6432node&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Just right click and delete the whole thing.&lt;br /&gt;&lt;br /&gt;Now try the push install again. You can watch the system log to make sure that the live update service is installed and shortly after you should see symantec barking at you because of old virus defs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-5896617058589089409?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://coaitc.blogspot.com/feeds/5896617058589089409/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5892972479339055194&amp;postID=5896617058589089409' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/5896617058589089409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/5896617058589089409'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2008/11/symantec-av-101-install-problems.html' title='Symantec AV 10.1 install problems'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5892972479339055194.post-5869163895287459082</id><published>2008-07-05T15:40:00.000-07:00</published><updated>2008-07-05T15:54:17.193-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Welcome'/><title type='text'>Welcome</title><content type='html'>Welcome to COAITC!&lt;br /&gt;&lt;br /&gt;This site will include many things dealing with the world of IT. I currently work as an IT consultant for a company in the Midwest. My background is in Windows desktop and server systems with a bit of Linux thrown in for flavor. The main focus of this site will be to provide information and insight into the world of IT. I hope you will find this site informational as well as helpful in your daily IT needs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5892972479339055194-5869163895287459082?l=coaitc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/5869163895287459082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5892972479339055194/posts/default/5869163895287459082'/><link rel='alternate' type='text/html' href='http://coaitc.blogspot.com/2008/07/welcome.html' title='Welcome'/><author><name>Brad Galliford</name><uri>http://www.blogger.com/profile/14125984238865742255</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/-wISOQQmkNVo/TlauUME5SbI/AAAAAAAAATU/i5OVFXabj7s/s220/228547_504079270263_132200712_30111458_3674_n.jpg'/></author></entry></feed>
