Skip to main content

Diigo Home
Home/ PowerShell/ Group items tagged Scripting

Rss Feed Group items tagged

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

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 :-)
Eric Kraus

THE SharePoint PowerShell Module (SPoshMod) - 0 views

  • Eric Kraus
     
    Great new set of useful functions for SharePoint administration in a convenient Module...project looking for feedback and more script ideas to add!
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

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.
Joel Bennett

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

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

NodeXL + PowerShell: a visual SQL Dependency Graph - 0 views

  • Joel Bennett
     
    Greg's Cool [Insert Clever Name] of the Day for Monday was a great post on building dependency viewers with Show-NetMap ... using an example of SQL object dependencies.
Joel Bennett

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

  • Joel Bennett
     
    A project to implement xUnit-style Assert-* functions to make it easier to use PowerShell as a testing language.
Joel Bennett

PSEventing for PowerShell 1.0 - Pro Windows PowerShell - 0 views

  • Joel Bennett
     
    A free book chapter fom SpringerLink from Hristo Deshev's Pro Windows Powershell
Joel Bennett

Windows PowerShell 1.0 Essentials - Techotopia - 0 views

  • Joel Bennett
     
    A whole bunch of good getting-started guides for PowerShell
Joel Bennett

PowerShell wrapper functions for Log4net - CodePlex - 0 views

  • Joel Bennett
     
    Dozens of functions for using and managing Log4Net from PowerShell script...
Joel Bennett

PoshBoard - PowerShell powered Intranet - CodePlex - 0 views

  • Joel Bennett
     
    PoshBoard is the open source intranet portal based on DropThings and PowerShell...
Joel Bennett

CloudBerry Explorer - Windows Client for Amazon S3 - 0 views

  • Joel Bennett
     
    Browse S3 buckets, copy and move files between Amazon S3 and local computer, copy file between two S3 accounts, setup file access permissions ... automate with PowerShell
Joel Bennett

MSH Logo - PowerShell as an extensibility point - 0 views

  • Joel Bennett
     
    Lee Holmes has a great example of how you can use PowerShell to let users write macros/scripts for your application: LOGO for PowerShell -- yeah, you know: turtle.Left(5) ...
Joel Bennett

Media And Microcode : Microcode: PowerShell Scripting Tricks: More Joy of Hashtables (with ... - 0 views

  • Joel Bennett
     
    The first hint from Microsoft about the new script documentation (comments that get turned into help) in PowerShell 2 (CTP3+). Oh yeah, and a neat script to turn Hashtables into custom PSObjects.
Joel Bennett

PSBASE, PSEXTENDED, PSADAPTED, and PSOBJECT - 0 views

  • Joel Bennett
     
    Some notes on the extended stuff in PowerShell's Adaptive Type System ... PsObject is incredibly useful ;-)
Joel Bennett

PowerShell's Adaptive Type System - PowerShell Team Blog - 0 views

  • Joel Bennett
     
    An example of what's possible with ps1xml type deffinitions, and how you can improve on the default Add-Type, and use ps1xml the way you use extension methods in C#
1 - 20 of 38 Next ›
Showing 20 items per page