<?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>Yusuf Ozturk &#187; check windows user powershell</title>
	<atom:link href="http://www.yusufozturk.info/tag/check-windows-user-powershell/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yusufozturk.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 30 Jan 2012 20:26:40 +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>How to create Windows user with Powershell?</title>
		<link>http://www.yusufozturk.info/windows-server/how-to-create-windows-user-with-powershell-2.html</link>
		<comments>http://www.yusufozturk.info/windows-server/how-to-create-windows-user-with-powershell-2.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 08:39:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[check windows user powershell]]></category>
		<category><![CDATA[create windows user powershell]]></category>
		<category><![CDATA[powershell windows user]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1145</guid>
		<description><![CDATA[You can create Windows user from Powershell: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 function create_user&#40;$username, $password&#41; &#123; $computer = &#91;ADSI&#93;&#34;WinNT://localhost&#34; foreach &#40;$user in $computer.psbase.children&#41; &#123; if &#40;$user.Name -eq $username&#41; &#123; Write-Host $user.Name &#34;already exist.&#34; Return &#125; &#125; $user_obj = [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/windows-server/how-to-create-windows-user-with-powershell-2.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

