<?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; connecting secure webpages</title>
	<atom:link href="http://www.yusufozturk.info/tag/connecting-secure-webpages/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 connect secure web page with Powershell?</title>
		<link>http://www.yusufozturk.info/windows-powershell/how-to-connect-secure-web-page-with-powershell.html</link>
		<comments>http://www.yusufozturk.info/windows-powershell/how-to-connect-secure-web-page-with-powershell.html#comments</comments>
		<pubDate>Sun, 31 May 2009 06:32:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[authenticated web page]]></category>
		<category><![CDATA[connecting secure webpages]]></category>
		<category><![CDATA[powershell web content]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=885</guid>
		<description><![CDATA[You can connect to secure web pages with powershell using your username and password. 1 2 3 4 5 6 7 $url = &#34;http://secure.yusufozturk.info/secured_page.aspx&#34; $username = &#34;ysfozy&#34; $pass = &#34;my_password&#34; $domain = &#34;DOMAIN&#34; $webclient = new-object System.Net.WebClient $webclient.Credentials = new-object System.Net.NetworkCredential&#40;$username, $pass, $domain&#41; $webpage = $webclient.DownloadString&#40;$url&#41; Simply use write-host to see contents of the web [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/windows-powershell/how-to-connect-secure-web-page-with-powershell.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

