<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/6.9.7-stable" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mr N - Latest Comments on Scripting with Windows PowerShell Part 2</title>
		<link>https://www.bigsoft.co.uk/blog/?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="https://www.bigsoft.co.uk/blog/?tempskin=_rss2&#38;disp=comments&#38;p=392" />
		<description></description>
		<language>en-GB</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=6.9.7-stable"/>
		<ttl>60</ttl>
		<item>
			<title>davidnewcomb [Member] in response to: Scripting with Windows PowerShell Part 2</title>
			<pubDate>Fri, 04 Sep 2015 04:20:45 +0000</pubDate>
			<dc:creator><a href="https://www.bigsoft.co.uk/?disp=user&amp;user_ID=1" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_1"><span class="identity_link_username">davidnewcomb</span></a> <span class="bUser-member-tag">[Member]</span></dc:creator>
			<guid isPermaLink="false">c2838@https://www.bigsoft.co.uk/</guid>
			<description>Something like:
&lt;blockquote&gt;
get-process | ? { ([DateTime]::Now - $_.StartTime).TotalSeconds -gt 7200 }
&lt;/blockquote&gt;
Where 7200 is the number of seconds in 2 hours.</description>
			<content:encoded><![CDATA[Something like:
<blockquote>
get-process | ? { ([DateTime]::Now - $_.StartTime).TotalSeconds -gt 7200 }
</blockquote>
Where 7200 is the number of seconds in 2 hours.]]></content:encoded>
			<link>https://www.bigsoft.co.uk/blog/2011/06/03/scripting-with-windows-powershell-part-2#c2838</link>
		</item>
		<item>
			<title> Aslesh [Visitor] in response to: Scripting with Windows PowerShell Part 2</title>
			<pubDate>Thu, 03 Sep 2015 14:47:01 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_2836">Aslesh</span> <span class="bUser-anonymous-tag">[Visitor]</span></dc:creator>
			<guid isPermaLink="false">c2836@https://www.bigsoft.co.uk/</guid>
			<description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;could you please help me how can i get only processes running from last 2 hours.&lt;/p&gt;
&lt;p&gt;i tried using where object, but it didnt work for me&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Hi </p>
<p>could you please help me how can i get only processes running from last 2 hours.</p>
<p>i tried using where object, but it didnt work for me</p>]]></content:encoded>
			<link>https://www.bigsoft.co.uk/blog/2011/06/03/scripting-with-windows-powershell-part-2#c2836</link>
		</item>
			</channel>
</rss>
