Currently I investigate a problem. A SharePoint Server 2019 page showed me an Internal Server Error 500. SharePoint Server 2019 is installed on Windows Server 2022. The August…
As widely known, Microsoft Teams runs on desktop computers with Windows OS or Mac OSX or Linux. The "Teams" app is based on "Electron" (https://www.electronjs.org). "Electron"…
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…
A little bit outdated. I know. But customers not always have the latest server versions running. Today a customer asked me how to create a self signed SSL certificate with…
I got this error: Search Service Application: Crawl Log Error Breakdown <table <tbody <tr <td Access is denied. Verify that either the Default Content Access Account has access to…
In Microsoft Edge the default behaviour of "new tab" is it to open a customizable page with Microsoft Bing and other content. The content can be disabled but there is no way to…
I have some development machines with Visual Studio 2017 and/or 2019 installed. Too many to constantly install updates in. For a long time I was looking for a solution for this,…
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 want to show you a small PowerShell snippet that I created for a webinar for AvePoint. It’s a webinar in German language about the DocAve module “Content Manager”. The…
On Codeplex user redpark asked for “Single Thread Apartment” mode (http://ps2exe.codeplex.com/discussions/435946)… Here it is… Please see v0.4 on CodePlex:…
Some time ago I’ve written a little tool called “PS2EXE” that creates .EXE files from PowerShell script files. As mentioned in earlier posts this is no conversation of PS to EXE!…
In IIS there is a trick for redirecting requests to a new URL including original path and query string. This trick worked on IIS 6. Today I tried this with IIS 7.5 on Windows…
(Original article: https://blog.kenaro.com/2011/06/21/ps2exe tool for converting powershell scripts to standalone exe files/) I have implemented some new switches for PS2EXE: \…
In my project RoboPowerCopy (http://robopowercopy.codeplex.com) I’ve implemented a basic set of classes and methods for use with files and directories with long paths. NTFS…
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…
UPDATE 2021 07 23: Because of the Codeplex shutdown I have archived the project here: https://github.com/ikarstein/robopowercopy Today I want to announce my latest development…
Today I got this error: I tried to deploy a simple form to the SharePoint location http://sharepoint.local. This location is a root site collection!!! I got the error: The…
I’ve created a PowerShell script for adding, updating, enumerating und removing SQL Server aliases. – You can use the script to create/remove/enumerate both 32bit und 64bit…
Today I got this error: (“The server could not complete your request. For more specific information, click the Details button.”) I clicked the “Details” button as commanded.…
For the execution of SharePoint PowerShell scripts I need to check the execution environment of my PowerShell session to be sure that PowerShell runs as x64 application. This was…
If you want to install windows features by script you have to use one of the tool OCSETUP oder DISM. E.g. start /w ocsetup <component name or dism /online /enable…
After renaming my SharePoint 2010 from an old to a new URL I could not longer access any project from this server. The error message looked like this: “Could not retrieve…