<?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; Uncategorized</title>
	<atom:link href="http://luka.manojlovic.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.manojlovic.net</link>
	<description>Luka&#039;s technical blog</description>
	<lastBuildDate>Mon, 24 May 2010 21:59:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Manage Hyper-V Virtual machines using WMI and VBS scripts</title>
		<link>http://luka.manojlovic.net/2010/05/24/manage-hyper-v-virtual-machines-using-wmi-and-vbs-scripts/</link>
		<comments>http://luka.manojlovic.net/2010/05/24/manage-hyper-v-virtual-machines-using-wmi-and-vbs-scripts/#comments</comments>
		<pubDate>Sun, 23 May 2010 23:21:29 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Hyper-V WMI]]></category>
		<category><![CDATA[InitiateShutdown]]></category>
		<category><![CDATA[RequestStateChange]]></category>
		<category><![CDATA[vm WMI]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=227</guid>
		<description><![CDATA[Today I was working on how to manage Hyper-V virtual machines using WMI.This VBS scripts can be modified to suit your needs&#8230;Each script takes one argument &#8220;machine name&#8221;: listvm.vbs &#8211; display all virtual machines on Hyper-V - this script will create a TXT file (you should edit path and filename inside the script) with all virtual [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was working on how to manage Hyper-V virtual machines using WMI.<br />This VBS scripts can be modified to suit your needs&#8230;<br />Each script takes one argument &#8220;machine name&#8221;:</p>
<p><a href="http://store.manojlovic.net/vbsscripts/hyper-v/listvm.vbs" target="_self">listvm.vbs</a> &#8211; display all virtual machines on Hyper-V - this script will create a TXT file (you should edit path and filename inside the script) with all virtual machines that are on Hyper-V host. It will print names of the machines and current state (Running, Off, Saved)</p>
<p><a href="http://store.manojlovic.net/vbsscripts/hyper-v/sortvm.vbs" target="_self">sortvm.vbs</a> - this script alphabeticaly sorts list of virtual machines (you should edit path and filename inside the script)</p>
<p><a href="http://store.manojlovic.net/vbsscripts/hyper-v/startvm.vbs" target="_self">startvm.vbs</a> &#8211; usage: startvm.vbs &#8220;Name of your virtual machine&#8221; &#8211; this script will start the virtual machine</p>
<p><a href="http://store.manojlovic.net/vbsscripts/hyper-v/stopvm.vbs" target="_self">stopvm.vbs</a> &#8211; usage: stopvm.vbs &#8220;Name of your virtual machine&#8221; &#8211; this script will turn of (dirty!) your virtual machine</p>
<p><a href="http://store.manojlovic.net/vbsscripts/hyper-v/shutdownvm.vbs" target="_self">shutdownvm.vbs</a> &#8211; usage: shutdownvm.vbs &#8220;Name of your virtual machine&#8221; &#8211; this script will shut down your virtual machine if it is Integration Services aware &#8211; it will signal/notify guest operating system to initialize shutdown procedure. It works only on machines that support Hyper-V Integration services.</p>
<p><a href="http://store.manojlovic.net/vbsscripts/hyper-v/hardresetvm.vbs" target="_self">hardresetvm.vbs</a> &#8211; usage: hardresertvm.vbs &#8220;Name of your virtual machine&#8221; &#8211; this script will reset (dirty!) your virtual machine</p>
<p><a href="http://store.manojlovic.net/vbsscripts/hyper-v/savestatevm.vbs" target="_self">savestatevm.vbs</a> &#8211; usage: savestatevm.vbs &#8220;Name of your virtual machine&#8221; &#8211; this script will save and turn off your virtual machine</p>
<p>I have compiled this scripts using resources regarding Hyper-V and WMI<br /><a href="http://msdn.microsoft.com/en-us/library/cc136992(VS.85).aspx">http://msdn.microsoft.com/en-us/library/cc136992(VS.85).aspx</a><br /><a href="http://blogs.msdn.com/virtual_pc_guy/">http://blogs.msdn.com/virtual_pc_guy/</a></p>
<p>Enjoy, WMI power!</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2010/05/24/manage-hyper-v-virtual-machines-using-wmi-and-vbs-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SBS 2008 (AD server) virtualized on Hyper-V &#8211; what about time synchronization?</title>
		<link>http://luka.manojlovic.net/2010/04/11/sbs-2008-ad-server-virtualized-on-hyper-v-what-about-time-synchronization/</link>
		<comments>http://luka.manojlovic.net/2010/04/11/sbs-2008-ad-server-virtualized-on-hyper-v-what-about-time-synchronization/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 18:40:50 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[integration services]]></category>
		<category><![CDATA[sbs 2008 time synchronization]]></category>
		<category><![CDATA[time synchronization]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=221</guid>
		<description><![CDATA[Hi! This blog post is about time synchronization with Hyper-V Integration services when you virtualize SBS 2008 server. You should never leave Hyper-V host to &#8220;force&#8221; time on servers that you virtualize and that are Active Directory servers (at least not PDC that is the root time server for a domain). By default Hyper-V enables [...]]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>This blog post is about time synchronization with Hyper-V Integration services when you virtualize SBS 2008 server. You should never leave Hyper-V host to &#8220;force&#8221; time on servers that you virtualize and that are Active Directory servers (at least not PDC that is the root time server for a domain).</p>
<p>By default Hyper-V enables all Integration services components on your virtual machine but it&#8217;s better to configure your virtual machine in my case SBS 2008 server that is Active Directory server too with external NTP time source. Becouse if something goes wrong or you have wrong time on your Hyper-V host you can get in troubles when Hyper-V host will push this &#8220;bad time&#8221; into your virtual machine.</p>
<p>You should also know that by default on boot virtual machine get&#8217;s time from your Hyper-V host becouse of that I have writen two articles. First is about configuring your Hyper-V host that is not joined into a domain (so it does not get the right time from AD server) so it can receive the right time from NTP time source.<br />And the second one about setting correct values on SBS 2008 server and disabling Hyper-V integration services feature Time Synchronization.</p>
<p>Hope it helps&#8230;</p>
<p><a href="http://store.manojlovic.net/articles/Time%20sync%20in%20SBS%202008%20virtualized%20on%20Hyper%20-%20part%201.docx">Time sync in SBS 2008 virtualized on Hyper &#8211; part 1.docx </a><br /><a href="http://store.manojlovic.net/articles/Time%20sync%20in%20SBS%202008%20virtualized%20on%20Hyper%20-%20part%201.pdf">Time sync in SBS 2008 virtualized on Hyper &#8211; part 1.pdf</a></p>
<p><a href="http://store.manojlovic.net/articles/Time%20sync%20in%20SBS%202008%20virtualized%20on%20Hyper%20-%20part%202.docx">Time sync in SBS 2008 virtualized on Hyper &#8211; part 2.docx</a> <br /><a href="http://store.manojlovic.net/articles/Time%20sync%20in%20SBS%202008%20virtualized%20on%20Hyper%20-%20part%202.pdf">Time sync in SBS 2008 virtualized on Hyper &#8211; part 2.pdf</a></p>
<p>Luka</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2010/04/11/sbs-2008-ad-server-virtualized-on-hyper-v-what-about-time-synchronization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>skrci.me</title>
		<link>http://luka.manojlovic.net/2009/11/28/skrci-me/</link>
		<comments>http://luka.manojlovic.net/2009/11/28/skrci-me/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 10:35:32 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=214</guid>
		<description><![CDATA[http://skrci.me/ :) super!]]></description>
			<content:encoded><![CDATA[<p><a href="http://skrci.me/">http://skrci.me/</a> :) super!</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/11/28/skrci-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Map Skydrive as network drive&#8230;</title>
		<link>http://luka.manojlovic.net/2009/11/22/map-skydrive-as-network-drive/</link>
		<comments>http://luka.manojlovic.net/2009/11/22/map-skydrive-as-network-drive/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 08:42:39 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=211</guid>
		<description><![CDATA[I found a fantastic solution&#8230; to map my cloud storage that I use. Skydrive is Microsoft Live product that offers me 25 GB of storage in Microsoft cloud. As system administrator it would be great if I coud use thist storage as mapped network drive &#8211; so I can manage, copy and edit files directly [...]]]></description>
			<content:encoded><![CDATA[<p>I found a fantastic solution&#8230; to map my cloud storage that I use. Skydrive is Microsoft Live product that offers me 25 GB of storage in Microsoft cloud. As system administrator it would be great if I coud use thist storage as mapped network drive &#8211; so I can manage, copy and edit files directly from Windows Explorer window&#8230;ž</p>
<p>Ok, there is a free solution&#8230; Combination of Skydrive cloud storage and Gladinet client&#8230;<br />
<a href="http://skydrive.live.com">http://skydrive.live.com</a><br />
+<br />
<a href="http://www.gladinet.com/">http://www.gladinet.com/</a></p>
<p>Enjoy your cloud storage as I do <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/11/22/map-skydrive-as-network-drive/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8220;I need to put a document online for our costumer can you enable this?&#8221; &#8211; use Skydrive!</title>
		<link>http://luka.manojlovic.net/2009/11/22/i-need-to-put-a-document-online-for-our-costumer-can-you-enable-this-use-skydrive/</link>
		<comments>http://luka.manojlovic.net/2009/11/22/i-need-to-put-a-document-online-for-our-costumer-can-you-enable-this-use-skydrive/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 08:36:37 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=207</guid>
		<description><![CDATA[Hi! I was having session on Infosek 2009 conference regarding documents, xls, pdfs and other jujcy information that can be found using search engines&#8230; How it happens? It happens when someone needs to publish something in a rush and asks sysadmin to create a public folder on a website on which they start to put [...]]]></description>
			<content:encoded><![CDATA[<p>Hi! I was having session on Infosek 2009 conference regarding documents, xls, pdfs and other jujcy information that can be found using search engines&#8230; How it happens?</p>
<p>It happens when someone needs to publish something in a rush and asks sysadmin to create a public folder on a website on which they start to put documents&#8230; It&#8217;s all right but the problem is that nobody is monitoring that folder any more and nobody is deleting files that are not in use. So search engines crawl that information and we create a disaster becouse now anyone can search within our documents. So they are not published only for a specific person that should download them but it is published for anyone&#8230;</p>
<p>My suggestion is &#8211; if you publish documents on a web server for your costumers to be able to download them then PLEASE monitor that directory and delete files immediately after your costumers downloaded them. Also do not use &#8220;Directory browsing&#8221; feature on web server &#8211; it will harden the possibility for search engines to find specific file &#8211; you then send to your costumers EXACT URL where specific document can be downloaded.</p>
<p>For this kind of activity when you need a storage space publicly available I suggest that you start using Microsoft Skydrive solution:</p>
<p><a href="http://skydrive.live.com">http://skydrive.live.com</a><br />
<a href="http://www.windowslive.com/Online/SkyDrive">http://www.windowslive.com/Online/SkyDrive</a><br />
<a href="http://skydriveteam.spaces.live.com/">http://skydriveteam.spaces.live.com/</a><br />
<a href="http://en.wikipedia.org/wiki/Windows_Live_SkyDrive">http://en.wikipedia.org/wiki/Windows_Live_SkyDrive</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/11/22/i-need-to-put-a-document-online-for-our-costumer-can-you-enable-this-use-skydrive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infosek 2009 stuff</title>
		<link>http://luka.manojlovic.net/2009/11/20/infosek-2009-stuff/</link>
		<comments>http://luka.manojlovic.net/2009/11/20/infosek-2009-stuff/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 23:05:06 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=204</guid>
		<description><![CDATA[e-mail me for presentation]]></description>
			<content:encoded><![CDATA[<p><a href="http://mailhide.recaptcha.net/d?k=01k3lJ9WsdYhNWDGT-J-pNbQ==&amp;c=8f7KzCvwz2U2JySAlyDX5EtUjAnUu2_Dmx_yRLKUFvw=" onclick="window.open('http://mailhide.recaptcha.net/d?k=01k3lJ9WsdYhNWDGT-J-pNbQ==&amp;c=8f7KzCvwz2U2JySAlyDX5EtUjAnUu2_Dmx_yRLKUFvw=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">e-mail</a> me for presentation</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/11/20/infosek-2009-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I like Bing but I do not like those photos&#8230;</title>
		<link>http://luka.manojlovic.net/2009/10/30/i-like-bing-but-i-do-not-like-those-photos/</link>
		<comments>http://luka.manojlovic.net/2009/10/30/i-like-bing-but-i-do-not-like-those-photos/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 15:00:08 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=195</guid>
		<description><![CDATA[I&#8217;d like to use Bing but without photos in background&#8230; I do not know why but I am used to have and use a minimalistic searcher&#8230; If you are like me and would like to use Bing without background just use this link: http://www.bing.com/?rb=0 Happy binging&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to use Bing but without photos in background&#8230; I do not know why <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but I am used to have and use a minimalistic searcher&#8230; If you are like me and would like to use Bing without background just use this link:</p>
<p><a href="http://www.bing.com/?rb=0">http://www.bing.com/?rb=0</a></p>
<p>Happy binging&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/10/30/i-like-bing-but-i-do-not-like-those-photos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nova ucinkovitost &#8211; novi val tehnologij v 7 slovenskih mestih &#8220;Windows 7 je tu!&#8221;</title>
		<link>http://luka.manojlovic.net/2009/10/22/nova-ucinkovitost-novi-val-tehnologij-v-7-slovenskih-mestih-windows-7-je-tu/</link>
		<comments>http://luka.manojlovic.net/2009/10/22/nova-ucinkovitost-novi-val-tehnologij-v-7-slovenskih-mestih-windows-7-je-tu/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 11:43:24 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=193</guid>
		<description><![CDATA[Moja prezentacija in plonkci, ki sem jih uporabil pri predstavitvi&#8230; Enjoy7 Novi val ucinkovitosti &#8211; Windows 7.ppt Novi val ucinkovitosti &#8211; Windows 7.pptx boot from vhd.txt &#8211; kako naredimo bootable vhd v Windows 7 25 novosti, ki sem vam jih pokazal pa še par zanimivih povezav: http://www.microsoft.com/windows/enterprise/products/windows-7/features.aspx - Windows 7 enterprise features http://blogs.techrepublic.com.com/window-on-windows/?p=1176 - Bitlocker &#38; Bitlocker [...]]]></description>
			<content:encoded><![CDATA[<p>Moja prezentacija in plonkci, ki sem jih uporabil pri predstavitvi&#8230;</p>
<p>Enjoy7</p>
<p><a href="http://store.manojlovic.net/presentations/W7/Novi%20val%20ucinkovitosti%2022.10.2009.ppt" target="_blank">Novi val ucinkovitosti &#8211; Windows 7.ppt</a><br />
<a href="http://store.manojlovic.net/presentations/W7/Novi%20val%20ucinkovitosti%2022.10.2009.pptx" target="_blank">Novi val ucinkovitosti &#8211; Windows 7.pptx</a><br />
<a href="http://store.manojlovic.net/presentations/W7/boot%20from%20vhd.txt" target="_blank">boot from vhd.txt &#8211; kako naredimo bootable vhd v Windows 7</a><br />
<a href="http://store.manojlovic.net/presentations/W7/25tricks.txt" target="_blank">25 novosti, ki sem vam jih pokazal</a></p>
<p>pa še par zanimivih povezav:<br />
<a href="http://www.microsoft.com/windows/enterprise/products/windows-7/features.aspx">http://www.microsoft.com/windows/enterprise/products/windows-7/features.aspx</a> - Windows 7 enterprise features<br />
<a href="http://blogs.techrepublic.com.com/window-on-windows/?p=1176">http://blogs.techrepublic.com.com/window-on-windows/?p=1176</a> - Bitlocker &amp; Bitlocker to go<br />
<a href="http://technet.microsoft.com/en-us/magazine/2009.10.77windows.aspx?sid=5cbb6c33dee24e04beee633c420481a2">http://technet.microsoft.com/en-us/magazine/2009.10.77windows.aspx?sid=5cbb6c33dee24e04beee633c420481a2</a> 77 trikov W7</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/10/22/nova-ucinkovitost-novi-val-tehnologij-v-7-slovenskih-mestih-windows-7-je-tu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 je tu!</title>
		<link>http://luka.manojlovic.net/2009/10/09/windows-7-je-tu/</link>
		<comments>http://luka.manojlovic.net/2009/10/09/windows-7-je-tu/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 05:41:27 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2009/10/09/windows-7-je-tu/</guid>
		<description><![CDATA[http://blogs.technet.com/slitpro/archive/2009/10/08/windows-7-windows-server-2008-r2-in-exchange-server-2010-novi-val-tehnologij-v-7-slovenskih-mestih-22-10-2009.aspx Pridruži se nam v 7 slovenskih mestih&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.technet.com/slitpro/archive/2009/10/08/windows-7-windows-server-2008-r2-in-exchange-server-2010-novi-val-tehnologij-v-7-slovenskih-mestih-22-10-2009.aspx">http://blogs.technet.com/slitpro/archive/2009/10/08/windows-7-windows-server-2008-r2-in-exchange-server-2010-novi-val-tehnologij-v-7-slovenskih-mestih-22-10-2009.aspx</a></p>
<p>Pridruži se nam v 7 slovenskih mestih&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/10/09/windows-7-je-tu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maribor W2k8R2 / W7</title>
		<link>http://luka.manojlovic.net/2009/09/21/maribor-w2k8r2-w7/</link>
		<comments>http://luka.manojlovic.net/2009/09/21/maribor-w2k8r2-w7/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 20:16:01 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2009/09/21/maribor-w2k8r2-w7/</guid>
		<description><![CDATA[http://store.manojlovic.net/presentations/r2w7/Maribor.pdf]]></description>
			<content:encoded><![CDATA[<p><a href="http://store.manojlovic.net/presentations/r2w7/Ljubljana.pdf">http://store.manojlovic.net/presentations/r2w7/Maribor.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/09/21/maribor-w2k8r2-w7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
