Push large repository to GitHub using PowerShell
To push a large repository to GitHub is's one approach to do it step by step: Only some commits at a time. Here is how I do it using Powershell: The name of the remote respository…
67 articles
To push a large repository to GitHub is's one approach to do it step by step: Only some commits at a time. Here is how I do it using Powershell: The name of the remote respository…
On my Debian 11 VM, the 'exit' command in a PowerShell script does not work as expected. The script stops working, but the process does not exit either. Now I use this to exit…
Resently I installed a new SharePoint Server Subscription Edition but in this case only with the latest security update (https://support.microsoft.com/en us/kb/5002191). When I…
This is the link to the SharePoint User Information List: https://sharepoint.example.com / catalogs/users/simple.aspx The bold part must be replaced by the SharePoint site…
On every SharePoint or IIS server I need the following script: Short Version, e.g. for Windows Task Scheduler powershell command “get childitem path c:\inetpub\logs\logfiles…
I have had this exception on SharePoint 2013 pages on several servers after they are running a for one or two days: "An error occurred during the compilation of the requested…
Today I got an error on my development farm after I updated SP 2013 to SP1 level. I also removed Visual Studio 2012 from the box and installed Visual Studio 2013. In fact I did…
In the last couple of months I got several times the following error: The Managed Metadata Service Application was not accessible in the Central Administration. I checked all know…
One of my customers has a SharePoint 2013 farm with content migrated from SharePoint 2010. In the past on SharePoint 2010 they have had the Microsoft SQL Server 2008 R2 Reporting…
I have had a strange error today in my dev lab environment. First I recognized that I could not select users from the People Picker: Sorry, we’re having trouble reaching the…
In my last post I wrote about a supported approach to create a user profile sync connection in SharePoint 2010 using PowerShell and Internet Explorer automation. In the meanwhile…
Yesterday I had a problem on a new SharePoint 2013 farm that took me some hours to solve it. Problem: I was not able to customize forms (again) using InfoPath on lists after…
http://blogs.technet.com/b/heyscriptingguy/archive/2013/03/25/learn about using powershell value binding by property name.aspx
Last Thursday I wrote about “Exporting SharePoint 2013 Design Packages with PowerShell”. Today I’d like to show you the import function. This functions can be used to handle with…
Last night I search for “export import sharepoint 2013 design packages powershell”. No luck there. – So I created two functions for this purpose. It works nicely : ) The functions…
In preparation for a deployment project I wrote some PowerShell functions to write messages to the SharePoint ULS. You can download the PowerShell script here:…
I created an alternated notification feature for SharePoint 2010. It’s a demo project for SharePoint 2010. I’ve done it for some practice in SharePoint development and just for…
The last days I’ve created a PowerShell script that enables you to import a whole file system folder into a SharePoint document library using the SharePoint Content Migration API.…
When you install SharePoint Server 2010 by using the official slipstreamed version that includes SP1 you may get an error while installing SP1 for several language packs. “The…
(Download link below!) If you set up a MS Learning Classroom with Hyper V and the images provided by MS at the MCT download page you need to deploy the VHD files (and the other VM…
SharePoint Server 2010 and Foundation too has a namespace “Microsoft.SharePoint.Utilities.Cab”. In this namespace there are all functions you need to create CAB=WSP files. I have…
Another error in the crawl log: Using Fiddler I figured out that the pages report an “incompatible browser” error if the SharePoint crawler opens that pages. It seems that the…
Some weeks ago I startet a new private dev project. To reach one of the goals of the project I thought about the possibility to create Sandboxed Solutions at runtime. I’ve…
There are several tools out there to minify JavaScript files. – You don’t know “minification”? Look here: http://en.wikipedia.org/wiki/Minification\ (programming)) Common tools…
There is a common error in SharePoint 2010: On almost every (web frontend) server you can find this error in the Windows Event Log “Application”: Event Type: Error Event Source:…
For development and some related tasks I use PowerShell, of course. – I store the PowerShell scripts in my projects as part of them. They are part of the source code and they are…
At the weekend I tried to access a diffrent SharePoint Web (SPWeb) from inside server code (ASPX application page). Before I created interface classes to the “diffrent SharePoint…
In this “Walkthrough” I’d like to show you how to create a simple WCF Web Service for SharePoint 2010. This Web Service will provide two methods: Ping = Just as test.…
Today I’ve had the error: Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (150CA1DD 02E3 47C0…
There are the “Fantastic Fourty” templates you all now… They are create for MOSS 2007 and there are no update available for SharePoint 2010… Because of a migration of MOSS 2007 to…
A customer of mine has the problem that he wants to remove a Web Content Type but SharePoint says the content type is still in use. Therefore I created a tool for enumerating all…
This project is a stand alone clone of my project „Web based PowerShell Console” released on 2011 09 02 on Codeplex and in this blog article:…
On a SharePoint Online site there is no “official” link to the Site Collection Administration page. But you can access them by typing the URL in the browser: http://<your.domain…
Starting at 12th of September 2011 I'll be freelancer. – In August I had some vacation days to spend. – So I created a new project for me – and for you. I call it "Web based…
In some projects there was a need to run code on the client machine for interaction with SharePoint. If’ve realized this kind of applications as “ClickOnce” apps. It’s possible to…
I’ve created a new project that combines my two primary technical passions: SharePoint 2010 and PowerShell. The project “SharePoint PowerShell Timer Jobs” lets you create, modify…
In January 2011 I published a SharePoint Warm Up script based on PowerShell. Some days ago blog reader Tamas published an comment: https://blog.kenaro.com/2011/01/27/sharepoint…
Today I got the following error and did not find a clear description and solution for it: Error message: “Event "OnWorkflowActivated" on interface type…
This time a tiny neat walkthrough of how to add an Event Receiver at runtime in SharePoint 2010. Let’s say you have a SharePoint site that your colleagues already use. In this…
In the last days I created the tool “PS2EXE”. It is able to “convert” PowerShell scripts to “standalone” EXE files. Project site here: http://ps2exe.codeplex.com – It’s ALPHA in…
This is Part 2 of 2 that describes the steps 18 to 27 . You will find Part 1 here: https://blog.kenaro.com/2011/04/24/walkthrough create sharepoint 2010 workflow association form…
Because of some requests by my blog readers I’d like to show you how to create Workflow Association and Initiation (“Instantiation”) forms in Visual Studio 2010 for use with a…
This article belongs to these previous posts: Part 1 Part 2 You should read this article if you have problems to deploy my sample project on Codeplex…
This is not easy. It took me some days. – Now it works! Here I’ll show you how to create a List Form for a SharePoint List using InfoPath 2010. Therefore you need SharePoint 2010…
In this walkthrough I want to show you how to create a Sequential Workflow with Visual Studio 2010 for use in SharePoint 2010. – I will show how to create a custom Task Form for…
In this walkthrough I want to show you how to create a Sequential Workflow with Visual Studio 2010 for use in SharePoint 2010. – I will show how to create a custom Task Form for…
A customer of mine had a problem in a it’s SharePoint 2010 farm. An error occurred while creating a sub site of type Enterprise Wiki. The user that tried to create the sub site…
First: You need a SharePoint 2010 platform. You can use Foundation because BCS = Business Connectivity Services former BDC = Business Data Catalog in SharePoint 2007 – included in…
I had to develop a Holiday Approval Workflow with SharePoint Designer 2010. – I used a “List Workflow”. – Bad mistake! – It’s not possible to copy this kind of workflow to another…
Every SharePoint farm needs a warm up After giving the IIS 7.5 Application Warmup a chance… I had to do it in another way… I created a warmup script in PowerShell. Here it is……
This is part 2 of my demo project about “How to create a custom list form…” – See this post for part one: https://blog.kenaro.com/2010/12/29/walkthrough create custom sharepoint…
… on the SharePoint 2010 with german system language of my customer the message text was “Fehler bei PowerPoint Web App. Wiederholen Sie den Vorgang.” In the SharePoint log I…
The related articles on my blog are: Part 1: How To Activate SharePoint Ribbon Tab by JavaScript Code Part 2: Sample Visual Studio 2010 project for creating a custom SharePoint…
I’ve created a script for uploading user pictures to the SharePoint 2010 User Profile system. For me it worked very well. But: Use it at your own risk! Here is the script:
I want to create a custom field type in a SharePoint 2010 development project (which I want to publish as as “walkthrough” on this blog ) Therefore I need to inspect the source…
(This is part 1 of 2. See link below.) Today I want to show you how to create a custom list form for deployment within a custom list template developed in Visual Studio 2010.…
I needed to change some properties of user profiles of my SharePoint 2010 farm. Of cource I wanted to do this with PowerShell! Before you can execute the following script, be sure…
I created a simple tool extension for Visual Studio for extracting the full qualified name of an .NET assembly. Like this: http://msdn.microsoft.com/en us/library/ee539398.aspx…
In this walkthrough I want to show you the steps for creating a InfoPath form and use it with InfoPath Forms Services of SharePoint 2010. 1\. First I downloaded a downloadable…
There are some mysterios errors on my SharePoint farm. After reading tons of log files I found some hints to problems with the “Session State Service” of SharePoint 2010. I found…
Sometimes you may need to create instances of generic classes in PowerShell. Like this (in C ): There is a generic class used in the code above: System.Collection.Generic.List. If…
I got this error in the config tool of Forefront Protection 2010 for SharePoint: “The SharePoint service is running but the Forefront VSAPI Library is not registered” Here is what…
For a current project I want to create a “master script” that contains another compressed PowerShell script. This compressed script contains some informations server names,…
I tried to create a new SharePoint Server 2010 farm by using PowerShell cmdlet “New SPConfigurationDatabase” in one of the first steps. I got this error: New…
If you load an CSV file with import csv you will end up with an object of type System.Management.Automation.PSCustomObject . It’s an array. In such a case I liked to use such an…
If you develop a SharePoint Application with Visual Studio 2010, e.g. a Console Aplication, you may get an FileNotFoundException. For example in this code (program.cs): I’ve maked…
After updating the SharePoint Foundation 2010 Server of our company to SharePoint Server 2010 I got this error in the Event Viewer: I could solve this error by re enabling the…