<?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>TechProsaic &#187; Citrix</title>
	<atom:link href="http://halr9000.com/article/category/software/citrix/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com</link>
	<description>(powershell &#38; other stuff)</description>
	<lastBuildDate>Sat, 28 Jan 2012 21:29:12 +0000</lastBuildDate>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Hidden PowerShell Cmdlets come with Citrix Workflow Studio</title>
		<link>http://halr9000.com/article/512</link>
		<comments>http://halr9000.com/article/512#comments</comments>
		<pubDate>Sun, 13 Jul 2008 13:58:48 +0000</pubDate>
		<dc:creator>halr9000</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://halr9000.com/article/512</guid>
		<description><![CDATA[This was something implied by Peter Schulz (but not admitted—oh no, he’s in Marketing!) when Jonathan and I interviewed him on the podcast, and I’ve verified it this morning.&#160; (See the podcast show notes for links to download WFS.)&#160; Have a look-see: 45# Get-PSSnapin -Registered &#124; ? { $_.Vendor -match 'Citrix' } Name : ArdencePSSnapIn [...]]]></description>
			<content:encoded><![CDATA[<!-- no icon for 'Citrix' --><a href="http://halr9000.com/article/category/programming/scripting/powershell" title="Powershell"><img src="/wp-content/icons/topic_powershell.png" align="right" width="70" height="53" alt="Powershell" /></a>
<p>This was something implied by Peter Schulz (but not admitted—oh no, he’s in Marketing!) when Jonathan and I interviewed him on the <a title="PowerScripting Podcst Episode 32 - Citrix Does PowerShell" href="http://powerscripting.wordpress.com/2008/07/07/episode-32-citrix-does-powershell/">podcast</a>, and I’ve verified it this morning.&#160; (See the podcast show notes for links to download WFS.)&#160; Have a look-see:</p>
<div>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none">45<span style="color: #008000"># Get-PSSnapin -Registered | ? { $_.Vendor -match 'Citrix' }</span>

Name        : ArdencePSSnapIn
PSVersion   : 2.0
Description : This is a PSSnapin <span style="color: #0000ff">for</span> Citrix<span style="color: #006080">'s Provisioning Server commands.

Name        : NetScalerPSSnapIn
PSVersion   : 2.0
Description : This is a PSSnapin for Citrix'</span>s NetScaler commands.

Name        : XenAppPSSnapIn
PSVersion   : 2.0
Description : This is a PSSnapin <span style="color: #0000ff">for</span> Citrix's XenApp commands.</pre>
</div>
<p>It’s as easy as cake to add these to your session and start messing around.&#160; I’ll leave that to someone like <a href="http://bsonposh.com">Brandon Shell</a> who actually has some of these products laying around.&#160; <img src='http://halr9000.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#160;</p>
<div>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none">52<span style="color: #008000"># Get-Command -PSSnapin Ard*,NetSc*,Xen* | group pssnapin</span>

Count Name                      Group
----- ----                      -----
   26 XenAppPSSnapIn            {Add-Application, Add-Server, Connect-Farm, Disable-Appli...
   34 ArdencePSSnapIn           {Add-Ardence.Client, Add-Ardence.Server, Add-Ardence.vDis...
   49 NetScalerPSSnapIn         {Add-NetScaler.HTTPService, Add-NetScaler.IP, Add-NetScal...

53<span style="color: #008000"># Get-Command -PSSnapin Ard*,NetSc*,Xen* | group verb</span>

Count Name                      Group
----- ----                      -----
   10 Add                       {Add-Application, Add-Ardence.Client, Add-Ardence.Server,...
    2 Bind                      {Bind-NetScaler.LBMonitorToService, Bind-NetScaler.LBVSer...
    1 Boot                      {Boot-Ardence.Client}
    4 Check                     {Check-Ardence.ClientExists, Check-Ardence.ServerExists, ...
    3 Clear                     {Clear-NetScaler.LBMonitorScript, Clear-NetScaler.LBMonit...
    1 Close                     {Close-NetScaler.Connection}
    1 Connect                   {Connect-Farm}
    8 Disable                   {Disable-Application, Disable-NetScaler.IP, Disable-NetSc...
    1 Disconnect                {Disconnect-Session}
    8 Enable                    {Enable-Application, Enable-NetScaler.IP, Enable-NetScale...
   30 Get                       {Get-Application, Get-Ardence.Client, Get-Ardence.ClientC...
    1 Initialize                {Initialize-NetScaler.Connection}
    1 Logoff                    {Logoff-Session}
    1 Map                       {Map-Ardence.vDisk}
    3 Modify                    {Modify-ApplicationGroup, Modify-ApplicationUser, Modify-...
    1 New                       {New-Ardence.vDisk}
    1 Publish                   {Publish-Application}
    1 Reboot                    {Reboot-Ardence.Client}
   10 Remove                    {Remove-Application, Remove-Ardence.Client, Remove-Ardenc...
    2 Restart                   {Restart-Ardence.ServerService, Restart-NetScaler.NS}
    1 Save                      {Save-NetScaler.Config}
    1 Send                      {Send-Ardence.ClientMessage}
   10 Set                       {Set-ApplicationAccount, Set-Ardence.Client, Set-Ardence....
    1 Shutdown                  {Shutdown-Ardence.Client}
    1 Start                     {Start-Ardence.ServerService}
    1 Stop                      {Stop-Ardence.ServerService}
    2 Unbind                    {Unbind-NetScaler.LBMonitorFromService, Unbind-NetScaler....
    1 Unlock                    {Unlock-Ardence.vDisk}
    1 Unmap                     {Unmap-Ardence.vDisk}</pre>
</div>
</p>
<p>Looks pretty tasty!</p>
]]></content:encoded>
			<wfw:commentRss>http://halr9000.com/article/512/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New PowerShell Toy &#8211; Citrix Workflow Studio</title>
		<link>http://halr9000.com/article/493</link>
		<comments>http://halr9000.com/article/493#comments</comments>
		<pubDate>Sun, 08 Jun 2008 22:30:58 +0000</pubDate>
		<dc:creator>halr9000</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://halr9000.com/article/493</guid>
		<description><![CDATA[Click on the pic for more details including download link (My Citrix registration required).&#160; I havenâ€™t touched it yet so donâ€™t have much to share.&#160; All I do know is that this is a product recently acquired by Citrix from another company.&#160; Beyond the re-branding, I donâ€™t know what theyâ€™ve changed.&#160; (Link from the excellent [...]]]></description>
			<content:encoded><![CDATA[<!-- no icon for 'Citrix' --><a href="http://halr9000.com/article/category/programming/scripting/powershell" title="Powershell"><img src="/wp-content/icons/topic_powershell.png" align="right" width="70" height="53" alt="Powershell" /></a>
<p>Click on the pic for more details including download link (My Citrix registration required).&#160; I havenâ€™t touched it yet so donâ€™t have much to share.&#160; All I do know is that this is a product recently acquired by Citrix from another company.&#160; Beyond the re-branding, I donâ€™t know what theyâ€™ve changed.&#160; (Link from the excellent <a href="http://www.virtualization.info/">Virtualization.info</a> blog.)</p>
<p><a href="http://www.virtualization.info/2008/06/citrix-releases-workflow-studio-10-beta.html"><img title="image" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="608" alt="image" src="http://halr9000.com/stuff/NewPowerShellToyCitrixWorkflowStudio_10454/image.png" width="578" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://halr9000.com/article/493/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

