Quantcast
Channel: Jimblog » Powershell
Browsing latest articles
Browse All 20 View Live

Image may be NSFW.
Clik here to view.

PowerShell CMDLets SharePoint 2010 – Master List

I got this awesome list from here   Cmdlet name Description Add-SPClaimTypeMapping Adds a claim mapping to a trusted security token service (STS) identity provider. Add-SPDiagnosticsPerformanceCounter...

View Article



Image may be NSFW.
Clik here to view.

Powershell commands for SharePoint 2010 by Name

Hope you find these commands useful for the future. This info came from Here SPAccessServiceApplication Get-SPAccessServiceApplication – Gets an {Access Service} application object....

View Article

Image may be NSFW.
Clik here to view.

2 PowerShell Scripts to help with SharePoint Development

This script from here by Omar Stewart The first, is a script to quickly lookup a SharePoint Error Based on Correlation ID. Here’s the script: ————————————————————————————————————- # # Filename:...

View Article

Image may be NSFW.
Clik here to view.

My Learning Area

My Goal: To build a SP Farm with all Service Apps and functionality installed via PowerShell one command at a time in an attempt to learn PowerShell for SharePoint. Then to manipulate list...

View Article

Image may be NSFW.
Clik here to view.

Configure SharePoint Servers from your Win7 or Server 2008 R2 Desktop with...

See Technet or Don Jones Technet Mag or Zach Rosenfield or Jei Li or Ravikanth Chaganti There are many steps to get this working, you have to conquer the double hop scenario. Basically, to enable...

View Article


Image may be NSFW.
Clik here to view.

PowerShell things to memorize

PowerShell uses -gt and -lt instead of > and <. It uses -eq and -ne rather than == and != to test for whether two objects are equal or not PowerShell uses backquote as the escape character,...

View Article

Image may be NSFW.
Clik here to view.

PowerShell SharePoint 2010 Learning Area 2

Examine and Document the SharePoint Logical Structure Using Windows PowerShell Get-SPFarm Get-SPWebApplication To include the Central Administration Web application, add the parameter...

View Article

Image may be NSFW.
Clik here to view.

SharePoint 2010 Configure PowerShell Commands I will likely use

From the Training Kit CHANGE THE PORT OF CENTRAL ADMINISTRATION Set-SPCentralAdministration -Port <PortNumber> Where: <PortNumber> is an available port, greater than 1023 and less than...

View Article


Image may be NSFW.
Clik here to view.

PowerShell Cheat Sheet Reference Quick Guide

My learning area                                  Get full cheat sheet is from here Here are my Farm Setup commands                 Josh Gavant Blog          Active Directory Quick Start Guide &...

View Article


Image may be NSFW.
Clik here to view.

SharePoint and PowerShell Memory Management

From here For limited work in SharePoint PowerShell, memory is freed when the PowerShell session is closed. If your script ignores memory management, everything usually just works fine. But what...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images