Skip to content

Instantly share code, notes, and snippets.

View naveed-ahmad-is's full-sized avatar

naveed-ahmad-is

View GitHub Profile
@naveed-ahmad-is
naveed-ahmad-is / gist:8fb892ab414abbe9d7f8a372b92ce844
Created November 6, 2019 05:58
Install Sitecore Pre-Requisites
Install-SitecoreConfiguration –Path “.\Prerequisites.json”
@naveed-ahmad-is
naveed-ahmad-is / gist:b22f6d3c21eed95b1ab43fb3f41b0859
Created November 6, 2019 06:00
Install Solr 8.1.1 For Sitecore
Install-SitecoreConfiguration ".\Solr-SingleDeveloper.json"
.\XP0-SingleDeveloper.ps1
@naveed-ahmad-is
naveed-ahmad-is / gist:0e27578ccfbbf805280114ae6c0daaa1
Created November 6, 2019 06:12
Remove unwanted certificates out of the store Sitecore
Get-Childitem cert:\LocalMachine\root -Recurse | Where-Object {$_.Issuer -ne $_.Subject}
Get-Childitem cert:\LocalMachine\root -Recurse | Where-Object {$_.Issuer -ne $_.Subject} | Move-Item -Destination Cert:\LocalMachine\CA
@naveed-ahmad-is
naveed-ahmad-is / gist:e748cc2d308a8ecebf362dc8e1cbec76
Last active November 6, 2019 06:16
Cannot Start Marketing Automation
An unhandled exception of type 'Sitecore.XConnect.XdbCollectionUnavailableException' occurred in mscorlib.dll
The HTTP response was not successful: Unauthorized
Uninstall-SitecoreConfiguration @singleDeveloperParams *>&1 | Tee-Object XP0-SingleDeveloper-Uninstall.log