Console
Console copied to clipboard
Sitecore PowerShell Extensions
### Expected Behavior Calling Get-ItemReferrer / Get-ItemReference should give the same number of links as the Links dialog under the Navigate tab. ### Actual Behavior There were some links missing...
Hi, I was wondering that since Sitecore IDs are clickable in the console (leading to the Sitecore item in Content Editor), is there a way to make clickable urls? e.g....
i installed sitecore powershell extension in my sitecore 10 initial realese version of instance, the installation was successful and post that when i try to open the powershell console or...
### Expected Behavior File should be able to be downloaded when running the Out-Download command or clicking on the Export buttons in ListView ### Example Code ``` $items = Get-ChildItem...
### Expected Behavior Powershell ISE should execute the command and return results. ### Actual Behavior We are getting an exception on executing a Razl command on Powershell ISE in Sitecore...
### Expected Behavior we have created a new role (global content manager) which will have all access like the admin user, only condition is user need to lock and edit...
Expected Behavior Package size should remain same with -recurse keyword. Please describe the expected behavior. When creating a package with Get-ChildItem -Path "master:/content/home", the package is created as expected. However,...
### Expected Behavior Update-ItemReferrer should function without any issues. ### Actual Behavior When attempting to run the Update-ItemReferrer command, we encounter an issue stating "FieldID cannot be null," even though...
### Expected Behavior Selecting text in ISE and running the "Scripts containing" plugin should result in finding all scripts containing the selected words. ### Actual Behavior It works less often...