View Get-UnicornModel.ps1
This file contains 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
param( | |
[string] $path | |
) | |
function Expand-Tokens{ | |
param( | |
[string] $configName, | |
[string] $path | |
) | |
$root = $configName.Split(".") | |
if ($root.Length -ge 1){ |
View presets.xml
This file contains 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
<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" |