<?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; Silent</title>
	<atom:link href="http://vncscan.com/blog/tag/silent/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>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>
	</channel>
</rss>
