<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>psodata Discussions Rss Feed</title><link>http://psodata.codeplex.com/Thread/List.aspx</link><description>psodata Discussions Rss Description</description><item><title>New Post: Insert operations</title><link>http://psodata.codeplex.com/Thread/View.aspx?ThreadId=232795</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thanks for the note Steve. That is in the plan. I am watching the OData threads as they deliver more for the protocol. Not sure when I will get to it though.&lt;/p&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Sat, 30 Oct 2010 23:13:00 GMT</pubDate><guid isPermaLink="false">New Post: Insert operations 20101030111300P</guid></item><item><title>New Post: Insert operations</title><link>http://psodata.codeplex.com/Thread/View.aspx?ThreadId=232795</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Do you have plans on adding Insert operations? &amp;nbsp;I am not too familiar with powershell, but it seems like a good technology for bulk data creation into your odata store.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;
&lt;/div&gt;</description><author>stmcdani</author><pubDate>Fri, 29 Oct 2010 15:19:42 GMT</pubDate><guid isPermaLink="false">New Post: Insert operations 20101029031942P</guid></item><item><title>New Post: Thanks for the Training Tools</title><link>http://psodata.codeplex.com/Thread/View.aspx?ThreadId=223033</link><description>&lt;div style="line-height: normal;"&gt;Thanks Phil. Good point. Presenting these solutions on these topics in PowerShell opens them up to a whole range of people.

If you have any ideas, post them and let's see what we can do.

Thanks again
Doug&lt;/div&gt;</description><author>dfinke</author><pubDate>Tue, 10 Aug 2010 12:13:04 GMT</pubDate><guid isPermaLink="false">New Post: Thanks for the Training Tools 20100810121304P</guid></item><item><title>New Post: Thanks for the Training Tools</title><link>http://psodata.codeplex.com/Thread/View.aspx?ThreadId=223033</link><description>&lt;div style="line-height: normal;"&gt;Hey Doug,
Thanks for this... Been reviewing your code as a learning adventure into OData (something I didn't know much about) and it makes it easier for me to associate it via something I know and enjoy (Powershell) the same way you did with Try Powershell [http://trypowershell.codeplex.com/] for my WPK training.
Appreciate it sir,
-phil&lt;/div&gt;</description><author>philiplavoie</author><pubDate>Tue, 10 Aug 2010 09:59:53 GMT</pubDate><guid isPermaLink="false">New Post: Thanks for the Training Tools 20100810095953A</guid></item><item><title>New Post: Check for Apartment state before loading modules</title><link>http://psodata.codeplex.com/Thread/View.aspx?ThreadId=222930</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Fixed&amp;nbsp;&lt;a href="http://psodata.codeplex.com/SourceControl/diff/file/view/58820?fileId=1558985"&gt;http://psodata.codeplex.com/SourceControl/diff/file/view/58820?fileId=1558985&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>dfinke</author><pubDate>Tue, 10 Aug 2010 01:13:33 GMT</pubDate><guid isPermaLink="false">New Post: Check for Apartment state before loading modules 20100810011333A</guid></item><item><title>New Post: Check for Apartment state before loading modules</title><link>http://psodata.codeplex.com/Thread/View.aspx?ThreadId=222930</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="http://psodata.codeplex.com/workitem/13954"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;/div&gt;</description><author>dfinke</author><pubDate>Tue, 10 Aug 2010 00:59:29 GMT</pubDate><guid isPermaLink="false">New Post: Check for Apartment state before loading modules 20100810125929A</guid></item><item><title>New Post: Best practice for modules</title><link>http://psodata.codeplex.com/Thread/View.aspx?ThreadId=222931</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Good point. Perhaps providing a script that does that would be good?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Doug&lt;/p&gt;&lt;/div&gt;</description><author>dfinke</author><pubDate>Tue, 10 Aug 2010 00:25:00 GMT</pubDate><guid isPermaLink="false">New Post: Best practice for modules 20100810122500A</guid></item><item><title>New Post: Check for Apartment state before loading modules</title><link>http://psodata.codeplex.com/Thread/View.aspx?ThreadId=222930</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You are correct. I will add.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Doug&lt;/p&gt;&lt;/div&gt;</description><author>dfinke</author><pubDate>Tue, 10 Aug 2010 00:23:39 GMT</pubDate><guid isPermaLink="false">New Post: Check for Apartment state before loading modules 20100810122339A</guid></item><item><title>New Post: Best practice for modules</title><link>http://psodata.codeplex.com/Thread/View.aspx?ThreadId=222931</link><description>&lt;div style="line-height: normal;"&gt;I think it would be good if your view-odata script and install directions supported best practices for working with modules in PowerShell. By that, I mean that you should encourage users to copy the OData module to a folder in $env:PSModulePath. Then, accordingly, you would change the first lines of your script to:


Import-Module wpk
Import-Module OData -Force
&lt;/div&gt;</description><author>halr9000</author><pubDate>Mon, 09 Aug 2010 13:57:54 GMT</pubDate><guid isPermaLink="false">New Post: Best practice for modules 20100809015754P</guid></item><item><title>New Post: Check for Apartment state before loading modules</title><link>http://psodata.codeplex.com/Thread/View.aspx?ThreadId=222930</link><description>&lt;div style="line-height: normal;"&gt;Hi, I suggest that you check the apartment state before loading any modules. WPK in particular is pretty big, so it's a waste of processing time to load it if the user has to restart PowerShell anyway.

Here is code that checks the state:

((get-host).RunSpace).ApartmentState&lt;/div&gt;</description><author>halr9000</author><pubDate>Mon, 09 Aug 2010 13:53:50 GMT</pubDate><guid isPermaLink="false">New Post: Check for Apartment state before loading modules 20100809015350P</guid></item></channel></rss>