<?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; Windows server 2008</title>
	<atom:link href="http://luka.manojlovic.net/category/ms-windows-server/windows-server-2008/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>My contribution to IPv6 day &#8211; Configuring IPv6 in Windows server 2008 R2 &#8211; video tutorial</title>
		<link>http://luka.manojlovic.net/2011/06/08/my-contribution-to-ipv6-day-configuring-ipv6-in-windows-server-2008-r2-video-tutorial/</link>
		<comments>http://luka.manojlovic.net/2011/06/08/my-contribution-to-ipv6-day-configuring-ipv6-in-windows-server-2008-r2-video-tutorial/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 21:44:20 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows server 2008 R2]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=322</guid>
		<description><![CDATA[My contribution to IPv6 day will be this small &#8220;lab&#8221; test where I will show you some basic IPv6 configuration that you can do with Windows server 2008 R2. Here are the videos: IPv6 day &#8211; configuring IPv6 in Windows server 2008 R2 part 1 - http://www.screencast.com/t/Ifj2lx4hTG IPv6 day &#8211; configuring IPv6 in Windows server 2008 [...]]]></description>
			<content:encoded><![CDATA[<p>My contribution to IPv6 day will be this small &#8220;lab&#8221; test where I will show you some basic IPv6 configuration that you can do with Windows server 2008 R2.<br />
Here are the videos:</p>
<p>IPv6 day &#8211; configuring IPv6 in Windows server 2008 R2 part 1 - <a href="http://www.screencast.com/t/Ifj2lx4hTG">http://www.screencast.com/t/Ifj2lx4hTG</a><br />
IPv6 day &#8211; configuring IPv6 in Windows server 2008 R2 part 2 &#8211; <a href="http://www.screencast.com/t/PSf3q5yr4BF">http://www.screencast.com/t/PSf3q5yr4BF</a></p>
<p>What do we have in our LAB?</p>
<p>1. Windows server 2008 R2 with two network cards:<br />
External &#8211; with IPv6, gateway and DNS configured<br />
Internal &#8211; with IPv6 address only</p>
<p>External IP has internal class static routed on our Cisco router in front of Windows server external card.</p>
<p>2. Windows 7 machine with single network card that is connected to the same switch as servers&#8217; internal card.</p>
<p>What will we do:</p>
<p>In the<a href="http://www.screencast.com/t/Ifj2lx4hTG" target="_blank"> fist video</a>:</p>
<p>First we will start with some basic checking of network configuration on server.<br />
Then we will run netsh (I <strong>run a command prompt with &#8220;Run as administrator&#8221;</strong>) and go to<br />
<strong>netsh / interface / ipv6</strong></p>
<p>with command</p>
<p>show route we can see ipv6 routes currently configured &#8211; we would like to <strong>enable publishing</strong> <strong>of route</strong> that I have highlighted in the video.</p>
<p><strong>set route PREFIX INTERFACE_NUMBER publish=yes</strong></p>
<p>then we will run an command to <strong>enable advertising</strong>, to <strong>disable address management</strong> (so Windows 7 will generate IPv6 without help od DHCPv6) (<strong><em>M flag</em></strong>) and we will <strong>disable other stateful configuration</strong> (<strong><em>O flag</em></strong>).</p>
<p><strong>set interface INTERFACE_NUMBER adv=enabled managed=disabled other=disabled</strong></p>
<p>Meanwhile we are checking IPv6 connectivity from our Windows 7 machine&#8230; Windows 7 is still unable to ping outside the network&#8230;</p>
<p>well we need to configure some other stuff on server now&#8230; we will <strong>enable forwarding on our two interfaces</strong> (External and Internal)</p>
<p><strong>set interface INTERFACE_NUMBER forwarding=enabled</strong></p>
<p>still no connectivity from win 7? <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>last step that we need to do on our server is to <strong>advertise default route to our clients</strong>&#8230;</p>
<p><strong>set interface INTERFACE_NUMBER advertisedefaultroute=enabled</strong></p>
<p>So our Windows 7 sudenly start to recive ICMPv6 echo replyes from some IPv6 machine outside our network WUHU! <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But Windows 7 machine is not able to resolve hostnames to IPV6 addresses &#8211; this is becouse we have now global IPv6 address configured and default gateway &#8211; so we have connectivity but we are not able to resolve hostnames as we do not have any DNS servers to do that.</p>
<p>On Windows server 2008 R2 I will start the installation of two roles &#8211; first DHCP role which I wil configure later and DNS role.</p>
<p>When the roles are installed I will configure so called forwarders on my DNS server so my clients will be able to use my server as a DNS server for their queries.</p>
<p>In the <a href="http://www.screencast.com/t/PSf3q5yr4BF" target="_blank">second video</a>:</p>
<p>I will first flush IPv6 configuration on Windows 7 machine by using command<br />
<strong>ipconfig /release6<br />
ipconfig /renew6</strong> (is the opposite command to regain IPv6 configuration)</p>
<p>Secondly I will configure DHCPv6 server by starting New Scope wizard under IPv6 settings&#8230;</p>
<p>I will configure prefix &#8211; this ipv6 prefix of Internal network card</p>
<p>Skip the exceptions and activate the scope&#8230;</p>
<p>You will see that Windows 7 still did not ask DHCPv6 servers for address this is becouse managed flag is set to disabled on server so&#8230;</p>
<p>in <strong>netsh / interface / ipv6</strong> we need to <strong>activate managed flag</strong> by inserting this command:</p>
<p><strong>set interface INTERFACE_NUMBER managed=enabled</strong></p>
<p>Our Windows 7 machine can now be found in IPv6 leases on our DHCP server &#8211; but still it is unable to ping hostnames on the internet&#8230; This is becouse our DHCPv6 server is not giving DNS servers as scope options and Other stateful flag is disabled.</p>
<p>So we first need to add DNS Recursive Names Server IPv6 Address in our Scope options and then use netsh command:</p>
<p><strong>set interface INTERFACE_NUMBER other=enabled</strong></p>
<p>Yeeepppeee!!! Our Windows 7 is ready to ping hostnames on the internet &#8211; so it is able to surf the IPV6 internet&#8230;</p>
<p>When I am finishing this article is 8.6.2011 23:37 &#8211; this is my small contribution to IPv6 day so happy IPv6 day to all of you! <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/2011/06/08/my-contribution-to-ipv6-day-configuring-ipv6-in-windows-server-2008-r2-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Get IP address of virtual machines running on Hyper-V &#8211; FIXED!</title>
		<link>http://luka.manojlovic.net/2011/03/16/get-ip-address-of-virtual-machines-running-on-hyper-v-fixed/</link>
		<comments>http://luka.manojlovic.net/2011/03/16/get-ip-address-of-virtual-machines-running-on-hyper-v-fixed/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 14:10:48 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows server 2008]]></category>
		<category><![CDATA[Windows server 2008 R2]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=311</guid>
		<description><![CDATA[Big thank you &#8211; goes to Max Trinidad my fellow MVP from Powershell group&#8230; Here is errorless script - much better than mine! Copa, paste and save as .ps1 - then run on your Hyper-V server and you will get IP&#8217;s of your virtual machines&#8230; Set-ExecutionPolicy -ExecutionPolicy RemoteSigned ## &#8211; Use Line below to list all your [...]]]></description>
			<content:encoded><![CDATA[<div>Big thank you &#8211; goes to <a href="http://www.maxtblog.com/" target="_blank">Max Trinidad</a> my fellow MVP from Powershell group&#8230;</div>
<div>Here is errorless script - much better than mine! <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div>Copa, paste and save as .ps1 - then run on your Hyper-V server and you will get IP&#8217;s of your virtual machines&#8230;</div>
<div>
<p>Set-ExecutionPolicy -ExecutionPolicy RemoteSigned</p>
<p>## &#8211; Use Line below to list all your Virtualization Class<br />
#get-wmiobject -namespace &#8220;root/virtualization&#8221; -list</p>
<p>## &#8211; Load filter (or function first)<br />
filter Import-CimXml{</p>
<p>    $CimXml = [Xml]$_<br />
    $CimObj = New-Object -TypeName System.Object<br />
   <br />
    foreach ($CimProperty in $CimXml.SelectNodes(&#8220;/INSTANCE/PROPERTY&#8221;)){<br />
        if ($CimProperty.Name -eq &#8220;Name&#8221; -or $CimProperty.Name -eq &#8220;Data&#8221;){<br />
            $CimObj | Add-Member -MemberType NoteProperty -Name $CimProperty.NAME -Value $CimProperty.VALUE<br />
        }<br />
    }<br />
   <br />
    $CimObj<br />
}</p>
<p>## &#8211; Collect WMI Virtual information<br />
$getWmiVirtual = Get-WmiObject -Namespace &#8220;root\virtualization&#8221; -Query &#8220;Select * From Msvm_ComputerSystem&#8221; | sort-object elementname</p>
<p>## &#8211; Build your results from your collected objects<br />
ForEach($v in $getWmiVirtual){<br />
    $vm = $v.ElementName;<br />
    $VmObj = Get-WmiObject -Namespace &#8220;root\virtualization&#8221; -Query &#8220;Select * From Msvm_ComputerSystem Where ElementName=&#8217;$vm&#8217;&#8221;;<br />
    $KvpObj = Get-WmiObject -Namespace &#8220;root\virtualization&#8221; -Query &#8220;Associators of {$VmObj} Where AssocClass=Msvm_SystemDevice ResultClass=Msvm_KvpExchangeComponent&#8221;;<br />
    if($KvpObj.GuestIntrinsicExchangeItems -ne $null){<br />
        write-host $vm;<br />
        $KvpObj.GuestIntrinsicExchangeItems | Import-CimXml | where {$_.NAME -match &#8220;NetworkAddressIPv4&#8243;} | ft;<br />
    }<br />
}</p>
<p>## &#8211; End of Script</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2011/03/16/get-ip-address-of-virtual-machines-running-on-hyper-v-fixed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get IP address of virtual machines running on Hyper-V</title>
		<link>http://luka.manojlovic.net/2011/02/20/get-ip-address-of-virtual-machines-running-on-hyper-v/</link>
		<comments>http://luka.manojlovic.net/2011/02/20/get-ip-address-of-virtual-machines-running-on-hyper-v/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 15:33:01 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Windows server 2008 R2]]></category>
		<category><![CDATA[get ip hyper-v]]></category>
		<category><![CDATA[hyper-v ip]]></category>
		<category><![CDATA[powershell get ip]]></category>
		<category><![CDATA[virtual machines get ip]]></category>
		<category><![CDATA[virtual machines ip]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=298</guid>
		<description><![CDATA[I have been searching for an easy solution to somehow &#8220;scan&#8221; virtual machines and get their IP addresses becouse sometimes you need to find your virtual machines and it is more practical to somehow get a whole list of machines + IPs in stead of loging in from machne to machine and check IP&#8230; Well [...]]]></description>
			<content:encoded><![CDATA[<p>I have been searching for an easy solution to somehow &#8220;scan&#8221; virtual machines and get their IP addresses becouse sometimes you need to find your virtual machines and it is more practical to somehow get a whole list of machines + IPs in stead of loging in from machne to machine and check IP&#8230; Well it can be done using Powershell&#8230; I have encountered an <a href="http://blogs.technet.com/b/m2/archive/2010/07/29/how-to-get-the-ip-address-of-a-virtual-machine-from-hyper-v.aspx" target="_blank">article</a> but the problem is that here you need to put machine name on which you want to get data&#8230; I modified this script a bit so it looks like:</p>
<p>Get-WmiObject -Namespace root\virtualization -Query &#8220;Select * From Msvm_ComputerSystem&#8221;| sort-object elementname | ForEach-Object {$vm = $_.Elementname<br />
write-host $vm<br />
filter Import-CimXml<br />
{<br />
    $CimXml = [Xml]$_<br />
    $CimObj = New-Object -TypeName System.Object<br />
    foreach ($CimProperty in $CimXml.SelectNodes(&#8220;/INSTANCE/PROPERTY&#8221;))<br />
    {<br />
if ($CimProperty.Name -eq &#8220;Name&#8221; -or $CimProperty.Name -eq &#8220;Data&#8221;)<br />
{</p>
<p>         $CimObj | Add-Member -MemberType NoteProperty -Name $CimProperty.NAME -Value $CimProperty.VALUE</p>
<p>}<br />
    }<br />
    $CimObj<br />
}<br />
$VmObj = Get-WmiObject -Namespace root\virtualization -Query &#8220;Select * From Msvm_ComputerSystem Where ElementName=&#8217;$vm&#8217;&#8221;<br />
$KvpObj = Get-WmiObject -Namespace root\virtualization -Query &#8220;Associators of {$VmObj} Where AssocClass=Msvm_SystemDevice ResultClass=Msvm_KvpExchangeComponent&#8221;<br />
$KvpObj.GuestIntrinsicExchangeItems | Import-CimXml<br />
} | where {$_.NAME -match &#8220;NetworkAddressIPv4&#8243;} | ft<br />
read-host</p>
<p>So&#8230; Copy paste this script to an text file and save it as getip.ps1 and run it using powershell &#8211; it does need any other modules you should only run it on Windows Server where you have Hyper-V role installed&#8230; (I do not remember but I think you should enable execution policy for ps1 scripts&#8230; If you have truble executing your ps1 check <a href="http://technet.microsoft.com/en-us/library/ee176961.aspx" target="_blank">here</a>&#8230;)</p>
<p>By the way&#8230; This script has an error first virtual machine name will not fit in table (I do not know why <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) and you will get an error when this script will try to analyze your Hyper-V host machine&#8230; I do not know how to solve this two errors if someone out there solves it please provide feedback. <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2011/02/20/get-ip-address-of-virtual-machines-running-on-hyper-v/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2 Foundation on HP ML 110 G6 &#8211; SBSBIOSLock</title>
		<link>http://luka.manojlovic.net/2010/05/21/windows-server-2008-r2-foundation-on-hp-ml-110-g6-sbsbioslock/</link>
		<comments>http://luka.manojlovic.net/2010/05/21/windows-server-2008-r2-foundation-on-hp-ml-110-g6-sbsbioslock/#comments</comments>
		<pubDate>Fri, 21 May 2010 16:59:15 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Windows server 2008 R2]]></category>
		<category><![CDATA[R2 Foundation]]></category>
		<category><![CDATA[SBSBIOSLock]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=225</guid>
		<description><![CDATA[NT Konferenca 2010 is almost here&#8230; While preparing my demos for my sessions I needed to install Windows server 2008 R2 Foundation on an HP ML 110 G6 which was given to me for demos&#8230;After unpacking and starting the server I inserted DVD with installation inside&#8230; I get this nice screen telling me Validantih HP [...]]]></description>
			<content:encoded><![CDATA[<p>NT Konferenca 2010 is almost here&#8230;</p>
<p>While preparing my demos for my sessions I needed to install Windows server 2008 R2 Foundation on an HP ML 110 G6 which was given to me for demos&#8230;<br />After unpacking and starting the server I inserted DVD with installation inside&#8230; I get this nice screen telling me Validantih HP Platform Please Wait &#8230; <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>After a minute I got this error &#8211; a popup windows came up with folowing message:</p>
<p><strong>SBSBIOSLock</strong></p>
<p><strong>could not find the media</strong></p>
<p>If you want to continue your installation you need to get to HP BIOS and change the value on SATA emulation from RAID to AHCI. It worked for me&#8230; Well leave me alone I need to finish my installation. <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/2010/05/21/windows-server-2008-r2-foundation-on-hp-ml-110-g6-sbsbioslock/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 R2 &#8211; Direct access</title>
		<link>http://luka.manojlovic.net/2009/04/20/windows-server-2008-r2-direct-access/</link>
		<comments>http://luka.manojlovic.net/2009/04/20/windows-server-2008-r2-direct-access/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:43:12 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows server 2008 R2]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=174</guid>
		<description><![CDATA[This will give us a brand new experience of &#8220;VPN&#8221; like experience&#8230; Check this video out&#8230; http://edge.technet.com/Media/DirectAccess-with-Devrim/]]></description>
			<content:encoded><![CDATA[<p>This will give us a brand new experience of &#8220;VPN&#8221; like experience&#8230; Check this video out&#8230;</p>
<p><a href="http://edge.technet.com/Media/DirectAccess-with-Devrim/">http://edge.technet.com/Media/DirectAccess-with-Devrim/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/04/20/windows-server-2008-r2-direct-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 R2 &#8211; Disk management&#8230; VHD Attach</title>
		<link>http://luka.manojlovic.net/2009/04/20/windows-server-2008-r2-disk-management-vhd-attach/</link>
		<comments>http://luka.manojlovic.net/2009/04/20/windows-server-2008-r2-disk-management-vhd-attach/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:29:08 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[Windows server 2008 R2]]></category>
		<category><![CDATA[attach vhd]]></category>
		<category><![CDATA[R2]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=172</guid>
		<description><![CDATA[It is now possible to create a new VHD or attach an existing VHD to your Windows server 2008 R2&#8230; Check the video&#8230; There are some other features that you can do but it was possible also in non R2 version&#8230; That is shrinking and extending partition using Disk Management]]></description>
			<content:encoded><![CDATA[<p>It is now possible to create a new VHD or attach an existing VHD to your Windows server 2008 R2&#8230;</p>
<p><a href="http://store.manojlovic.net/videos/Microsoft/Windows%20server%202008%20R2%20Beta/ShrinkVolumeandVHD/Shrink%20volume%20and%20VHD.htm" target="_blank">Check the video&#8230;</a></p>
<p>There are some other features that you can do but it was possible also in non R2 version&#8230; That is shrinking and extending partition using Disk Management</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/04/20/windows-server-2008-r2-disk-management-vhd-attach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 R2 Active Directory &#8211; Recycle Bin Feature</title>
		<link>http://luka.manojlovic.net/2009/04/20/windows-server-2008-r2-active-directory-recycle-bin-feature/</link>
		<comments>http://luka.manojlovic.net/2009/04/20/windows-server-2008-r2-active-directory-recycle-bin-feature/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 20:52:01 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[Windows server 2008]]></category>
		<category><![CDATA[Windows server 2008 R2]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[recycle bin feature]]></category>
		<category><![CDATA[windows server 2008 r2]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=167</guid>
		<description><![CDATA[Sometimes you delete user from AD and it could cause a big headache Well&#8230; No more. Windows server 2008 R2 Beta &#8211; which is by the way already publicly available has a new functional level for AD that allows you to activate so called Recycle Bin Feature&#8230; In this demo you will se my AD [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you delete user from AD and it could cause a big headache <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Well&#8230; No more. Windows server 2008 R2 Beta &#8211; which is by the way <a href="http://www.microsoft.com/windowsserver2008/en/us/r2.aspx" target="_blank">already publicly available</a> has a new functional level for AD that allows you to activate so called <a href="http://technet.microsoft.com/en-us/library/dd392261.aspx" target="_blank">Recycle Bin Feature</a>&#8230;<br />
In this demo you will se my AD server with a domain called <strong>demoadps.local</strong> on which I will enable this feature. As I mentioned before &#8211; functional level should be Windows server 2008 R2.</p>
<p><a href="http://store.manojlovic.net/videos/Microsoft/Windows%20server%202008%20R2%20Beta/ADRecycleBinFeature/Recycle%20bin%20feature.htm" target="_blank">Watch the video</a></p>
<p>First of all you need to enable the feature by typing a Powershell cmdlet/command:</p>
<p style="text-align: left;">Enable-ADOptionalFeature &#8216;Recycle Bin Feature&#8217; -Scope Forest -Target &#8216;<strong>domain.local</strong>&#8216;</p>
<p>after that you can check for deleted items by typing:</p>
<p style="text-align: left;">Get-ADObject -SearchBase &#8220;CN=Deleted Objects,DC=<strong>domain</strong>,DC=<strong>local</strong>&#8221; -ldapFilter &#8220;(objectClass=*)&#8221; -includeDeletedObjects | FT ObjectGUID,Name -A</p>
<p>This will show you the deleted objects which you can restore by entering:</p>
<p style="text-align: left;">Restore-ADObject -Identity <strong>6ff46162-15c2-4d42-8e15-2fcac5c8422e</strong></p>
<p><strong>** domain.local </strong>should be changed with your domain name<br />
<strong>6ff46162-15c2-4d42-8e15-2fcac5c8422e </strong>should be changed with a ID that matches your deleted object&#8230;</p>
<p>To make it simplier I have recorded a<a href="http://store.manojlovic.net/videos/Microsoft/Windows%20server%202008%20R2%20Beta/ADRecycleBinFeature/Recycle%20bin%20feature.htm" target="_blank"> video tutorial </a>to do that&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/04/20/windows-server-2008-r2-active-directory-recycle-bin-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V server 2008 R2 beta is available!!! (with Hyper-V v2.0)</title>
		<link>http://luka.manojlovic.net/2009/01/14/hyper-v-server-2008-r2-beta-is-available-with-hyper-v-v20/</link>
		<comments>http://luka.manojlovic.net/2009/01/14/hyper-v-server-2008-r2-beta-is-available-with-hyper-v-v20/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 12:36:28 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[MS Windows server]]></category>
		<category><![CDATA[Windows server 2008]]></category>
		<category><![CDATA[hyper-v 2.0]]></category>
		<category><![CDATA[hyper-v server r2]]></category>
		<category><![CDATA[windows server 2008 r2]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=154</guid>
		<description><![CDATA[Here it comes powerfull and with new so desperately awaited features&#8230; Hyper-V 2.0&#8230; http://www.virtualization.info/2009/01/microsoft-releases-hyper-v-20-and.html http://edge.technet.com/Media/Demo-Hyper-V-Server-and-Live-Migration/ http://www.microsoft.com/virtualization/downloads.mspx Take a look / give it a try! PS. take a look at new redesigned Microsoft Virtualization site&#8230; Where you can find all information about all MS virtualization products &#8230;: http://www.microsoft.com/virtualization/default.mspx]]></description>
			<content:encoded><![CDATA[<p>Here it comes powerfull and with new so desperately awaited features&#8230; Hyper-V 2.0&#8230;</p>
<p><a href="http://www.virtualization.info/2009/01/microsoft-releases-hyper-v-20-and.html">http://www.virtualization.info/2009/01/microsoft-releases-hyper-v-20-and.html</a></p>
<p><a href="http://edge.technet.com/Media/Demo-Hyper-V-Server-and-Live-Migration/">http://edge.technet.com/Media/Demo-Hyper-V-Server-and-Live-Migration/</a></p>
<p><a href="http://www.microsoft.com/virtualization/downloads.mspx">http://www.microsoft.com/virtualization/downloads.mspx</a></p>
<p>Take a look / give it a try!</p>
<p>PS. take a look at new redesigned Microsoft Virtualization site&#8230; Where you can find all information about all MS virtualization products &#8230;:</p>
<p><a href="http://www.microsoft.com/virtualization/default.mspx">http://www.microsoft.com/virtualization/default.mspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2009/01/14/hyper-v-server-2008-r2-beta-is-available-with-hyper-v-v20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0X8004010F weekend &#8211; Windows server 2008, Exchange 2007 SP1</title>
		<link>http://luka.manojlovic.net/2008/12/15/0x8004010f-weekend-windows-server-2008-exchange-2007-sp1/</link>
		<comments>http://luka.manojlovic.net/2008/12/15/0x8004010f-weekend-windows-server-2008-exchange-2007-sp1/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 00:10:30 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[E-mail related]]></category>
		<category><![CDATA[MS Exchange server]]></category>
		<category><![CDATA[MS Exchange server 2007]]></category>
		<category><![CDATA[MS Windows server]]></category>
		<category><![CDATA[Windows server 2008]]></category>
		<category><![CDATA[0X8004010F]]></category>
		<category><![CDATA[exchange 2007 OAB error]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/?p=149</guid>
		<description><![CDATA[This weekend I was playing crawler&#8230; I know almost all internet sites describing the problems around 0X8004010F &#8211; damn error regarding Offline address book distribution&#8230; But nowhere I have encountered the problem describing this error code in combination with Windows Server 2008 and Exchange 2007 SP1 with rollup 5. Well&#8230; As I figured out it [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend I was playing crawler&#8230; I know almost all internet sites describing the problems around <strong>0X8004010F</strong> &#8211; damn error regarding Offline address book distribution&#8230;</p>
<p>But nowhere I have encountered the problem describing this error code in combination with Windows Server 2008 and Exchange 2007 SP1 with rollup 5.</p>
<p>Well&#8230; As I figured out it apparently does not work &#8211; if you want OAB to be distributed by Web-based distribution&#8230;</p>
<p>You get this error in your Outlook 2007 SP1 clients (on Windows XP and on Windows Vista)</p>
<p>As I can see there is somekind of permission problem becoues OAB virtual directory points to:</p>
<p>C:\Program Files\Microsoft\Exchange Server\ClientAccess\OAB</p>
<p>This directory has NO NTFS permissions for Auhtenticated users&#8230; but in IIS there is on this folder a parameter: Pass-through authentication - but as I know it can not work becouse your credentials are not covered in NTFS permissions of that folder.</p>
<p>But it does not work even if you give NTFS permissions to authenticated users&#8230; (you are still prompted for username and password in Outlook&#8230;)</p>
<p>Maybe I am missing something but weekend is almost over and my users need to use Exchange and RPC over HTTP(s) feature in their Outlooks tomorow&#8230; What I did is that I disabled Web-based distribution of Offline address book and I left only Public folder distribution. It took a couple of minutes for autodiscover.xml to update and Outlooks to get new parameters about Offline address book distribution.</p>
<p>Everything works correctly now&#8230;</p>
<p>Comments / suggestions appriaciated&#8230;</p>
<p>PS.<br />
Hey all you Exchangegurus!<br />
I think you will find this link useful: <a href="https://www.testexchangeconnectivity.com/">https://www.testexchangeconnectivity.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/12/15/0x8004010f-weekend-windows-server-2008-exchange-2007-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

