I wanted to deserialize some Core Db items. I have created Serialization Packages and I tried to deserialize it with the PS Command :
Deserialize-Item -Recurse -Database "core" -Path "C:\serialization\core\sitecore\content\Applications\WebEdit" -Root "C:\serialization"
When I execute this command, it tries to create some folders but it cant find the template for 'Folder', because it resides in the master database.
When I remove the -Database "core" option, it cant find the database, so in both attempts, I could not get Core DB folders deserialied with PS Script.
Does anyone have an idea, how I can deserialize Core DB Folders with script?