<?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; get domain info powershell</title>
	<atom:link href="http://www.yusufozturk.info/tag/get-domain-info-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>Getting Active Directory Information with Powershell</title>
		<link>http://www.yusufozturk.info/windows-server/getting-active-directory-information-with-powershell.html</link>
		<comments>http://www.yusufozturk.info/windows-server/getting-active-directory-information-with-powershell.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:35:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting & IIS7]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[get ad fqdn powershell]]></category>
		<category><![CDATA[get ad info powershell]]></category>
		<category><![CDATA[get ad primary server name powershell]]></category>
		<category><![CDATA[get domain info powershell]]></category>
		<category><![CDATA[getting ad domain info powershell]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1972</guid>
		<description><![CDATA[My script works on all Active Directory Infrastructures without any change on script. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Function Get-ADInfo &#123; $ADDomain = &#91;System.DirectoryServices.ActiveDirectory.Domain&#93;::GetCurrentDomain&#40;&#41; $ADDomainName = $ADDomain.Name $Netbios = $ADDomain.Name.Split&#40;&#34;.&#34;&#41;&#91;0&#93;.ToUpper&#40;&#41; $ADServer = &#40;$ADDomain.InfrastructureRoleOwner.Name.Split&#40;&#34;.&#34;&#41;&#91;0&#93;&#41; $FQDN = &#34;DC=&#34; + $ADDomain.Name -Replace&#40;&#34;\.&#34;,&#34;,DC=&#34;&#41; &#160; $Results = New-Object Psobject $Results [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/windows-server/getting-active-directory-information-with-powershell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

