Saturday, January 23, 2010

Ado.Net in Powershell

This is an article on using ado.net from Powershell

Posted by chriseyre2000 in 13:52:32 | Permalink | No Comments »

Friday, October 30, 2009

Powershell - Getting Started

The following commands are the best starting point for Powershell:

Get-Help

Get-Command

Format-List

Get-Alias

Posted by chriseyre2000 in 21:41:51 | Permalink | No Comments »

Thursday, January 15, 2009

How to get scripts to run in PowerShell

set-executionpolicy -ExecutionPolicy Unrestricted
Posted by chriseyre2000 in 18:58:46 | Permalink | No Comments »

PowerShell

Recently I have been experimenting with PowerShell.

I have a need to configure Sharepoint in a repeatable manner and have considered Powershell as a possible means of doing so.

Here is a site that provides basic PowerShell documentation

Here is a site that has 5 useful Sharepoint PowerShell functions.
The code is missing a reference to the assembly but that can easily be fixed.

This is a site that proves a sample script to recycle the app pool - something that you need to do very frequently in sharepoint development.

Posted by chriseyre2000 in 18:54:27 | Permalink | No Comments »