Project DescriptionA useful set of additional scripts, modules and cmdlets that haven't been added to PowerShell (yet)
- SP2007
- PowerShell Module to manage SharePoint Server 2007
- List of Available Commands (similar to SharePoint 2010 cmdlets) :
- Get-SPFarm
- Get-SPServer
- Get-SPServiceApplication
- Get-SPSearchService
- Get-SPWebApplication
- Get-SPSite
- Get-SPWeb
- New commands :
- New-SPListItem : add an item to a SharePoint List
- ... more coming ...
- PowerZip
- PowerShell Module to zip files
- List of Available Commands :
- New-Zip : Create a zip from any file piped in
- Get-FileFromZip : Extract files from a zip file
- New-AutoZip : Create a zip archive recursively (see examples) in a directory tree
- PowerNet
- PowerShell Module for Network Diagnostics
- List of Available Commands :
- Test-TCPPort (similar as telnet to check ports)
- 3 cmdlets for a monitoring tool called "Xymon" (aka BigBrother, Hobbit), see : http://en.wikipedia.org/wiki/Xymon
- Enable-Monitoring
- Disable-Monitoring
- Write-Monitoring
- PowerBizTalk
- PowerShell Module to manage Microsoft BizTalk Server (2006+)
- Components you can manage :
- Applications
- Host Instances
- Orchestrations
- Receive Locations
- Send Ports
- Send Port Groups
- Service Instances
Author :
Christophe Crémon