SITECORE ITEM CREATION USING POWER SHELL EXTENSION
With Sitecore poweshell extension we can create sitecore item in the content tree.
New-Item -Path "master:/sitecore/system/Settings/Services/API Keys" -Name "TestItem" -ItemType "System/Services/API Key" -ForceId "546FB77C-D7A2-4B5F-B695-B5355150FCA5"
the above command will create the item in the specified path.
Thanks,
Varun Allada
Comments
Post a Comment