Stories recently tagged with 'PowerShell'

A Mercurial PowerShell Prompt(blogs.msdn.com)

submitted by jemtsjemts(591) 1 year, 10 months ago

A Mercurial prompt for PowerShell that display the status of the current working directory. read more...

add a comment |category: |Views: 36

tags: another

Scripting IIS7 With PowerShell(www.gregshackles.com)

submitted by gshacklesgshackles(156) 1 year, 11 months ago

A simple example of how to use PowerShell to manage IIS7 virtual directories and switch between branches in version control. read more...

add a comment |category: |Views: 21

tags: another

Finding stuff quickly (or searching through code effectively)(mohundro.com)

submitted by DippyDogDippyDog(15) 2 years, 8 months ago

David Mohundro shows off some PowerShell ninja moves with a script that searches for a string and returns a list of files, line numbers, and context excerpts with search parameter highlighting, all from the command line. read more...

add a comment |category: |Views: 2

tags: another

When PowerShell hash table magic backfires(tellingmachine.com)

submitted by KlausKlaus(755) 3 years, 1 month ago

We just made it through the holidays and I finally found time to write about the most annoying thing in PowerShell: Hash table semi-automatic, which can easily result in some subtle bugs. And all of that, just because the hash tables don't behave as I would expect. I assumed hash tables to be implicitly sorted by the keys using the Sort-Object cmdlet and to always stay hash tables and not get converted into arrays of Dictionary Entries or even a single Dictionary entry when piped into a Where-Object cmdlet. To workaround these strange defects you need to apply some unnatural constructs and roll your own select statements. It just doesn't feel fair to make your children call GetEnumerator() before they try to find today's window on their Advents Calendar. read more...

add a comment |category: |Views: 19

tags: another

Dear PowerShell Santa...(tellingmachine.com)

submitted by KlausKlaus(755) 3 years, 1 month ago

PowerShell has a great potential, but it needs professional tool support in order for it to mature. The current solutions are far too amateur. Here is my list of PowerShell improvements for Santa Claus read more...

add a comment |category: |Views: 17

tags: another

One PowerShell Script to download PDC2008 Videos, Code and PowerPoints(tellingmachine.com)

submitted by KlausKlaus(755) 3 years, 2 months ago

Yes I did it. I downloaded all 65,563,667,714 bytes and saved them as 407 files on my nice new WD Passport hard drive that I brought home from the PDC2008. And, yes I did it the old fashioned manual way: Right-Click on link and Save-As. But you don't have to do it. In this blog post I provide the metadata of all the files I downloaded and a PowerShell script that will help you automating the download process. Besides the PDC content you also get to a treasure trove of PowerShell scripting techniques ranging from dynamically generating Regular Expressions to loading meta-data form XML and CSV files. read more...

add a comment |category: |Views: 229

tags: another

PowerShell Scripting for SharePoint Version(manish-sharepoint.blogspot.com)

submitted by Manish.GoyalManish.Goyal(50) 3 years, 3 months ago

Get the basic details of PowerShell and see how it works with SharePoint to get its version details... read more...

1 comment |category: |Views: 46

tags: another

PowerShell & WebServices(cglessner.blogspot.com)

submitted by cglessnercglessner(75) 3 years, 5 months ago

In this posting I'm going to show how you can generate a Webservice-Proxy on the fly in PowerShell. After that we'll use it with a SharePoint WebService. To generate the Webservice-Proxy Source Code we will use the Windows SDK Tool wsdl.exe. Then we'll compile the generated code with the .NET Framework Compiler csc.exe and load it into the PowerShell. read more...

add a comment |category: |Views: 31

tags: another

PowerShell & SharePoint - Quick Start (cglessner.blogspot.com)

submitted by cglessnercglessner(75) 3 years, 5 months ago

SharePoint and PowerShell are a perfect match. Here's the PowerShell profile I'm using on all my Sharepoint Dev. Boxes. A must have! read more...

add a comment |category: |Views: 31

tags: another

SharePoint Designer PowerActiviy-The Most Powerfull Activity On Earth(cglessner.blogspot.com)

submitted by cglessnercglessner(75) 3 years, 5 months ago

I've just released the V1.0 of PowerActivity for SharePoint Designer. Anything PowerShell can do, anything PowerActivity can do. That's really, really a lot :-) read more...

add a comment |category: |Views: 26

tags: another

Speeding Up PowerShell Startup(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

I talked about this before but a number of people have missed it so here it is under a better title. In V1, we had a problem which caused our assemblies to not get ngen'ed during installation. If you don't know what "ngen" is, don't worry - you don't need to. All you need to know is that we didn't do the step that makes things go fast on your machine. The instructions for how to fix this are HERE. http://blogs.msdn.com/powershell/archive/2007/11/08/update-gac-ps1.aspx You should stop what you are doing and go run that script. If you've already done this in the past, it will be harmless but if you haven't, you'll be amazed at the improvement in startup times. Please tell all your friends to do this as well. A lot of people don't know about it and have a bad opinion about PowerShell startup times. After people run it, the typical reaction is, "WOW!". Cheers! Jeffrey Snover [MSFT] Windows Management Partner Architect read more...

1 comment |category: |Views: 9

tags: another

Easily Downloading and Installing the Sysinternals Suite(wintellect.com)

submitted by drmohundrodrmohundro(374) 3 years, 9 months ago

Nice script from John Robbins to automate getting the latest and greatest from Sysinternals. read more...

add a comment |category: |Views: 12

tags: another

PowerShellTunnel - script your app from PowerShell at runtime(code.msdn.microsoft.com)

submitted by mathobbsmathobbs(10) 3 years, 10 months ago

Use an ordinary PowerShell console to access your application's objects (explicitly hosted in a PowerShell runspace) at runtime, including tab expansion and piping objects into and out of your application. (This is a C#/PowerShell MSDN Code Gallery project with source.) read more...

add a comment |category: |Views: 13

tags: another

Stream-oriented programming in PowerShell(atalasoft.com)

submitted by loumfloumf(120) 3 years, 11 months ago

PowerShell support OO, but it shines when you implement stream-oriented Cmdlets. read more...

add a comment |category: |Views: 13

tags: another

Command Line Tool vs. PowerShell Cmdlet(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 4 years ago

A real world test about whether PowerShell cmdlets are a viable alternative to command line tools, and whether dual implementations are a feasible option. read more...

add a comment |category: |Views: 16

tags: another

Short Introduction to Powershell(ekampf.com)

submitted by ekampfekampf(3195) 4 years, 1 month ago

A short introduction to Powershell... read more...

add a comment |category: |Views: 9

tags: another