Browse by Tags

All Tags » PowerShell (RSS)

PowerShell Navigation Provider for Coral8

A couple of months ago I put together a quick PowerShell based stream reader for Coral8 .   While it was fun to write, beyond demos, it didn't see much use - lack of easy discoverability about which streams were available meant that it was easier...
Posted by Scott Weinstein | 1 comment(s)
Filed under: , , ,

Coral8 Stream reader in Powershell

A little something I cooked up last night # ./Get-C8Tuple ccl://localhost:6789/Stream/Default/Proj/outStream param ([string]$curl,[int]$maxRows=-1) function Resolve-Url($url) { $wc = new-object Net.WebClient $urib = [UriBuilder] $url $urib.Scheme = "http...
Posted by Scott Weinstein | 1 comment(s)
Filed under: , ,

More than one way to do it, Part I - Powershell

So my coworker , err boss :) seems to have started playing with Powershell, which is great. It looks like his first foray into PowerShell development is a commandlet for tibco ems topics . My initial feeling on this is that the benefits of commandlets...

PowerShell talk at NY .Net Meetup

I'll be giving a presentation on PowerShell at the New York .Net Meetup this Tues, Feb 19, concentrating on how PowerShell is a key tool for windows and .net developers.
Posted by Scott Weinstein | with no comments
Filed under: , ,
More Posts