Skip to main content

Home/ Groups/ PowerShell
Steven Murawski

Jeffrey Snover: Distinguished Engineer - 0 views

  •  
    Congrats Jeffrey!
Joel Bennett

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

  •  
    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.
Steven Murawski

SQL Server Central - 0 views

  •  
    PowerShell script for port scanning
Joel Bennett

PsTFS - CodePlex - 0 views

  •  
    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

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

SQLPSX 1.5 Release - Windows Live - 0 views

  •  
    SQL Server PowerShell Extensions new release.
Joel Bennett

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

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

Tied Variables in PowerShell - Windows PowerShell Blog - 0 views

  •  
    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

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

A Guide to getting started with Windows PowerShell. - 0 views

  • To summarize, here’s how you run from scripts from within Windows PowerShell:•Make sure you’ve changed your execution policy. By default, PowerShell won’t run scripts at all, no matter how you specify the path.•To run a script, specify the entire file path, or either: 1) use the .\ notation to run a script in the current directory or 2) put the folder where the script resides in your Windows path.•If your file path includes blank spaces, enclose the path in double quote marks and preface the path with an ampersand.
    • Brian Sliger
       
      Things to remember
  •  
    Here is some useful information on Running Windows Powershell Scripts. Information is provided for running scripts from within Powershell, or without starting Powershell. There is a link provided to a help file for the Execution Policy to those that want to view it in a standard Windows format.
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
Steven Murawski

PowerQuery - 0 views

  •  
    LINQ to SQL functionality in PowerShell
Joel Bennett

Visio with IronPython & Powershell - Saveen Reddy's - 0 views

  •  
    The Visio Automation project will let you do ... a lot of things ... from PowerShell. Here's just a tiny taste.
« First ‹ Previous 181 - 193
Showing 20 items per page