<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Bozteck Blog &#187; Deploy</title>
	<atom:link href="http://vncscan.com/blog/tag/deploy/feed/" rel="self" type="application/rss+xml" />
	<link>http://vncscan.com/blog</link>
	<description>VNCScan Enterprise Network Manager (VENM)</description>
	<lastBuildDate>Tue, 24 Aug 2010 01:23:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Push Adobe Flash Updates Over the Network</title>
		<link>http://vncscan.com/blog/2010/02/how-to-push-adobe-flash-updates-over-the-network/</link>
		<comments>http://vncscan.com/blog/2010/02/how-to-push-adobe-flash-updates-over-the-network/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 16:30:13 +0000</pubDate>
		<dc:creator>Steve Bostedor</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[bozteck]]></category>
		<category><![CDATA[Deploy]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Push]]></category>
		<category><![CDATA[Silent]]></category>
		<category><![CDATA[vncscan]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/2010/02/how-to-push-adobe-flash-updates-over-the-network/</guid>
		<description><![CDATA[Adobe Flash Player has been the target of many security attacks lately due to its inherent security flaws.&#160; Adobe updates the Flash player frequently.&#160; 
It’s very difficult to get all of the systems on your network updated because it requires Administrator permissions to apply the updates.&#160; There aren’t any inexpensive tools for pushing these updates [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe Flash Player has been the target of many security attacks lately due to its inherent security flaws.&#160; Adobe updates the Flash player frequently.&#160; </p>
<p>It’s very difficult to get all of the systems on your network updated because it requires Administrator permissions to apply the updates.&#160; There aren’t any inexpensive tools for pushing these updates out so I will show you how to do this using <a href="http://www.bozteck.com/vncscan" target="_blank">Bozteck VNCScan</a>.</p>
<p>Here are the steps in a nutshell:</p>
<ol>
<li>Download the flash player distribution from <a href="http://www.adobe.com/products/flashplayer/fp_distribution3.html" target="_blank">here</a></li>
<li>Create the script in the Script Manager</li>
<li>Add the flash install file to the script window</li>
<li>Ensure that you have access permissions to the remote computer(s)</li>
<li>Select the computers that you’d like to deploy the script to</li>
<li>Select the script from the dropdown</li>
<li>Watch it work</li>
</ol>
<p><strong>Downloading Flash Player</strong></p>
<p>You can download the scriptable Flash player from <a href="http://www.adobe.com/products/flashplayer/fp_distribution3.html">http://www.adobe.com/products/flashplayer/fp_distribution3.html</a>.&#160; For this tutorial, we’re going to download the Internet Explorer executable.</p>
<p><strong>Create the script</strong></p>
<p>Open the script manager using the Tools =&gt; &quot;Scripts and Commands” menu as shown below:</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image_thumb5.png" width="244" height="171" /></a> </p>
<p>From the window below, choose “New Script”</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image_thumb6.png" width="244" height="160" /></a> </p>
<p>In the new script window,enter the script title and optionally a folder to group it in as well as any notes on the deployment and then choose to include a file.</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image7.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image_thumb7.png" width="244" height="192" /></a> </p>
<p>Browse to the install_flash_player_10_active_x.exe file that you downloaded to choose it.&#160; You will see the path to the file below:</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image8.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image_thumb8.png" width="244" height="192" /></a> </p>
<p>When the script is executed on the remote computer, the path to the included file will be %systemdrive%\temp\vncscan\install_flash_player_10_active_x.exe.&#160; Any files that you attach to script this way are always stored there.&#160; You’ll need to reference that location by using that in the path of the file that you’re calling.&#160; See the screen shot below:</p>
<p>%systemdrive%\temp\vncscan\\install_flash_player_10_active_x.exe /silent</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image9.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image_thumb9.png" width="244" height="192" /></a> </p>
<p>Choose “Save and Close” to return back to the main window.</p>
<p><strong>Deploy the script</strong></p>
<p>We need to start by ensuring that the administrative access to the remote computer has been set.&#160; One way to do this on a per-computer basis is to right-click the computer and choose properties; and then flip to the “Windows Login” tab.&#160; Enter the Administrator username and password that is valid on the remote computer.&#160; If you’re not on a domain, just leave the domain field at %HOST%.</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image10.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image_thumb10.png" width="244" height="220" /></a> </p>
<p>Now, select the computer in the Managed List.&#160; Now, click on the “Remote Scripts” and choose your new script.</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image11.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image_thumb11.png" width="244" height="156" /></a> </p>
<p>The window below will pop up and the software will be deployed:</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image12.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image_thumb12.png" width="244" height="125" /></a>&#160;</p>
<p><strong>Keeping Up to Date</strong></p>
<p>You can keep this script up to date easily because Adobe always names the file the same every time.&#160; Simply return to the website and download the latest version, remove the one in the script, and then add this new download.&#160; Simply re-deploy and you’re up to date!</p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2010/02/how-to-push-adobe-flash-updates-over-the-network/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>VNC Deployment Using Bozteck VENM Console</title>
		<link>http://vncscan.com/blog/2010/02/vnc-deployment-using-bozteck-venm-console/</link>
		<comments>http://vncscan.com/blog/2010/02/vnc-deployment-using-bozteck-venm-console/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:29:36 +0000</pubDate>
		<dc:creator>Steve Bostedor</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[bozteck]]></category>
		<category><![CDATA[Deploy]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Push]]></category>
		<category><![CDATA[RealVNC]]></category>
		<category><![CDATA[Remotely]]></category>
		<category><![CDATA[TightVNC]]></category>
		<category><![CDATA[ultravnc]]></category>
		<category><![CDATA[venm]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/2010/02/vnc-deployment-using-bozteck-venm-console/</guid>
		<description><![CDATA[Overview
This guide will describe the procedures and various options when deploying VNC on your network using the tools in VNCScan Enterprise Network Manager (VENM).  We’ll move through each of the screens and give an overview of each of the settings and what they do.  We’ll conclude with a look at what happens during the deployment [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Overview</strong></p>
<p>This guide will describe the procedures and various options when deploying VNC on your network using the tools in VNCScan Enterprise Network Manager (VENM).  We’ll move through each of the screens and give an overview of each of the settings and what they do.  We’ll conclude with a look at what happens during the deployment process behind the scenes.</p>
<p><strong>System Requirements for VNC Push Installs</strong></p>
<p>· The remote computer must be running Windows 2000 or greater</p>
<p>· The Remote Registry must be started on the remote computer (in some configurations, this is disabled by default and needs to be set to “Automatic”)</p>
<p>· In Windows XP, Simple File Sharing needs to be <a href="http://support.microsoft.com/kb/307874">disabled</a>.</p>
<p>· There must be no firewall enabled that is blocking the typical <a href="http://support.microsoft.com/kb/298804">file sharing ports</a>.</p>
<p>· Administrator access to remote computers must be either granted to the account you are logged in as or supplied in the deployment tool at the time of deployment.</p>
<p><strong>Getting Started</strong></p>
<p>VNCScan uses the concept of “Deployment Profiles” to group settings for the remote server.  Instead of choosing options such as the server password, VNC version, and various other settings every time that you deploy VNC, you can create names profiles that contain all of this information; ready to be used on any computer on your network quickly.</p>
<p>These profiles are created using the Profile Editor.  The easiest way to get to this tool is the toolbar under the Managed Groups tab (Fig 1.0)</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image0014.png"><img style="display: inline; border: 0px;" title="image001[4]" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image0014_thumb.png" border="0" alt="image001[4]" width="488" height="389" /></a><br />
FIG 1.0</p>
<p><strong>The Profile Editor</strong></p>
<p>Using the Profile Editor, you can create new profiles or edit existing ones.  We’ll start by creating a new profile called “UltraVNC with MS Login”.  To start, click on the button that says “New Profile” as seen below.</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image002.png"><img style="display: inline; border: 0px;" title="image002" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image002_thumb.png" border="0" alt="image002" width="479" height="315" /></a><br />
FIG 1.1</p>
<p><strong>Required Settings</strong></p>
<p>Let’s take a moment to look at all of the options on the first tab of the deployment profile editor in the image below (FIG 1.2).</p>
<p>· <strong>Profile Name</strong> – This is what will be used to reference this profile when it’s time to deploy VNC Remote Screen Sharing to a networked computer.</p>
<p>· <strong>VNC Version</strong> – You have the option of deploying 4 different versions of VNC; UltraVNC, TightVNC, RealVNC Freeware, or UltraVNC Legacy.  UltraVNC is the default and most compatible with modern operating systems.  This is the official version that is best supported in VNCScan.</p>
<p>· The <strong>server password</strong> must always be set no matter what other settings you choose in the editor.</p>
<p>· The <strong>TightVNC Read-Only password</strong> will be enabled if you are deploying TightVNC and wish to enable a second password for read-only access to the remote desktop.</p>
<p>· <strong>VNC Port</strong> – this is the port that VNC will listen on for a connection.  If you alter this, you will need to make sure to edit the computer or group properties in VNCScan to connect on the correct port.</p>
<p>· <strong>Java Port</strong> – optionally, VNC Server has a built in java web client. If you set the port to 0 it will disable this server.</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image003.png"><img style="display: inline; border: 0px;" title="image003" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image003_thumb.png" border="0" alt="image003" width="678" height="510" /></a><br />
FIG 1.2</p>
<p><strong>Connection Options</strong></p>
<p>The connection options are optional and work fine as the defaults for most scenarios.  If you’d like to modify them, here’s what they do:</p>
<p>· <strong>Authorized Host Connections</strong> – this allows you to say who can or cannot establish a connection to the remote server based upon IP address. You can get more information about the AuthHosts <a href="http://forum.ultravnc.info/viewtopic.php?p=53504">here</a>,</p>
<p>· <strong>Disconnect Actions</strong> allow you to do certain actions on the remote computer upon disconnect such as log off or lock the workstation</p>
<p>· When checked, you can make the server ask the logged on user for permission before connecting.</p>
<p>· The next checkbox compliments the one mentioned above by automatically accepting the connection if the logged on user doesn’t respond after x number of seconds.</p>
<p>· For performance reasons, you can also choose to remove the remote desktop wallpaper, pattern, or user interface effects while remotely connected.</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image004.png"><img style="display: inline; border: 0px;" title="image004" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image004_thumb.png" border="0" alt="image004" width="572" height="430" /></a><br />
FIG 1.3</p>
<p><strong>Performance Options</strong></p>
<p>There are additional performance options listed below. Things operate fine at their defaults.  Changing them can get a bit more geeky and should be done with care.</p>
<p>· <strong>Use VNC Hooks…</strong> &#8211; That will use “hooks” into the operating system to detect which areas of the screen has changed and need to be updated in the viewer.  This just gives a little better quality with screen updates.  The downside is the increase of CPU required at the remote computer.</p>
<p>· <strong>Poll the whole screen</strong> – this will poll the entire screen for updates on each cycle instead of just the foreground window(s).  As expected, it can cause a performance hit on the remote computer.</p>
<p>· <strong>Filter Events that have no effect</strong> – This filters out changes on the remote system that aren’t visible on the monitor.  I’d leave that checked unless there’s a specific need to uncheck it.</p>
<p>· <strong>Sharing</strong> – This determines at the server level what happens if two different consoles attempt to remote control the desktop at the same time.</p>
<p>o <span style="text-decoration: underline;">Always Shared</span> – no matter what setting the connected client(s) have set, the server will override them and allow the desktop to be shared by all connections</p>
<p>o <span style="text-decoration: underline;">Never share</span> – no matter what setting the connected client(s) have set, the server will override them and disallow the desktop to be shared by all connections</p>
<p>o <span style="text-decoration: underline;">Use Client Defaults</span> – This lets the client settings decide.  If the connecting client is set to disallow sharing, all existing connections will be dropped in favor of the newly connecting client.</p>
<p>· <strong>Accept Pointer Events</strong> – to accept mouse input from the connected clients or not</p>
<p>· <strong>Accept Keyboard Events</strong> – to accept keyboard input from the connected clients or not</p>
<p>· <strong>Accept clipboard Updates</strong> – When checked, anything copied to and from the clipboard at either computer is passed through the VNC connection to the remote computer.  If this is enabled, be careful of what you copy into the clipboard while in a VNC session.</p>
<p>· <strong>Send Clipboard Updates</strong> – this controls whether anything copied to the clipboard on the server is sent back to the client’s clipboard for pasting.</p>
<p>· <strong>Clipboard events affect the screen saver</strong> – If enabled, the screen saver will be disrupted on the server if the client copies something to their clipbard</p>
<p>· <strong>Disable local inputs</strong> – This will disable the remote servers keyboard and mouse while someone is connected to the server.</p>
<p><strong>Special Options</strong></p>
<p>Here’s where we can set some things that are specific to UltraVNC along with other settings that you may be interested in.</p>
<p>· <strong>Disable Tray Icon</strong> – This hides the VNC icon on the remote computer.  Normally, while the service is running, there’s a little icon by the clock that gives information about the server and allows users to change settings.  Hiding the icon can take away the temptation to tamper.</p>
<p>· <strong>Allow</strong> <strong>users to shut down VNC</strong> – When this is checked and the user right-clicks the icon in the task bar for the server mentioned above, the option to shut down the server will be grayed out.</p>
<p>· <strong>Allow users to change and access settings</strong> – When this is checked and the user right-clicks the icon in the task bar for the server mentioned above, the option to open the settings window for the server will be grayed out.</p>
<p>· <strong>Use DSM Encryption</strong> – This is specific to UltraVNC.  It enables encryption for the IP traffic between the server and the viewer.  This happens using a shared private key file.  If the server is deployed with this check box checked, it will refuse connections from any viewer that is not configured for encryption with the same private key.  More information on this is <a href="http://vncscan.com/blog/2009/02/whitepaper-ultravnc-encryption-overview/">here</a>.</p>
<p>· <strong>MS Authentication</strong> – This is also specific to ULtraVNC.  It will ignore the password configured in the “Required Settings” tab and use Windows authentication to control the connection instead.  The ACL lingo is explained <a href="http://www.bozteck.com/vncscan/bozteck-support-center/36-how-to/70-deploy-ultravnc-with-windows-domain-authentication.html">here</a>.</p>
<p><strong>Custom</strong></p>
<p>The custom section of the profile editor is getting a little out dated.  In older versions of VNC, settings were stored in the registry.  Now they are most stored in a file in the same folder as the server.  If you’re still deploying older registry based VNC versions, this section could come in handy to you.</p>
<p>You can add custom registry keys to the remote computer during the deployment using this screen.  If you chose UltraVNC DSM encryption in the previous tab, a path will be specified here to the rc4.key private key file that will be used on the server end.  If you’ve created your own key, be sure that the same key file is in the folder where your vncviewer.exe is located.  Again, more information on this can be found <a href="http://vncscan.com/blog/2009/02/whitepaper-ultravnc-encryption-overview/">here</a>.</p>
<p>That’s it!  Save your settings and you’re ready to deploy it to a workstation.</p>
<p><strong>Deploying the Profile</strong></p>
<p>We’re going to start with the premise that the computer you are wishing to deploy VNC remote desktop to is not already added to a group in your console.  We’ll start by right-clicking a group and choosing to register a new computer manually.</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image005.jpg"><img style="display: inline; border: 0px;" title="image005" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image005_thumb.jpg" border="0" alt="image005" width="468" height="319" /></a><br />
FIG 2.0</p>
<p>Now, type in the workstation name, then hit the button that says “Resolve From HostName”</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image006.png"><img style="display: inline; border: 0px;" title="image006" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image006_thumb.png" border="0" alt="image006" width="476" height="429" /></a><br />
FIG 2.1</p>
<p>You can optionally enter any other information in this dialog but this is all that is required to continue.  Press the OK button to return to the main window.</p>
<p>Click the “VNC Deployment” toolbar and select “Deploy to Selected”</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image007.jpg"><img style="display: inline; border: 0px;" title="image007" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image007_thumb.jpg" border="0" alt="image007" width="244" height="161" /></a><br />
FIG 2.3</p>
<p>The following window is displayed (FIG 2.4).  Let’s go over some of the options that you see here.</p>
<p>· <strong>Selected Computers</strong> – these are the computers selected to have VNC deployed to</p>
<p>· <strong>Deploy Profile</strong> – this is the profile of settings to be applied to the selected computers once VNC has been pushed to them.  Look familiar?</p>
<p>· <strong>Add computers to group</strong> – Once the push process has been initiated, the computer(s) will be added to the group selected</p>
<p>· <strong>Use alternative login credentials</strong> – This will be the user account used to access the remote computer and its registry.  Make sure that it’s a user account with administrative access to each computer in the selected computers list.</p>
<p>· <strong>Do not copy start menu icons</strong> – this prevents the icons for VNC server from showing up on the remote computer’s start menu</p>
<p>· <strong>Deploy UltraVNC video driver</strong> – When checked, the push script will attempt to install the UltraVNC performance enhancing video driver on the remote system.  Be aware that Windows Vista, 7, and server 2008 have driver signing restrictions that may cause a prompt to show up on the remote computer during deployment.</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image008.png"><img style="display: inline; border: 0px;" title="image008" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image008_thumb.png" border="0" alt="image008" width="507" height="337" /></a><br />
FIG 2.4</p>
<p><a href="http://vncscan.com/blog/wp-content/uploads/2010/02/image009.jpg"><img style="display: inline; border: 0px;" title="image009" src="http://vncscan.com/blog/wp-content/uploads/2010/02/image009_thumb.jpg" border="0" alt="image009" width="496" height="252" /></a><br />
FIG 2.5</p>
<p>You’re done!  If everything went right, you should be able to connect to the remote computer and remote control it by simply double-clicking on the computer in the main window.</p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2010/02/vnc-deployment-using-bozteck-venm-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Files, Folders, and Locations</title>
		<link>http://vncscan.com/blog/2010/02/data-files-folders-and-locations/</link>
		<comments>http://vncscan.com/blog/2010/02/data-files-folders-and-locations/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 23:54:28 +0000</pubDate>
		<dc:creator>Steve Bostedor</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Deploy]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[Profiles]]></category>
		<category><![CDATA[Push]]></category>
		<category><![CDATA[venm]]></category>
		<category><![CDATA[vncscan]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/2010/02/data-files-folders-and-locations/</guid>
		<description><![CDATA[The recent changes in VNCScan has revealed some confusion regarding the data files, their locations, and what they all do.  For a historical primer, you may want to start with this blog post.
Key Data Folders
The data files are stored in three key folders;

Data – Stores all of your program settings, group settings, and computer settings.
Jobs [...]]]></description>
			<content:encoded><![CDATA[<p>The recent changes in VNCScan has revealed some confusion regarding the data files, their locations, and what they all do.  For a historical primer, you may want to start with <a href="http://vncscan.com/blog/2008/01/backuprestore-venm-data/" target="_blank">this blog post</a>.</p>
<p><strong>Key Data Folders</strong></p>
<p>The data files are stored in three key folders;</p>
<ul>
<li><span style="text-decoration: underline;">Data</span> – Stores all of your program settings, group settings, and computer settings.</li>
<li><span style="text-decoration: underline;">Jobs</span> – Stores all of your remote scripts.  Each script job has a subfolder named after that job.  That subfolder contains all of the files required to push and execute that job on a remote computer.</li>
<li><span style="text-decoration: underline;">Profiles</span> – Stores all of your VNC deployment profiles.  Each deployment profile gets a subfolder named after it.</li>
</ul>
<ul><strong>The Root</strong></ul>
<ul>All three of these key folders must be stored with in the same Root folder.  By default, the Root folder is “My Documents\VNCScan”.</ul>
<ul>The first time that VNCScan runs, it checks the registry key “HKEY_CURRENT_USER\Software\VNCScan\SettingsDataPath” for the path to the root location.</ul>
<ul>If that registry key holds no data or if the path doesn’t exist, it will create the required folders at the default location and start fresh with new data.</ul>
<ul><strong>The Key Files</strong></ul>
<p>Both of the following files must reside in the Data folder:</p>
<p>· <span style="text-decoration: underline;">Settings.xml</span> – This file holds all of the initial settings for the console. This file stores anything that is global to the application.</p>
<p>· <span style="text-decoration: underline;">Groups.xml</span> – This holds all of your group names along with their settings. You will find XML files in the same folder named after the group names, also. These files hold the computers and their settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2010/02/data-files-folders-and-locations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Remotely Enable RDP Terminal Server</title>
		<link>http://vncscan.com/blog/2009/11/video-remotely-enable-rdp-terminal-server/</link>
		<comments>http://vncscan.com/blog/2009/11/video-remotely-enable-rdp-terminal-server/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 15:43:39 +0000</pubDate>
		<dc:creator>Steve Bostedor</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[bozteck]]></category>
		<category><![CDATA[Deploy]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/2009/11/video-remotely-enable-rdp-terminal-server/</guid>
		<description><![CDATA[View the Video
Learn how to remotely enable RDP Terminal Services on remote computers using VNCScan!
]]></description>
			<content:encoded><![CDATA[<h1><a href="http://content.screencast.com/users/sbostedor/folders/Jing/media/da12d314-37e0-4c26-9f81-ab1b18c22b59/Remotely%20Enable%20RDP.mp4">View the Video</a></h1>
<p><strong>Learn how to remotely enable RDP Terminal Services on remote computers using VNCScan!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2009/11/video-remotely-enable-rdp-terminal-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://content.screencast.com/users/sbostedor/folders/Jing/media/da12d314-37e0-4c26-9f81-ab1b18c22b59/Remotely%20Enable%20RDP.mp4" length="4972761" type="video/mp4" />
		</item>
		<item>
		<title>Deploying VNC To Computers (Updated)</title>
		<link>http://vncscan.com/blog/2009/02/deploying-vnc-to-computers-updated/</link>
		<comments>http://vncscan.com/blog/2009/02/deploying-vnc-to-computers-updated/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 21:20:00 +0000</pubDate>
		<dc:creator>Steve Bostedor</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[Deploy]]></category>
		<category><![CDATA[Push]]></category>
		<category><![CDATA[RealVNC]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Silent]]></category>
		<category><![CDATA[TightVNC]]></category>
		<category><![CDATA[ultravnc]]></category>
		<category><![CDATA[Wizard]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/?p=38</guid>
		<description><![CDATA[Introduction
Bozteck VENM Console makes it very easy to deploy many versions of the VNC (Virtual Network Computing) remote control software to desktops and servers on your network. 
With VENM, you simply create a template of settings called a Deployment Profile, select some computers, and choose to deploy VNC to them from the toolbar.  Using [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:100%;"><strong>Introduction</strong></span></p>
<p><span style="font-size:100%;">Bozteck VENM Console makes it very easy to deploy many versions of the VNC (Virtual Network Computing) remote control software to desktops and servers on your network. </span></p>
<p><span style="font-size:100%;">With VENM, you simply create a template of settings called a Deployment Profile, select some computers, and choose to deploy VNC to them from the toolbar.  Using the settings in your Deployment Profile, VNC is copied onto the remote computers, the services are installed and started, and you are ready to remote control the desktops!</span></p>
<p><span style="font-size:100%;"><strong>Security and Authentication</strong><br />
</span></p>
<p><span style="font-size:100%;">Because this tool is copying files to secured ares of the hard disk over the network, you do need to know the credentials of a valid Administrator level user for the remote computer(s).  If the computers are joined to a domain, you can typically use the domain administrator account. </span></p>
<p><span style="font-size:100%;">If the computer is not a member of an Active Directory domain, you simply use the local administrator username and password.  You will see in the instructions below how to specify this using the %HOST% variable.</span></p>
<p><span style="font-size:100%;">You can enter and save these login credentials in the group properties if you&#8217;d like.  You can do this by right-clicking a group and choosing to view it&#8217;s properties.  You can save them in the section called &#8220;Remote Login Settings&#8221;.  You can also simply enter them in every time that you choose to deploy a computer.</span></p>
<p><span style="font-size:100%;"><strong>Firewalls</strong></span></p>
<p><span style="font-size:100%;">Files are being transferred over the network and commands to start and stop services are traveling about. This requires that any firewalls be adjusted to allow for this. </span></p>
<p><span style="font-size:100%;">The deployment process requires that TCP port 445 is open on each computer.  In addition, it would be a good idea to allow TCP and UDP ports 138 and 139.  These are the standard Windows filesharing ports.</span></p>
<p><span style="font-size:100%;">The deployment script will open any additional ports required by VNC for you. </span></p>
<p><strong><span style="font-size:100%;">Step-By-Step</span></strong></p>
<p style="text-align: center;"><span style="font-weight: bold;">Select The Deployment Editor</span></p>
<p><a href="http://2.bp.blogspot.com/_vHhrGtpMeDg/SYdj_GKUdNI/AAAAAAAADf4/d_K4uDe0dG0/s1600-h/DeployVNC-1.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5298313422261482706" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 486px; height: 275px;" src="http://2.bp.blogspot.com/_vHhrGtpMeDg/SYdj_GKUdNI/AAAAAAAADf4/d_K4uDe0dG0/s400/DeployVNC-1.png" border="0" alt="" /></a></p>
<p style="text-align: center;"><span style="font-weight: bold;">Choose to create a new profile</span></p>
<p><a href="http://2.bp.blogspot.com/_vHhrGtpMeDg/SYdkqr1KLtI/AAAAAAAADgA/oJNKptT2MMU/s1600-h/DeployVNC-2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5298314171107651282" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 261px;" src="http://2.bp.blogspot.com/_vHhrGtpMeDg/SYdkqr1KLtI/AAAAAAAADgA/oJNKptT2MMU/s400/DeployVNC-2.png" border="0" alt="" /></a></p>
<div style="text-align: center;"><span style="font-weight: bold;">Fill in the desired settings</span><br />
Note: only version and password are required<br />
<a href="http://1.bp.blogspot.com/_vHhrGtpMeDg/SYdlP19s3zI/AAAAAAAADgI/1yYNLE3Rv9Y/s1600-h/DeployVNC-3.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5298314809482993458" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 299px;" src="http://1.bp.blogspot.com/_vHhrGtpMeDg/SYdlP19s3zI/AAAAAAAADgI/1yYNLE3Rv9Y/s400/DeployVNC-3.png" border="0" alt="" /></a>Choose to Deploy VNC from the ToolBar</p>
<div style="text-align: left;"><a href="http://1.bp.blogspot.com/_vHhrGtpMeDg/SYdlqj0BvMI/AAAAAAAADgQ/7jionE-WwxE/s1600-h/DeployVNC-8.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5298315268467047618" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 264px;" src="http://1.bp.blogspot.com/_vHhrGtpMeDg/SYdlqj0BvMI/AAAAAAAADgQ/7jionE-WwxE/s400/DeployVNC-8.png" border="0" alt="" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2009/02/deploying-vnc-to-computers-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Demo: Installing UltraVNC to Vista</title>
		<link>http://vncscan.com/blog/2008/05/demo-installing-ultravnc-to-vista/</link>
		<comments>http://vncscan.com/blog/2008/05/demo-installing-ultravnc-to-vista/#comments</comments>
		<pubDate>Fri, 30 May 2008 20:35:00 +0000</pubDate>
		<dc:creator>Steve Bostedor</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[Deploy]]></category>
		<category><![CDATA[Push]]></category>
		<category><![CDATA[ultravnc]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/?p=16</guid>
		<description><![CDATA[
You can download this tool here!


]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;"><span style="font-weight: bold;"><br />
You can download this tool </span><a style="font-weight: bold;" href="http://www.vncscan.com/vs/download.htm">here</a><span style="font-weight: bold;">!</p>
<p></span></div>
<p><object width="1076" height="857" data="http://content.screencast.com/bootstrap.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="thumb=http://content.screencast.com/media/8f0d34d3-67c3-47d6-a791-4a7cc6d14962_954b1622-b2a3-4e7d-8a5a-30623276c810_static_0_0_Thumbnail.gif&amp;content=http://content.screencast.com/media/976bdcf4-499b-4526-8275-c0bc6b27990d_954b1622-b2a3-4e7d-8a5a-30623276c810_static_0_0_2008-05-30_1626.swf&amp;width=1076&amp;height=857" /><param name="allowFullScreen" value="true" /><param name="scale" value="showall" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://content.screencast.com/bootstrap.swf" /><param name="flashvars" value="thumb=http://content.screencast.com/media/8f0d34d3-67c3-47d6-a791-4a7cc6d14962_954b1622-b2a3-4e7d-8a5a-30623276c810_static_0_0_Thumbnail.gif&amp;content=http://content.screencast.com/media/976bdcf4-499b-4526-8275-c0bc6b27990d_954b1622-b2a3-4e7d-8a5a-30623276c810_static_0_0_2008-05-30_1626.swf&amp;width=1076&amp;height=857" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2008/05/demo-installing-ultravnc-to-vista/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
