<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://myitforum.com/cs2/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">nickmo</title><subtitle type="html" /><id>http://myitforum.com/cs2/blogs/nickmo/atom.aspx</id><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/default.aspx" /><link rel="self" type="application/atom+xml" href="http://myitforum.com/cs2/blogs/nickmo/atom.aspx" /><generator uri="http://communityserver.org" version="3.1.31113.47">Community Server</generator><updated>2013-02-14T08:44:51Z</updated><entry><title>Deploying Microsoft Hotfixes via the ConfigMgr 2012 App Model</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/18/deploying-microsoft-hotfixes-via-the-configmgr-2012-app-model.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/18/deploying-microsoft-hotfixes-via-the-configmgr-2012-app-model.aspx</id><published>2013-06-19T02:53:40Z</published><updated>2013-06-19T02:53:40Z</updated><content type="html">In this example, I will use the new ConfigMgr 2012 application model to deploy the a Microsoft hotfix. While this is not intended to be a full demo on how to create a script installer for the application model, this will feature a few key components &amp;#8211; Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/18/deploying-microsoft-hotfixes-via-the-configmgr-2012-app-model.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=162442" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="ConfigMgr 12" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/ConfigMgr+12/default.aspx" /><category term="AppModel" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/AppModel/default.aspx" /></entry><entry><title>VBScript to Disable Devices with Devcon</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/13/vbscript-to-disable-devices-with-devcon.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/13/vbscript-to-disable-devices-with-devcon.aspx</id><published>2013-06-13T20:05:40Z</published><updated>2013-06-13T20:05:40Z</updated><content type="html">The following VBScript can be used as an example for disabling devices with Microsoft&amp;#8217;s devcon utility. Filed under: Scripting Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/13/vbscript-to-disable-devices-with-devcon.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=162441" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Scripting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Scripting/default.aspx" /><category term="VBScript" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/VBScript/default.aspx" /></entry><entry><title>OSD Options Chooser v3</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/06/osd-options-chooser-v3.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/06/osd-options-chooser-v3.aspx</id><published>2013-06-06T17:22:38Z</published><updated>2013-06-06T17:22:38Z</updated><content type="html">The following custom HTA can be used during OSD when imaging computers with ConfigMgr. It has been updated from my previous version and will do the following: Utilizes a table with 3 columns to go across Has examples for text entry, drop-down selections Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/06/osd-options-chooser-v3.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=162428" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Scripting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Scripting/default.aspx" /><category term="OSD" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/OSD/default.aspx" /><category term="HTA" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/HTA/default.aspx" /><category term="VBScript" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/VBScript/default.aspx" /><category term="Task Sequence" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Task+Sequence/default.aspx" /><category term="ConfigMgr 07" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/ConfigMgr+07/default.aspx" /><category term="ConfigMgr 12" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/ConfigMgr+12/default.aspx" /></entry><entry><title>PowerShell Delete App-V Cache</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/01/powershell-delete-app-v-cache.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/01/powershell-delete-app-v-cache.aspx</id><published>2013-06-01T13:54:18Z</published><updated>2013-06-01T13:54:18Z</updated><content type="html">I wrote this little PowerShell script to cleanup the App-V cache for both the shared directory and a user&amp;#8217;s data. Run this script in an elevated PowerShell command (or ISE) window. Optionally, you can distribute this with ConfigMgr using the below Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/06/01/powershell-delete-app-v-cache.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=162418" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Scripting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Scripting/default.aspx" /><category term="App-V 5.0" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/App-V+5.0/default.aspx" /><category term="PowerShell" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/PowerShell/default.aspx" /></entry><entry><title>Deploying Android Apps with Windows Intune</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/27/deploying-android-apps-with-windows-intune.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/27/deploying-android-apps-with-windows-intune.aspx</id><published>2013-05-27T23:47:25Z</published><updated>2013-05-27T23:47:25Z</updated><content type="html">Using Windows Intune standalone? You can quickly deploy apps using the following process! This example utilizes an Android emulator being managed through Intune. For more information on how to set that up for testing, see http://t3chn1ck.wordpress.com Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/27/deploying-android-apps-with-windows-intune.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=161952" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="How-To" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/How-To/default.aspx" /><category term="Windows Intune" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Windows+Intune/default.aspx" /></entry><entry><title>Scripting Service Account Changes</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/22/scripting-service-account-changes.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/22/scripting-service-account-changes.aspx</id><published>2013-05-22T23:44:52Z</published><updated>2013-05-22T23:44:52Z</updated><content type="html">I recently had a situation where I needed to script the creation of a Windows service and specify a domain user/password to run the service. The main struggle was getting the service to grant the user &amp;#8220;Log On As Service&amp;#8221; rights, which wasn&amp;#8217;t Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/22/scripting-service-account-changes.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=161948" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Scripting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Scripting/default.aspx" /><category term="Batch Script" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Batch+Script/default.aspx" /></entry><entry><title>Understanding Costs to Manage Windows 8 Devices with Intune</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/21/understanding-costs-to-manage-windows-8-devices-with-intune.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/21/understanding-costs-to-manage-windows-8-devices-with-intune.aspx</id><published>2013-05-22T01:50:50Z</published><updated>2013-05-22T01:50:50Z</updated><content type="html">Side-loading keys (100 pack for $2500?) are different from the mobile device cert ($299/yr) and the Dev Center account ($99/yr) – and they are all unique to each tenant. Side-loading keys are way to bypass publishing apps through the public Windows Store Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/21/understanding-costs-to-manage-windows-8-devices-with-intune.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=161944" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Windows Intune" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Windows+Intune/default.aspx" /></entry><entry><title>SQL Query App-V 5.0 Usage</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/12/sql-query-app-v-5-0-usage.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/12/sql-query-app-v-5-0-usage.aspx</id><published>2013-05-13T00:06:24Z</published><updated>2013-05-13T00:06:24Z</updated><content type="html">You can use the following query on your App-V 5.0 reporting server database (AppVReporting) to get application usage information for which users ran which software on which systems and when. Filed under: App-V 5.0 Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/12/sql-query-app-v-5-0-usage.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=161935" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="SQL" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/SQL/default.aspx" /><category term="App-V 5.0" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/App-V+5.0/default.aspx" /></entry><entry><title>Scripting Sybase PowerDesigner Viewer 16.x</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/08/scripting-sybase-powerdesigner-viewer-16-x.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/08/scripting-sybase-powerdesigner-viewer-16-x.aspx</id><published>2013-05-08T12:51:33Z</published><updated>2013-05-08T12:51:33Z</updated><content type="html">Ran into a curious situation when automating the installation of Sybase PowerDesigner Viewer 16. If you just want the answer, then jump to the bottom of this post :-) The installer was built as a self-extracting InstallShield setup. Typically, for a ConfigMgr Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/08/scripting-sybase-powerdesigner-viewer-16-x.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=161933" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Scripting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Scripting/default.aspx" /><category term="Troubleshooting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Troubleshooting/default.aspx" /><category term="ConfigMgr 07" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/ConfigMgr+07/default.aspx" /><category term="ConfigMgr 12" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/ConfigMgr+12/default.aspx" /></entry><entry><title>Setting up Windows Intune to Manage Android</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/01/setting-up-windows-intune-to-manage-android.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/01/setting-up-windows-intune-to-manage-android.aspx</id><published>2013-05-02T03:16:44Z</published><updated>2013-05-02T03:16:44Z</updated><content type="html">Android with Windows Intune Use this guide to help you get started testing management of Android devices with Windows Intune (Wave D) standalone. This guide assumes Office 365 has been completely set up, configured, and operational for your organization Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/05/01/setting-up-windows-intune-to-manage-android.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=161924" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Windows Intune" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Windows+Intune/default.aspx" /><category term="Android" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Android/default.aspx" /></entry><entry><title>Ping Transport Failed with Error 1231</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/03/30/ping-transport-failed-with-error-1231.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/03/30/ping-transport-failed-with-error-1231.aspx</id><published>2013-03-30T12:03:21Z</published><updated>2013-03-30T12:03:21Z</updated><content type="html">Recently I was helping a friend with her laptop which suddenly stopped connecting to the Internet, despite that the wireless networking could see and successfully connect to wireless hotspots. In further troubleshooting, I noticed that the correct IP Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/03/30/ping-transport-failed-with-error-1231.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=161884" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Troubleshooting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Troubleshooting/default.aspx" /><category term="Miscellaneous Ramblings" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Miscellaneous+Ramblings/default.aspx" /></entry><entry><title>Installing VMware View Agent in a Task Sequence</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/03/09/installing-vmware-view-agent-in-a-task-sequence.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/03/09/installing-vmware-view-agent-in-a-task-sequence.aspx</id><published>2013-03-10T04:29:23Z</published><updated>2013-03-10T04:29:23Z</updated><content type="html">The VMware View agent is deployable as an MSI file and uses basic command line parameters. However, I recently had significant difficulties with getting it to install within a ConfigMgr Task Sequence as part of an OS image deployment. Despite that the Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/03/09/installing-vmware-view-agent-in-a-task-sequence.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=161867" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Scripting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Scripting/default.aspx" /><category term="Troubleshooting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Troubleshooting/default.aspx" /><category term="ConfigMgr 12" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/ConfigMgr+12/default.aspx" /><category term="Batch Script" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Batch+Script/default.aspx" /></entry><entry><title>Another copy of Configuration Manager Setup is already running</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/02/21/another-copy-of-configuration-manager-setup-is-already-running.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/02/21/another-copy-of-configuration-manager-setup-is-already-running.aspx</id><published>2013-02-22T04:48:51Z</published><updated>2013-02-22T04:48:51Z</updated><content type="html">Recently built myself a new server for my home lab and decided to build out a new domain. During the setup process of CM12 SP1 (on Win 2012 with SQL 2012 SP1 CU2), the guest VM hung midway through setup and was completely unresponsive. So I reset the Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/02/21/another-copy-of-configuration-manager-setup-is-already-running.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=161847" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Troubleshooting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Troubleshooting/default.aspx" /><category term="ConfigMgr 12" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/ConfigMgr+12/default.aspx" /></entry><entry><title>Script to Rename Computer During OSD</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/02/16/script-to-rename-computer-during-osd.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/02/16/script-to-rename-computer-during-osd.aspx</id><published>2013-02-16T15:47:51Z</published><updated>2013-02-16T15:47:51Z</updated><content type="html">In assisting a recent customer implement an upgrade from WinXP to Win7, they requested that the names be changed to fit a new standard as part of the in-place imaging process. In this particular case, all of the computers had a name that ended with a Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/02/16/script-to-rename-computer-during-osd.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=161837" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Scripting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Scripting/default.aspx" /><category term="VBScript" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/VBScript/default.aspx" /><category term="Task Sequence" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Task+Sequence/default.aspx" /><category term="ConfigMgr 07" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/ConfigMgr+07/default.aspx" /><category term="ConfigMgr 12" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/ConfigMgr+12/default.aspx" /></entry><entry><title>Error initializing client registration (0×80040222)</title><link rel="alternate" type="text/html" href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/02/14/error-initializing-client-registration-0-215-80040222.aspx" /><id>http://myitforum.com/cs2/blogs/nickmo/archive/2013/02/14/error-initializing-client-registration-0-215-80040222.aspx</id><published>2013-02-14T13:44:51Z</published><updated>2013-02-14T13:44:51Z</updated><content type="html">I recently had a request from a customer to rename their PCs during an in-place upgrade of WinXP to Win7. I’ve put together some custom scripts to detect the particular qualifying conditions for when the PC needs to be renamed, and these scripts work Read More......(&lt;a href="http://myitforum.com/cs2/blogs/nickmo/archive/2013/02/14/error-initializing-client-registration-0-215-80040222.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=161833" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://myitforum.com/cs2/members/Anonymous.aspx</uri></author><category term="Troubleshooting" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/Troubleshooting/default.aspx" /><category term="SCCM Client" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/SCCM+Client/default.aspx" /><category term="ConfigMgr 07" scheme="http://myitforum.com/cs2/blogs/nickmo/archive/tags/ConfigMgr+07/default.aspx" /></entry></feed>