<?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 r2</title>
	<atom:link href="http://luka.manojlovic.net/tag/windows-server-2008-r2/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>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>
	</channel>
</rss>

