Skip to content

Instantly share code, notes, and snippets.

@hermanussen
hermanussen / CrawlSitecoreReleaseNotesForPatches.ps1
Created January 18, 2017 16:12
This script crawls the release notes for Sitecore releases on dev.sitecore.net
# 1. This script crawls the release notes for Sitecore releases on dev.sitecore.net
# 2. It will then generate a file called searchfixedpatches.html
# 3. Open the generated file in your browser and you will be able to search for Sitecore support patch numbers
# Robin Hermanussen - 2017
# Use this script at your own risk
$ScriptPath = Split-Path -parent $MyInvocation.MyCommand.Definition
@richardszalay
richardszalay / TrustedSelfSignedCertificate.psm1
Created November 8, 2015 23:57
Powershell module for creating trusted self-signed certificates
#requires -Version 2.0
#region Exported Cmdlets
<#
.SYNOPSIS
Creates a self-signed certificate and copies it into the trusted store.
.DESCRIPTION
Creates a self-signed certificate and copies it into the trusted store.