<?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>PowerShell.nu &#187; Active-Directory</title>
	<atom:link href="http://www.powershell.nu/tag/active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershell.nu</link>
	<description>Windows PowerShell</description>
	<lastBuildDate>Thu, 08 Dec 2011 14:46:32 +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>Active Directory</title>
		<link>http://www.powershell.nu/2011/03/14/active-directory/</link>
		<comments>http://www.powershell.nu/2011/03/14/active-directory/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 07:00:27 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[2W]]></category>
		<category><![CDATA[Active-Directory]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=1139</guid>
		<description><![CDATA[This post is part of the Second Wednesday Demo Session, Click here for more info about additional demo posts. In Server 2008 R2 you can import the ActiveDirectory Module to get a whole set of CmdLets that you can use to manage Active-Directory. One of the requirements is that the &#8220;Active Directory module for Windows [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2011/03/14/active-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010</title>
		<link>http://www.powershell.nu/2011/03/14/sharepoint-2010/</link>
		<comments>http://www.powershell.nu/2011/03/14/sharepoint-2010/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 07:00:27 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[2W]]></category>
		<category><![CDATA[Active-Directory]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=1146</guid>
		<description><![CDATA[This post is part of the Second Wednesday Demo Session, Click here for more info about additional demo posts. In a previous post we used Windows PowerShell to Create a Database, add a table and populate the table with alot of entries. In the last part of this Demo we&#8217;ll use SharePoint 2010 to populate [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2011/03/14/sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>setting accountExpires using PowerShell</title>
		<link>http://www.powershell.nu/2010/08/19/setting-accountexpires-using-powershell/</link>
		<comments>http://www.powershell.nu/2010/08/19/setting-accountexpires-using-powershell/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 20:15:02 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Active-Directory]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=1025</guid>
		<description><![CDATA[Let&#8217;s take a look at how to set the accountExpires property on a user in Active-Directory. First bind to a user using [adsi] (You can use the Quest AD cmdlets or the AD cmdlets available in Server2008 R2, but in this post we&#8217;ll stick to [adsi]) PS > $user = [adsi]"LDAP://CN=Niklas Goude,CN=Users,DC=POWERSHELL,DC=NU" Setting the account [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2010/08/19/setting-accountexpires-using-powershell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding HomeFolder Through PowerShell</title>
		<link>http://www.powershell.nu/2009/04/27/part-116-adding-homefolder-through-powershell/</link>
		<comments>http://www.powershell.nu/2009/04/27/part-116-adding-homefolder-through-powershell/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 21:26:28 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Active-Directory]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=718</guid>
		<description><![CDATA[It&#8217;s been some time since my last post now, had alot of things to do at work, but now I&#8217;m back OnTrack with my blogging. Last time we checked out how to add group membership through PowerShell, so now we should have a nice test environment in place, based on Star Trek. In this post, [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2009/04/27/part-116-adding-homefolder-through-powershell/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adding Group Membership Through PowerShell</title>
		<link>http://www.powershell.nu/2009/04/16/part-115-adding-group-membership-through-powershell/</link>
		<comments>http://www.powershell.nu/2009/04/16/part-115-adding-group-membership-through-powershell/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 18:37:49 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Active-Directory]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=706</guid>
		<description><![CDATA[Time to add some members to our groups. Following the steps in the previous posts, we should now have a couple of Users, groups and computers in our test environment. Group Names are based on the Character position in the Star Trek Csv file so now, all we have to do is match up the [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2009/04/16/part-115-adding-group-membership-through-powershell/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding Groups Through PowerShell</title>
		<link>http://www.powershell.nu/2009/04/15/part-114-adding-groups-through-powershell/</link>
		<comments>http://www.powershell.nu/2009/04/15/part-114-adding-groups-through-powershell/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 19:08:18 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Active-Directory]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=678</guid>
		<description><![CDATA[With our Users and Computers in place, we can start adding groups. The groups will be based on the Postition ocf the characters in the StarTrek Csv file. I&#8217;ve chosen position since many characters can have the same position. First, let&#8217;s look at all the unique Positions in the Csv file. I&#8217;m also using the [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2009/04/15/part-114-adding-groups-through-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Computers through PowerShell</title>
		<link>http://www.powershell.nu/2009/04/13/part-113-adding-computers-through-powershell/</link>
		<comments>http://www.powershell.nu/2009/04/13/part-113-adding-computers-through-powershell/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 19:35:26 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Active-Directory]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=664</guid>
		<description><![CDATA[Now let&#8217;s add a couple of computers to our test environment. The Computer Names are based on the Starships from the Csv file. Since there are alot of characters but not that many different ships we need to get a unique list of ships. We also wnat the Series, Location and Registry values. PS > [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2009/04/13/part-113-adding-computers-through-powershell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding Users through PowerShell</title>
		<link>http://www.powershell.nu/2009/04/13/part-112-adding-users-through-powershell/</link>
		<comments>http://www.powershell.nu/2009/04/13/part-112-adding-users-through-powershell/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 13:23:11 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Active-Directory]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=647</guid>
		<description><![CDATA[Now that we have our OU structure in place, we can start adding users. Since the Users contain alot of information we&#8217;ll go ahead and use the whole csv file. Let&#8217;s take a quick look at the first entry in the Csv file: PS > (Import-Csv StarTrek.csv)[0] Character : Jean-Luc Picard Position : Commanding Officer [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2009/04/13/part-112-adding-users-through-powershell/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adding Ou Structure using Powershell</title>
		<link>http://www.powershell.nu/2009/04/13/part-11-adding-ou-structure-using-powershell/</link>
		<comments>http://www.powershell.nu/2009/04/13/part-11-adding-ou-structure-using-powershell/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 10:03:34 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Active-Directory]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=626</guid>
		<description><![CDATA[Starting of, we need to set up a couple of OrganizationalUnits in our test environment. Following the structure set up in Part 1.1.0: Organizational Unit Structure ou = Series l = Location Description = Starship Child OU: Computers Child OU: Groups Child OU: Users The first step in scripting up a OU structure from based [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2009/04/13/part-11-adding-ou-structure-using-powershell/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scripting up an Active-Directory Test Environment through PowerShell</title>
		<link>http://www.powershell.nu/2009/04/11/part-10-scripting-up-an-active-directory-test-environment-through-powershell/</link>
		<comments>http://www.powershell.nu/2009/04/11/part-10-scripting-up-an-active-directory-test-environment-through-powershell/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 21:26:05 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Active-Directory]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=613</guid>
		<description><![CDATA[The first step in building up a Test Environment is analyzing the data that we have to work with. In this case, the Star Trek Reference Csv file. Since the Csv file doesn&#8217;t say sAMAccountName or organizationalUnit I&#8217;ve to set up a routine for handling this. Based on the information, I&#8217;ve set up the following [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2009/04/11/part-10-scripting-up-an-active-directory-test-environment-through-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

