Skip to main content

Home/ PowerShell/ Group items tagged #development

Rss Feed Group items tagged

Joel Bennett

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

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

PsCoder (PowerShell Script Editor for Eclipse) - Google Code - 0 views

  •  
    An eclipse plugin which gives you a PowerShell editor with syntax highlighting, content-assist for cmdlets, etc.
Joel Bennett

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

  •  
    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

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

  •  
    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

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

  •  
    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

  •  
    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

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

MobileShell SDK - Developing against PowerGUI Pro MobileShell - 0 views

  •  
    everything you see in MobileShell ... including settings dialog boxes and intellisense is exposed as web services. You can write your own apps and execute any PowerShell scripts in production environment over HTTP/HTTPS, preserve session state, even get meta information such as intellisense.
Joel Bennett

pita-threshold - Dan Dascalescu's Wiki - 0 views

  •  
    Where one draws the line and says "I give up" after making a certain amount of effort.
Joel Bennett

PowerShell - The Patchwork of Paths, PSPaths and ProviderPaths -- Nivot Ink - 2 views

  •  
    How paths work in PowerShell (particularly, from an API point of view).
Joel Bennett

PowerShell Remote File Explorer - 0 views

  •  
    A basic remote file-system explorer based on powershell providers and using pmodem for file transfers from remote systems
Joel Bennett

Nivot Ink - PowerShell - Function Parameters & .NET Attributes - 0 views

  •  
    You can attach "any" attribute to your function parameters ... (gi function:foo).parameters.str.attributes.add((new-object System.ObsoleteAttribute) )
Joel Bennett

Windows Azure Code Samples - MSDN Code Galler - 1 views

  •  
    The Windows Azure Code Samples includes samples for running CGI apps, services, websites, and even PowerShell on Azure.
Joel Bennett

PowerConsole - Visual Studio plugin PowerShell Console - 1 views

  •  
    VS2010
Joel Bennett

How to Merge PDF Files using PowerShell and PDFsharp - 0 views

  •  
    PDFsharp is an Open Source .NET library used to create and modify PDF documents programmatically from .NET languages like C# or PowerShell. 
Joel Bennett

ModelCopier - An easy way to update models in your ASP.NET MVC business layer - Raj Kaimal - 2 views

  •  
    Automatically copies values (and references) from one object to another matching up on property name and type
Joel Bennett

PowerShell Integration Services - 1 views

  •  
    "A set of tools aimed at Extract Transform and Load tasks, focused on getting the most common ETL tasks done without SSIS."
Joel Bennett

Retrieving the COM class factory for component with CLSID -- MSDN Blogs - 0 views

  •  
    Retrieving the COM class factory for component with CLSID ... failed due to the following error: 80040154.
  •  
    I ran into this problem this morning trying to New-Object Microsoft.Web.Administration.ServerManager ... on the default x64 PowerShell host.
Joel Bennett

The Book of Sho - 0 views

  •  
    Python + .Net + Charts = Sho Stats, Signal processing and Optimization packages.
« First ‹ Previous 81 - 100 of 187 Next › Last »
Showing 20 items per page