<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>OIS - Integration Pack for PowerShell Script Execution 1.00</title><link>http://blogs.technet.com/b/charlesjoy/archive/2011/05/04/ois-integration-pack-for-powershell-script-execution-1-00.aspx</link><description>Good Morning Readers/Viewers! Today, I am happy to announce the next addition to my collection of OIS 6.3 QIK based IPs on CodePlex. As you can see from the blog title, this one is all about PowerShell. :) ORCHESTRATOR RC UPDATE (11/01/2011) CodePlex</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: OIS - Integration Pack for PowerShell Script Execution 1.00</title><link>http://blogs.technet.com/b/charlesjoy/archive/2011/05/04/ois-integration-pack-for-powershell-script-execution-1-00.aspx#3560738</link><pubDate>Mon, 25 Mar 2013 11:24:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3560738</guid><dc:creator>Ahmed Adly</dc:creator><description>&lt;p&gt;Hello Charles,&lt;/p&gt;
&lt;p&gt;Thanks for the wonderful integration package&lt;/p&gt;
&lt;p&gt;Actually we are using v1.1, and we are implementing a solution in an enterprise enviroment that consists of thousands of subsites.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m writing a script to iterate on all subsites to get some data, it takes pretty long time, is there any way to make some kind of progresss bar.&lt;/p&gt;
&lt;p&gt;This command as u know (Write-Progress -Activity) is responsible for this,but how can it be appeared while I&amp;#39;m running my Orchestrator Runbook.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3560738" width="1" height="1"&gt;</description></item><item><title>re: OIS - Integration Pack for PowerShell Script Execution 1.00</title><link>http://blogs.technet.com/b/charlesjoy/archive/2011/05/04/ois-integration-pack-for-powershell-script-execution-1-00.aspx#3548724</link><pubDate>Mon, 28 Jan 2013 13:44:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3548724</guid><dc:creator>Ibrahim</dc:creator><description>&lt;p&gt;Is there a way to specify a ‘run as’ account?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3548724" width="1" height="1"&gt;</description></item><item><title>re: OIS - Integration Pack for PowerShell Script Execution 1.00</title><link>http://blogs.technet.com/b/charlesjoy/archive/2011/05/04/ois-integration-pack-for-powershell-script-execution-1-00.aspx#3502443</link><pubDate>Thu, 07 Jun 2012 03:19:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3502443</guid><dc:creator>Michael</dc:creator><description>&lt;p&gt;Thanks for the great tool. One question though. Is there a way to specify a ‘run as’ account? I need to run a script with admin rights and I’ve specified an account in the ‘Execute PS Script’ options. But that account only seems to be used to connect to the target computer and not to run the script. Am I missing something?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3502443" width="1" height="1"&gt;</description></item><item><title>re: OIS - Integration Pack for PowerShell Script Execution 1.00</title><link>http://blogs.technet.com/b/charlesjoy/archive/2011/05/04/ois-integration-pack-for-powershell-script-execution-1-00.aspx#3498599</link><pubDate>Fri, 18 May 2012 02:17:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3498599</guid><dc:creator>Armand Campo</dc:creator><description>&lt;p&gt;Hello Charles. Great stuff! I&amp;#39;m hoping\assuming this IP helps get around the whole SCORCH=32bit Exchange etc 64bit Powershell comandlets issue etc correct? I&amp;#39;m speaking specfically to this issue: &lt;a rel="nofollow" target="_new" href="http://social.technet.microsoft.com/Forums/en-US/scoscip/thread/53d58dce-d4d4-41f1-bb88-37be4d424c7e"&gt;social.technet.microsoft.com/.../53d58dce-d4d4-41f1-bb88-37be4d424c7e&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;I believe I&amp;#39;ve installed the IP sucessfully &amp;amp; have the config correct as I no longer receive any errors about connectivity when running in the tester but alas while the runbook completes with out error nothing is actually happening. &lt;/p&gt;
&lt;p&gt;Let me explain what I&amp;#39;m trying to do; very simple PS script to set FullAccess perms on an Exchange mailbox. the alias of the mailbox and the person needing access are inputs to the PS script via the published data in the bus. It runs fine, but nothing happens and I know the scipt is exactly perfect because it runs in PS fine. Is this still the 32bit vs. 64bit debacle above perhaps yet its somehow not producing an error? &lt;/p&gt;
&lt;p&gt;We were able to find a different workaround using the following in a PS script using the .Net object:&lt;/p&gt;
&lt;p&gt;$ErrorActionPreference = &amp;quot;Stop&amp;quot;&lt;/p&gt;
&lt;p&gt;C:\Windows\Sysnative\WindowsPowershell\v1.0\Powershell.exe `&lt;/p&gt;
&lt;p&gt;-NonInteractive -Command {Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin &lt;/p&gt;
&lt;p&gt;Add-MailboxPermission -Identity User1 -AccessRights FullAccess -User User2}&lt;/p&gt;
&lt;p&gt;The above is from this article: &lt;a rel="nofollow" target="_new" href="http://www.purgar.net/using-exchange-2010-cmdlets-in-system-center-orchestrator/"&gt;www.purgar.net/using-exchange-2010-cmdlets-in-system-center-orchestrator&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lastly...any idea when MS will simply make SCORCH 64bit? It seems ridiculous that it was recoded from Opalis 6.3 to 64 bit in the first place yet it&amp;#39;s full power using the .Net object is really limited due to this architecture mismatch. Many thanks!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3498599" width="1" height="1"&gt;</description></item><item><title>re: OIS - Integration Pack for PowerShell Script Execution 1.00</title><link>http://blogs.technet.com/b/charlesjoy/archive/2011/05/04/ois-integration-pack-for-powershell-script-execution-1-00.aspx#3498184</link><pubDate>Tue, 15 May 2012 21:14:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3498184</guid><dc:creator>Kevin Verhoeven</dc:creator><description>&lt;p&gt;Nice job Charles, I love the IP! I have one question. If the PowerShell script fails, like in your VMM PowerShell Snap-in example above, why wouldn&amp;#39;t the object fail?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3498184" width="1" height="1"&gt;</description></item><item><title>re: OIS - Integration Pack for PowerShell Script Execution 1.00</title><link>http://blogs.technet.com/b/charlesjoy/archive/2011/05/04/ois-integration-pack-for-powershell-script-execution-1-00.aspx#3441750</link><pubDate>Thu, 14 Jul 2011 19:40:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3441750</guid><dc:creator>Charles Joy [MSFT]</dc:creator><description>&lt;p&gt;a) Yes&lt;/p&gt;
&lt;p&gt;b) This sounds like a configuration issue with one of the objects generating multiple values, which downstream objects have to execute individually (one of the rules of pipeline runbook execution). Please refer to this: &lt;a rel="nofollow" target="_new" href="http://www.youtube.com/watch?v=reENEB2cgNQ"&gt;www.youtube.com/watch&lt;/a&gt;. Looping does not occur unless explicitly configured. If nothing else works, you can create two separate workflows, one for each object, and then have another workflow call those sub-workflows sequentially.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3441750" width="1" height="1"&gt;</description></item><item><title>re: OIS - Integration Pack for PowerShell Script Execution 1.00</title><link>http://blogs.technet.com/b/charlesjoy/archive/2011/05/04/ois-integration-pack-for-powershell-script-execution-1-00.aspx#3440706</link><pubDate>Mon, 11 Jul 2011 16:58:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3440706</guid><dc:creator>Dung K Hoang</dc:creator><description>&lt;p&gt;Thanks for a very convenient IP for PowerShell. Just 2 quick comments:&lt;/p&gt;
&lt;p&gt;a) Can I run a PS script instead of typing the code in the windows? I assume that the answer is Yes.&lt;/p&gt;
&lt;p&gt;b) I notice that when I added 2 PS scripts in the pipeline, the last one goes into an endess loop.&lt;/p&gt;
&lt;p&gt;The PS code in those activitites ( objects) are exaclty the same. If there is only one object, the workflow stops correctly.&lt;/p&gt;
&lt;p&gt;Any hint?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3440706" width="1" height="1"&gt;</description></item></channel></rss>