Category: SharePoint
To start out, a function in PowerShell is similar to a function in any other development language. (See my last post “Commands in PowerShell” for a little PowerShell basics …
Commands do the work in PowerShell. Its that simple yet when I speak about PowerShell and SharePoint there always seems to be some confusion on what a command is. …
To start out, a function in PowerShell is similar to a function in any other development language. (See my last post “Commands in PowerShell” for a little PowerShell basics …
As promised here are the PowerShell scripts I used in my session at ITForums in Barcelona Spain. PS_SPDemoCode.zip If you want to follow along with the demo script (demoScript.txt) …
I know this is last minute but I Daniel Larson passed this around last night.. SharePoint Pro Online Live This is a free online event for those that can …
The newest version of the WSS and MOSS SDK has been posted to Microsoft Download. It is available at: http://www.microsoft.com/downloads/details.aspx?FamilyId=6D94E307-67D9-41AC-B2D6-0074D6286FA9&displaylang=en
Here is a quick look at the current utilities I make sure I get on all my development servers: Reflector – Unless you live under a rock you have …
The Good, Bad and the Ugly – well Ugly at least… SPSiteDataQuery is used to query across multiple lists/libraries within a site collection. Apparently there is a confirmed issue …
I will be presenting a session on Visual Studio Extensions for Windows SharePoint Services for the Saint Louis Visual Basic User Group on Wednesday May 16. If you are …
Note: Migrated from previous blog.. Features are the new way to add functionalities to WSS 3.0 or MOSS 2007. If you are working with features a lot there is …