Skip to content

Instantly share code, notes, and snippets.

View JeffDarchuk's full-sized avatar

Jeff JeffDarchuk

  • Perficient
  • Portland, OR
View GitHub Profile
@JeffDarchuk
JeffDarchuk / Get-UnicornModel.ps1
Created December 27, 2019 14:53
Unicorn scanner to alert on potential errors in unicorn configurations
param(
[string] $path
)
function Expand-Tokens{
param(
[string] $configName,
[string] $path
)
$root = $configName.Split(".")
if ($root.Length -ge 1){
@JeffDarchuk
JeffDarchuk / presets.xml
Last active June 5, 2020 03:55
Sitecore Sidekick Content Migration Presets
<presets hint="raw:BuildPresetList">
<preset
name="AllContent"
desc="Pull all content from the main Sitecore content node."
bulkUpdate="true"
children="true"
overwrite="true"
eventDisabler="true"
pullParent="true"
removeLocalNotInRemote="false"