<?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>Luka Manojlovic &#187; VBS Scripts</title>
	<atom:link href="http://luka.manojlovic.net/category/ms-scripting/vbs-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.manojlovic.net</link>
	<description>Luka&#039;s technical blog</description>
	<lastBuildDate>Sun, 18 Dec 2011 14:19:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hyper-V virtual machine backup script&#8230;</title>
		<link>http://luka.manojlovic.net/2011/09/29/hyper-v-virtual-machine-backup-script/</link>
		<comments>http://luka.manojlovic.net/2011/09/29/hyper-v-virtual-machine-backup-script/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 10:59:27 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[MS Scripting]]></category>
		<category><![CDATA[VBS Scripts]]></category>
		<category><![CDATA[Windows server 2008]]></category>
		<category><![CDATA[Windows server 2008 R2]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=339</guid>
		<description><![CDATA[Today my friend Marko Cepe sent me his VBS script that does great job to backup virtual machines that are running on Hyper-V. This script does shut down virtual machine by sending shut down command to machine using integration services, then it waits virtual machine to enter stopped state, after that it does export of [...]]]></description>
			<content:encoded><![CDATA[<p>Today my friend Marko Cepe sent me his VBS script that does great job to backup virtual machines that are running on Hyper-V.<br />
This script does shut down virtual machine by sending <a href="http://luka.manojlovic.net/2010/05/24/manage-hyper-v-virtual-machines-using-wmi-and-vbs-scripts/" target="_blank">shut down command to machine using integration services</a>, then it waits virtual machine to enter stopped state, after that it does export of the machine and turns the machine back on.</p>
<p><strong>Usage:</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="636">C:\SKRIPTE\&gt; ExportVM.vbs VMName ExportDirectory</td>
</tr>
</tbody>
</table>
<p><strong>Example: </strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="636">C:\SKRIPTE\&gt; ExportVM.vbs TestVM X:\Backup\TestVM</td>
</tr>
</tbody>
</table>
<p><a href="http://store.manojlovic.net/vbsscripts/hyper-v/ExportVM.vbs" target="_blank">Click, download and enjoy the script.</a></p>
<p>Comments appreciated&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2011/09/29/hyper-v-virtual-machine-backup-script/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Kako dodati tri vrstice teksta (sporočila, helpdesk številke &#8230;) v prijavno okno? / How to add three lines of text (messages, helpdesk numbers &#8230;) to logon screen?</title>
		<link>http://luka.manojlovic.net/2007/01/01/kako-dodati-tri-vrstice-teksta-sporocila-helpdesk-stevilke-v-prijavno-okno-how-to-add-three-lines-of-text-messages-helpdesk-numbers-to-logon-screen/</link>
		<comments>http://luka.manojlovic.net/2007/01/01/kako-dodati-tri-vrstice-teksta-sporocila-helpdesk-stevilke-v-prijavno-okno-how-to-add-three-lines-of-text-messages-helpdesk-numbers-to-logon-screen/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 16:22:10 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[MS Scripting]]></category>
		<category><![CDATA[VBS Scripts]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2007/01/01/kako-dodati-tri-vrstice-teksta-sporocila-helpdesk-stevilke-v-prijavno-okno-how-to-add-three-lines-of-text-messages-helpdesk-numbers-to-logon-screen/</guid>
		<description><![CDATA[Klikni tukaj za povečavo. / Click here for bigger image. Zadevo lahko rešimo z uporabo VBS skripte / Issue can be resolved using folowing VBS script: logonbox.vbs]]></description>
			<content:encoded><![CDATA[<p><a href="http://luka.manojlovic.net/index.php/Image:Logonbox%28s%29.jpg" title="Image:Logonbox(s).jpg" class="image"><img longDesc="/index.php/Image:Logonbox%28s%29.jpg" width="200" src="http://luka.manojlovic.net/images/e/e9/Logonbox%28s%29.jpg" alt="Image:Logonbox(s).jpg" height="160" /></a><br />
<a rel="nofollow" href="http://store.manojlovic.net/images/Logonbox.jpg" title="http://store.manojlovic.net/images/Logonbox.jpg" class="external text">Klikni tukaj za povečavo. / Click here for bigger image.</a></p>
<p>Zadevo lahko rešimo z uporabo VBS skripte / Issue can be resolved using folowing VBS script:<br />
<a rel="nofollow" href="http://store.manojlovic.net/vbsscripts/logonbox/logonbox.vbs" title="http://store.manojlovic.net/vbsscripts/logonbox/logonbox.vbs" class="external text">logonbox.vbs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2007/01/01/kako-dodati-tri-vrstice-teksta-sporocila-helpdesk-stevilke-v-prijavno-okno-how-to-add-three-lines-of-text-messages-helpdesk-numbers-to-logon-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kako mapirati mrežne pogone z uporabo VBS skript? / How to map network drives using VBS scipt?</title>
		<link>http://luka.manojlovic.net/2007/01/01/kako-mapirati-mrezne-pogone-z-uporabo-vbs-skript-how-to-map-network-drives-using-vbs-scipt/</link>
		<comments>http://luka.manojlovic.net/2007/01/01/kako-mapirati-mrezne-pogone-z-uporabo-vbs-skript-how-to-map-network-drives-using-vbs-scipt/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 16:21:16 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[VBS Scripts]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2007/01/01/kako-mapirati-mrezne-pogone-z-uporabo-vbs-skript-how-to-map-network-drives-using-vbs-scipt/</guid>
		<description><![CDATA[Na spodnjem naslovu lahko poberete dva primera skript za mapiranje pogonov. Prva enostavno mapira tri omrežne pogone, druga pa tudi spremeni imena pogonom. The following two links consist of two VBS scripts that allow you to map network drives. First one just maps the drives. The second scripts allow you to change/rename the drive name. [...]]]></description>
			<content:encoded><![CDATA[<p>Na spodnjem naslovu lahko poberete dva primera skript za mapiranje pogonov. Prva enostavno mapira tri omrežne pogone, druga pa tudi spremeni imena pogonom.<br />
The following two links consist of two VBS scripts that allow you to map network drives. First one just maps the drives. The second scripts allow you to change/rename the drive name.</p>
<p><a rel="nofollow" href="http://store.manojlovic.net/vbsscripts/network%20drives/mapnetworkdrives01.vbs" title="http://store.manojlovic.net/vbsscripts/network%20drives/mapnetworkdrives01.vbs" class="external text">mapnetworkdrives01.vbs</a><br />
<a rel="nofollow" href="http://store.manojlovic.net/vbsscripts/network%20drives/mapnetworkdrives02.vbs" title="http://store.manojlovic.net/vbsscripts/network%20drives/mapnetworkdrives02.vbs" class="external text">mapnetworkdrives02.vbs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2007/01/01/kako-mapirati-mrezne-pogone-z-uporabo-vbs-skript-how-to-map-network-drives-using-vbs-scipt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

