
Learning
Get flash to fully experience Pearltrees
Santhosh Sivarajan's Microsoft Technology Web Site
Creating a Managed Service Account
Getting the Contents of an Active Directory Integrated DNS Zone, Version 2
Tech Ed 2008 - Demo 2 - Administering Servers in Bulk - Benp's Guide to Stuff
Tech Ed 2008 - Demo 1 - Administering Windows - Benp's Guide to Stuff
This article was formerly titled "Automating IT Tasks with Windows PowerShell Overview."** Introduction and Getting Started PowerShell is a vast product, especially when you take into account how it's used in other products such as Lync Server, Exchange, and the Windows Operating System.
Windows PowerShell Survival Guide - TechNet Articles - Home - TechNet Wiki
Note: Notice the news of 2005-04-12! Table of Contents MAML - Overview Microsoft Assistance Markup Language (MAML) is a XML based markup language used by "Longhorn" Help.
MAML - Microsoft Assistance Markup Language
Scripting with Windows PowerShell
DFS-R Health Report for SYSVOL « blog.powershell.no
MSDN
TechNet
Windows PowerShell Survival Guide - TechNet Articles - Home - TechNet Wiki
Blogs
Scripting Series – Interesting things you can do with VBScript and Powershell – Post 1, Self Deletion « .\Matthew Long
Posted by Matthew on February 25, 2011 For the first challange i’m going to tackle in this series , we have the problem of self deletion. After quite a bit of experimentation, i found a powershell script cannot delete itself without help from some outside source. Having the script setup a scheduled task on a timer to delete itself is one option, and Scheduled tasks in powershell is certainly well documented on the internet. However, as i already wanted a simple way of students cleaning up their own machines (and telling someone who has never used powershell to run as an admin, set execution policy etc etc isn’t fun) i instead decided to go with a VBScript.This morning PowerWF and PowerSE 2.7 were released to the web and they can now be downloaded from http://www.powerwf.com . These releases offer a lot of new value to PowerWF and PowerSE users, as follows: PowerWF 2.7 Highlights New Start Page with New Workflows The start page in PowerWF has been completely redesigned to provide immediate value out of the box for PowerWF customers. The new design highlights the Workflow Library that is included with PowerWF, allowing customers to play workflows in the library without opening a workflow or script document.
Poshoholic
When you write a function, you can name a set of parameters and PowerShell will bind command line arguments to them. Any command line argument that is NOT bound do a parameter is available as $args. Let me illustrate: PS>function test ($a) {"Remaing args = $args"} PS>test -A value Remaing args = PS> PS>test -A value -B value2 -C this is a test Remaing args = -B value2 -C this is a test PS> PS>function test ($a,$b,$c) {"Remaing args = $args"} PS>test -A value -B value2 -C this is a test Remaing args = is a test Eric asked me the question, "How can I get ALL the arguments and not just the "remaining arguments".
Getting ALL Your Parameters - Windows PowerShell Blog
eBook: Layman’s guide to PowerShell 2.0 remoting
If are you a regular visitor to this blog, you may be aware of my PowerShell remoting series of blog articles. Traffic to this blog increased by almost 80% ever since I started the remoting series. This set of articles appear on the first page of Internet search almost all the time.Microsoft Expression Blend - Working with the Canvas Video
Let us start working with Layout.HuddledMasses

