This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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. |