<?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>Isaac Oben&#039;s Systems Engineer Blog &#187; Isaac Oben</title>
	<atom:link href="http://www.isaacoben.com/author/isaacoben/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isaacoben.com</link>
	<description>Active Directory, PowerShell &#38; Other Systems Admin  Stuff</description>
	<lastBuildDate>Mon, 21 Nov 2011 06:11:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Enabling Access Based Enumeration -ABE on DFS Namespace-Part II</title>
		<link>http://www.isaacoben.com/2011/11/20/enabling-access-based-enumeration-abe-on-dfs-namespace-part-ii/</link>
		<comments>http://www.isaacoben.com/2011/11/20/enabling-access-based-enumeration-abe-on-dfs-namespace-part-ii/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 06:08:50 +0000</pubDate>
		<dc:creator>Isaac Oben</dc:creator>
				<category><![CDATA[Distributed File System]]></category>
		<category><![CDATA[ABE]]></category>
		<category><![CDATA[ABE on DFS Namespace]]></category>
		<category><![CDATA[Access-Based Enumeration]]></category>
		<category><![CDATA[Hide folders from users]]></category>

		<guid isPermaLink="false">http://www.isaacoben.com/?p=311</guid>
		<description><![CDATA[In my previous post on Access Based Enumeration, I outlined procedures for enabling ABE. With Windows server  2008 and 2008 R2, there is an added option to enable ABE  on a DFS Namespace. I will show how to accomplish this on this post. 1- Create a DFS Namespace, in my case,I create a  Domain Namespace [...]]]></description>
		<wfw:commentRss>http://www.isaacoben.com/2011/11/20/enabling-access-based-enumeration-abe-on-dfs-namespace-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell Get-ADUserGroupMembership</title>
		<link>http://www.isaacoben.com/2010/09/14/powershell-get-adusergroupmembership/</link>
		<comments>http://www.isaacoben.com/2010/09/14/powershell-get-adusergroupmembership/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 15:36:43 +0000</pubDate>
		<dc:creator>Isaac Oben</dc:creator>
				<category><![CDATA[PowerShell {PoSh}]]></category>
		<category><![CDATA[Get-ADUser Is Memberof]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.isaacoben.com/?p=307</guid>
		<description><![CDATA[#Get-ADUserGroupMembership ######################################################################## # This PoSh script will read input of AD Users from a text file-c:\ADUsers.tx  and output # the respective user&#8217;s AD Group Membership in a .csv file -C:\UserGroup.csv. # REQUIREMENTS: # Quest Active Directory cmdLets must be installed on the machine that script will run from. #Download Quest AD CMDLets http://www.quest.com/powershell/activeroles-server.aspx #Witten By: www.isaacoben.com [...]]]></description>
		<wfw:commentRss>http://www.isaacoben.com/2010/09/14/powershell-get-adusergroupmembership/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to control memberships for local computer&#8217;s builtin groups</title>
		<link>http://www.isaacoben.com/2009/10/03/how-to-control-memberships-for-local-computers-builtin-groups/</link>
		<comments>http://www.isaacoben.com/2009/10/03/how-to-control-memberships-for-local-computers-builtin-groups/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 20:34:41 +0000</pubDate>
		<dc:creator>Isaac Oben</dc:creator>
				<category><![CDATA[Active Directory]]></category>

		<guid isPermaLink="false">http://www.isaacoben.com/?p=280</guid>
		<description><![CDATA[Domain Administrators sometime face a scenerio in which they have multiple workstations or member servers as part of a domain and will like to restrict/control which user should be members of any of the built-in local groups, such as Administrators, Backup Operators, Remote Desktop Users, Power Users etc. Rather than attempting to accomplish this manually, it will be [...]]]></description>
		<wfw:commentRss>http://www.isaacoben.com/2009/10/03/how-to-control-memberships-for-local-computers-builtin-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performing an authoritative restore for Active Directory deleted objects or containers</title>
		<link>http://www.isaacoben.com/2009/07/04/performing-an-authoritative-restore-for-active-directory-deleted-objects-or-containers/</link>
		<comments>http://www.isaacoben.com/2009/07/04/performing-an-authoritative-restore-for-active-directory-deleted-objects-or-containers/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 19:42:38 +0000</pubDate>
		<dc:creator>Isaac Oben</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Authoritative restore]]></category>
		<category><![CDATA[ntbackup]]></category>
		<category><![CDATA[ntdsutil]]></category>
		<category><![CDATA[perform authoritative restore]]></category>
		<category><![CDATA[system state backup]]></category>

		<guid isPermaLink="false">http://www.isaacoben.com/?p=249</guid>
		<description><![CDATA[Just thought I should list the step by step process for performing authoritative restore in active directory for windows server 2003. But first, just a brief summary of the difference between an authoritative and a non authoritative restore.  A non Authoritative restore is hardware failures or other software issues that results in the complete restoration [...]]]></description>
		<wfw:commentRss>http://www.isaacoben.com/2009/07/04/performing-an-authoritative-restore-for-active-directory-deleted-objects-or-containers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove child domain and other naming context from forest root domain</title>
		<link>http://www.isaacoben.com/2009/07/04/how-to-remove-child-domain-and-other-naming-context-from-forest-root-domain/</link>
		<comments>http://www.isaacoben.com/2009/07/04/how-to-remove-child-domain-and-other-naming-context-from-forest-root-domain/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 17:07:41 +0000</pubDate>
		<dc:creator>Isaac Oben</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Delete child domain]]></category>
		<category><![CDATA[delete domain]]></category>
		<category><![CDATA[delete naming context]]></category>
		<category><![CDATA[ntdsutil]]></category>
		<category><![CDATA[remove DomainDNSZone]]></category>

		<guid isPermaLink="false">http://www.isaacoben.com/?p=219</guid>
		<description><![CDATA[In previous post I outline some guidelines on how to remove demoted domain controller from domain using ntdsutil.exe. In this post, I will give guides on removing a naming context, be it a child domain or a DNS zone from Active Directory usning ntdsutil.exe. First. make sure that no domain controller or replica objects exists [...]]]></description>
		<wfw:commentRss>http://www.isaacoben.com/2009/07/04/how-to-remove-child-domain-and-other-naming-context-from-forest-root-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

