Fix PowerShell Error: "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."
Just as a reminder. When getting this error: ...just add this to your PowerShell script:
29 articles
Just as a reminder. When getting this error: ...just add this to your PowerShell script:
Today I had to figure out how to query a SharePoint 2013 REST service from another domain. It took a while to find the correct settings. ; ) There was no list on the internet so I…
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!…
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…
Today I got an error while creating a Search Service Application for SharePoint 2013: PS C:\\ $SearchSA = New SPEnterpriseSearchServiceApplication –Name “Enterprise Search Service…
As you know the SharePoint Farm Account must have privileges to logon locally for getting “User Profile Service Application” to work. Today I created a PowerShell script that adds…
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…
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:…
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…
Today my second guest blog article on “Hey, Scripting Guy!” was published: http://blogs.technet.com/b/heyscriptingguy/archive/2011/08/21/clean up your powershell environment by…
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…
Let me say this in PowerShell language : ) Here it is: Learn About Two CodePlex Projects: PS2EXE and RoboPowerCopy…
There is a short review of my “RoboPowerCopy” tool on the PowerScripting blog: http://powerscripting.wordpress.com/2011/06/27/episode 151 jeremy kelly announces script explorer/…
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…
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…
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…
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……
I took me hours and hours to get to User Profile Service Application working. These are the steps I’ve done in some scenarios. Especial to migrate an SharePoint 2007 profile…
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…
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…
“Is there a way to enumerate all SharePoint 2010 databases in PowerShell like the page /\ admin/DatabaseStatus.aspx" /\ admin/DatabaseStatus.aspx" http://<centra\ administration…
If you want to set the SharePoint 2010 Enterprise Search Service Application "Default Content Access Account" by using PowerShell you can use this script: $searchapp \= Get…
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,…
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…
You can active Claim Based Authentication for a SharePoint Web App afterwards if you missed that at creation time. Use this PowerShell script:
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…