Skip to main content

Diigo Home
Home/ PowerShell/ Contents contributed and discussions participated by Joel Bennett

Contents contributed and discussions participated by Joel Bennett

Joel Bennett

Managing Remote (WinRM) Shell Sessions - Windows PowerShell Blog - 0 views

  • Joel Bennett
     
    Scenario: Using PowerShell remoting, normal users can perform non-admin tasks on a machine remotely. There might be situations where an Administrator of the machine may want to terminate specific sessions created by specific users.
  • Joel Bennett
     
    Short version: use the Get-WSManInstance cmdlet, duh!
Joel Bennett

LINQ through PowerShell - B# .NET Blog - 0 views

  • Joel Bennett
     
    Writing LINQ in PowerShell without breaking lazy enumeration...
Joel Bennett

TimeTag PowerShell time series database - 0 views

  • Joel Bennett
     
    "TimeTag is an open source time series database for Windows PowerShell and the .NET framework. A time series database is useful for capturing and compressing time series data into a fixed size container."
  • Joel Bennett
     
    Is anyone using this? Have example apps/scripts/deployments?
Joel Bennett

Bling DSL for C#/WPF - Home - 0 views

  • Joel Bennett
     
    "Bling is a C#-based library for easily programming images, animations, interactions, and visualizations on Microsoft's WPF/.NET. Bling is oriented towards design technologists, i.e., designers who sometimes program, to aid in the rapid prototyping of rich UI design ideas. "
Joel Bennett

ColorCode - Syntax Highlighting/Colorization for .NET - Release: ColorCode 1.0 - 0 views

  • Joel Bennett
     
    ColorCode is the syntax highlighting code which supports CodePlex -- will someone PLEASE write a PowerShell language for it and donate it to them?
Joel Bennett

.NET Security Blog : Using CasPol to Fully Trust a Share - 0 views

  • Joel Bennett
     
    This is necessary if you want to load .net assemblies (like compiled PowerShell snapins/modules) from a network share! Without setting up your CasPol settings you can neither load a snapin, import a module, or use Assembly.LoadFrom
Joel Bennett

Overlord Verbs: a Proposal - 0 views

  • Joel Bennett
     
    The Mozilla Ubiquity project now (as of 0.5) has a fully "natural language" parser ... with official standard verbs. A lot like PowerShell ... but with a much more robust (natural language) parser. Not much need to learn syntax here.
Joel Bennett

AutoPowerShell - Overview - Rubbersoft - 0 views

  • Joel Bennett
     
    A script host for Windows Powershell 2.0 that allows one to ... run scripts from hot keys, or automatically at log in time, run them in STA or MTA mode, run them hidden from the desktop, etc. Scripts can be monitored and killed from the system tray icon.
Joel Bennett

Windows PowerShell Blog : PowerBoots 0.2 is Now Available - 1 views

  • Joel Bennett
     
    It's always fun to get mentioned on the PowerShell blog, but especially so when it happens right away :-)
Joel Bennett

PowerShell Invoker (PsInvoker) - CodePlex - 0 views

  • Joel Bennett
     
    A small library for your apps ... implements the bare minimum to allow you to execute a powershell script and get the results back as text.
Joel Bennett

PowerShell V2 Quick Tips: Finding Extra Outputs From Your Script -Windows PowerShell Blog - 0 views

  • Joel Bennett
     
    VERY useful tip on how to find those annoying spots where your function or script is leaking output.
Joel Bennett

(Virtual) Service Accounts Step-by-Step Guide - 0 views

  • Joel Bennett
     
    ...managed service accounts and virtual accounts on client computers running Windows Server 2008 R2 and Windows...
Joel Bennett

mRemote - full-featured, multi-tab remote connections manager - 0 views

  • Joel Bennett
     
    Supports RDP, VNC, SSH, Telnet, RLogin, and many more... in a multi-tabbed app.
Joel Bennett

visionapp Software - visionapp Freeware - 0 views

  • Joel Bennett
     
    We need to pester these guys to offer some PowerShell automation support ;-)
  • Joel Bennett
     
    vRD 2009 supports RDP, ICA, VNC, SSH, Telnet, HTTP and HTTPS. enabling you to administrate remote computers in Windows, Citrix, Linux/Unix and Macintosh environments...
Joel Bennett

Increasing visibility of cmdlet design guidelines - Windows PowerShell Blog - 0 views

  • Joel Bennett
     
    The PowerShell team is going to be making it a lot more uncomfortable for developers to violate the cmdlet design guidelines...
Joel Bennett

Dev Environment for PowerShell - 0 views

  • Joel Bennett
     
    Tries first for .NET 3.5 and VS2008. Failing that, falls back to .NET 3.0/VS2005 ...
Joel Bennett

PsTFS - CodePlex - 0 views

  • Joel Bennett
     
    TFSProvider allows you to navigate a TFS server's: WorkItems, SourceControl, TeamProject ... in PowerShell.
Joel Bennett

Getting a distinct list of changed files from TFS using PowerShell - 0 views

  • Joel Bennett
     
    Can I just say: [Microsoft.TeamFoundation.VersionControl.Client.ChangeType]::Merge is hideously long. PowerShell really needs "Using"
  • Joel Bennett
     
    This post really digs into Get-TfsItemHistory ...
Joel Bennett

PowerShell Mode for Oslo's Intellipad -Doug Finke - 0 views

  • Joel Bennett
     
    Slick "PowerShell mode" lets you execute PowerShell script in Intellipad.
Joel Bennett

Tied Variables in PowerShell - Windows PowerShell Blog - 0 views

  • Joel Bennett
     
    This is at the top of my list of crazy things ... I'm not 100% sure why you'd want to use a variable instead of a function badly enough to do this, but I guess variables are a lot easier to work into a string. Plus, it's obviously cool.
1 - 20 of 107 Next › Last »
Showing 20 items per page