 




<?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>IT Answers &#187; Windows PowerShell</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/windows-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 09:08:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Windows PowerShell Tutorial</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-powershell-tutorial/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/windows-powershell-tutorial/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 17:08:58 +0000</pubDate>
		<dc:creator>TechTalker</dc:creator>
				<category><![CDATA[microsoft server 2008]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows PowerShell]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Can anyone recommend/provide a link to a good Windows PowerShell Video tutorial?]]></description>
				<content:encoded><![CDATA[<p>Can anyone recommend/provide a link to a good Windows PowerShell Video tutorial?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/windows-powershell-tutorial/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>retrieve/store info from a web page to an excel file</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/retrievestore-info-from-a-web-page-to-an-excel-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/retrievestore-info-from-a-web-page-to-an-excel-file/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 11:15:18 +0000</pubDate>
		<dc:creator>Ugauga</dc:creator>
				<category><![CDATA[Intranet]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows PowerShell]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;ve been trying to make a script with Windows Powershell to access a intranet webpage and get the status of a program we have installed on each pc and store the info in an excel file. What else could I use to acomplish this?]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been trying to make a script with Windows Powershell to access a intranet webpage and get the status of a program we have installed on each pc and store the info in an excel file.<br />
What else could I use to acomplish this?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/retrievestore-info-from-a-web-page-to-an-excel-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue SQL Query with Localized String through PowerShell</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/issue-sql-query-with-localized-string-through-powershell/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/issue-sql-query-with-localized-string-through-powershell/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 11:51:54 +0000</pubDate>
		<dc:creator>Bgsullivan</dc:creator>
				<category><![CDATA[Database programming]]></category>
		<category><![CDATA[Localized String]]></category>
		<category><![CDATA[Microsoft Access]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<category><![CDATA[Windows scripting]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, I am attempting to execute a an SQL query through PowerShell against an MS Access database. My query works 99% of the time, but occasionally a localized string will cause an error beacuse it contains a single quote (&#8216;) somewhere within the localized string. You can look at the following example to get a [...]]]></description>
				<content:encoded><![CDATA[<p>Hello,</p>
<p>I am attempting to execute a an SQL query through PowerShell against an MS Access database.  My query works 99% of the time, but occasionally a localized string will cause an error beacuse it contains a single quote (&#8216;) somewhere within the localized string.  You can look at the following example to get a better idea of what I am talking about:</p>
<p>SELECT TermNo, File, Context<br />
FROM ExceptionFC<br />
WHERE TermNo = 1<br />
AND File = &#8216;\\fr\Content\fr_localized_content.xml&#8217;<br />
AND Context = &#8216;(le second niveau), lequel doit accéder aux ressources d&#8217;un serveur de base de données ou d&#8217;un partage réseau (le troisième niveau). Le jeton de sécurité principal utilisé entre le navigateur et le s&#8217;</p>
<p>In most languages I could add slashes to this string to escape out the single quotes (&#8216;) in the string.  But I don&#8217;s seem to be able to do that in PowerShell.</p>
<p>Is there a way I can execute this query within PowerShell and receive an accurate response back from the database?</p>
<p>Thank you.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/issue-sql-query-with-localized-string-through-powershell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.009 seconds using memcached
Object Caching 458/459 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 10:20:11 -->