Windows PowerShell - General
Talks about executing PowerShell script remotely in PowerShell console; also describes how to do the same thing in C# code.
Building WinPEs from AIK/ADK with Powershell
18 Oct 2013
Douglas M. Weems
Easily import Excel Sheets into PowerShell as PS Objects
4 Oct 2013
Chandra Hundigam
Very simple PowerShell cleanup script that will clean IIS 7 log files
23 Sep 2013
Oliver Kohl D.Sc.
This article presents you the latest PowerShell technology like new or extended cmdlets, Desired State Configuration, Windows Management Framework 4.0, and more.
Installing multiple SQL scripts using a single PowerShell script.
18 Sep 2013
Durgesh Nakkani
This tool copies MSI installers from a distributed server and installs it on a VM Wrokstation
29 Jul 2013
Oliver Kohl D.Sc.
This article presents you some capabilities of PowerShell like the usage of .NET Framework 4.0 and .NET threading.
18 Oct 2012
Jean Paul V.A
In this article we will explore a scenario of adding a custom User Profile property and generating a report based on it.
15 Aug 2012
Gary Stafford
Automate the creation of Task-type Work Items in TFS using PowerShell
10 Aug 2012
Gary Stafford
Use PowerShell 2.0 to aid in the delivery of build artifacts for release, by generating a manifest of file changes.
Powershell script that automatically installs and updates your Chromium browser in Windows
13 Apr 2012
Vivek Krishnamurthy
Power shell build script for multiple projects and solutions using MSBuild, with an option to fix the build error during the build and continue, without restarting the complete build.
How to write a Powershell script, which will first export all your projects (excluding source control data), then pack them with 7-Zip.
Generate a set of png pictures ready to print and cut directly from Excel by issuing a single command
PowerShell is powerful but can it handle gaming? - I thougth I would give it a try.
11 Jul 2011
Md Atiqur Rahman (Atique)
An article describing some of the tricks of PowerShell scripts and profile that enables you to get a bash like prompt in PowerShell and run applications more flexibly.
A first step in creating that magic "Developer PC Setup Script".
23 Aug 2010
Md. Marufuzzaman
The objective of this article (Part-1) is to introduce you with Microsoft Windows PowerShell.
23 Aug 2010
Md. Marufuzzaman
The objective of this article (Part 4) is to give you an introduction on how to integrate Microsoft Windows PowerShell with the Microsoft .NET library
21 Aug 2010
Md. Marufuzzaman
The objective of this article (Part 3) is to introduce you to Microsoft Windows PowerShell and learn some basic command of windows PowerShell.
18 Aug 2010
Md. Marufuzzaman
The objective of this article (Part 2) is to introduce you to using of VB / Microsoft .NET library, Function, Methods as well in your Microsoft Windows PowerShell script.
Introduction to how easy PowerShell makes working with XML programmatically
How to automate backing up Subversion repositories using Powershell
How to write custom PowerShell cmdlet.
How to write a snap-in for your custom cmdlet for PowerShell.
21 May 2008
Gideon Engelberth
A set of functions to provide the ability to save commands to be used in future PowerShell sessions.
22 Oct 2007
Shahar Gvirtz
In this article, you'll learn how to create a setup project to deploy your code with 0 lines of code.
20 Oct 2007
Shahar Gvirtz
Learn how to build a simple Windows PowerShell cmdlet, use parameters, wildcards, CustomPSSnapin, and the Extended Type System.