Skip to main content

Home/ Coders/ Group items tagged PowerShell

Rss Feed Group items tagged

Joel Bennett

Using WS-Man to invoke a Powershell Cmdlet - Windows Management Infrastructure Blog - 1 views

  •  
    A simple SOAP template example of invoking a PowerShell command remotely via WS-Man (WinRM) ... this is one way you could build a PowerShell remoting client for non-PowerShell platforms.
Joel Bennett

Run PowerShell as a shell within Emacs -- All About Interop - 0 views

  •  
    Run PowerShell as the internal shell within Emacs. Note: there's a good link on here to a PowerShell script syntax file, and lots of .net-related emacs content...
Joel Bennett

PowerShell Programming - Book - Cource Code Download - 0 views

  •  
    The latest PowerShell book is about how to write FOR PowerShell, rather than in it. Professional Windows PowerShell Programming: Snapins, Cmdlets, Hosts and Providers
htmlslicemate.com

Say Hello to PowerShell - 0 views

  •  
    PowerShell is Microsoft's task automation framework, consisting of a command-line shell, an integrated scripting environment (ISE), a scripting language built on .NET Framework, an API allowing you to host PowerShell in your .NET applications, and it is a distributed automation platform. PowerShell provides full access to COM and WMI, enabling you to perform tasks on both local and remote Windows systems. PowerShell is a new breed platform for automation, in that it solves administration and adaptability challenges by seamlessly integrating the .NET Framework. It's good for developers, administrators, testers and more. Based on .NET, the tool drives down costs, while providing developers and administrators a simple and enterprise-ready way to automate, measure and improve all of their processes.
Joel Bennett

The PowerShell Guy : PowerShell : Accessing alternate data-streams in NTFS - 0 views

  •  
    This article about accessing Alternate Data Streams in PowerShell is very interesting because it shows how easy it is to EXTEND a TYPE in PowerShell with some simple XML and a few lines of code.  VERY cool.
Joel Bennett

PowerShellTunnel - script your app from PowerShell at runtime - Code Gallery - 0 views

  •  
    A new approach to creating scriptable apps: allow your users to use an ordinary PowerShell console to access your application's objects (which are explicitly hosted in another PowerShell runspace) at runtime, including tab expansion and piping objects into and out of your application....
Joel Bennett

PowerShell for SVN - AnkhSvn - 0 views

  •  
    The subversion repository for PowerShell scripts/snapins for SVN
Joel Bennett

Powershell script blocks as .NET event handlers - 0 views

  •  
    How to handle Events in PowerShell (another example of things you just can't do in a string based shell?) a GREAT example of how using PowerShell leads to .Net programming (and how knowing .NET programming translates into knowing PowerShell).
Joel Bennett

Windows PowerShell : Creating arbitrary delegates from scriptblocks in PowerShell... - 0 views

  • The script text follows... (updated - I missed the type argument to the box instruction in the first version posted.)  
    • Joel Bennett
       
      He only fixed the code that appears inline in the post below. The attachment is NOT fixed and does not work if you need to box parameters.
  •  
    A script to emit callback functions from powershell script.
Joel Bennett

How to Create a Remote PowerShell Runspace - 3 views

  •  
    An example of creating runspaces using WS-Managment to execute PowerShell script
  •  
    This example shows how to create a runspace that uses WS-Management-based remoting to run commands on the local host. This same code could be used to connect to a remote computer.
Joel Bennett

Using Dynamics To Call PowerShell in C# | Adam Driscoll's Blog - 4 views

  •  
    A Fluent interface wrapper for calling PowerShell in a way that LOOKS like C# ;-)
Joel Bennett

MSBuild Windows PowerShell Task Factory - Home - 3 views

  •  
    A MSBuild 4.0 task factory that demonstrates hosting Windows PowerShell
Joel Bennett

Extract and Build from Team System using PowerShell -- CodeProject - 0 views

  •  
    A PowerShell script to extract source code from Team System version control and automate the build process
Joel Bennett

Precision Computing - Calling a Webservice from PowerShell - 0 views

  •  
    Connect-WebService allows you to connect to a remote webservice via it's WSDL service description file, and generates the web service proxy for you -- like wsdl.exe would, but straight into memory in PowerShell!
Joel Bennett

Cmdlets: Extend Windows PowerShell -- MSDN Magazine, December 2007 - 0 views

  •  
    Finally, a complete MSDN magazine article on how to write cmdlets for PowerShell.
Joel Bennett

WiX Extension for PowerShell Snap-ins - 0 views

  •  
    A WiX extension for installing PowerShell snapins
Joel Bennett

PowerShell Debug Visualizer - CodePlex - 0 views

  •  
    A Visual Studio Debug Visualizer ... that hosts powershell and exposes the objects being debugged ... to let you do whatever you like!
Joel Bennett

Test Run: UI Automation with Windows PowerShell -- MSDN Magazine, December 2007 - 0 views

  •  
    Some helper cmdlets to get you started doing UI Automation from PowerShell (findwindow, sendkeys, etc)
Joel Bennett

Powershell (Editing) for Visual Studio - CodePlex - 0 views

  •  
    PowerShell script editing in Visual Studio?
Joel Bennett

PS Expect: PowerShell Scripts for Testing - CodePlex - 0 views

  •  
    A project to implement xUnit-style Assert-* functions to make it easier to use PowerShell as a testing language.
1 - 20 of 71 Next › Last »
Showing 20 items per page