Console
Console copied to clipboard
Sitecore PowerShell Extensions
### Expected Behavior restfulv2 service works as expected right after deployment. ### Actual Behavior Similar to: https://github.com/SitecorePowerShell/Console/issues/982 - Couldn't reproduce locally, only on Azure. - Fix described here https://github.com/SitecorePowerShell/Console/issues/982#issuecomment-389877686 didn't...
### Expected Behavior Using `Add-ItemVersion` without the flag `-DoNotCopyFields` creates a new language version and copies all field values from the source to the target language version. ### Actual Behavior...
### Expected Behavior Post rename the item name using the PowerShell script it should update in the content tree with new name without refreshing the parent item or closing and...
Using cmldet in a following way result in creating new language versions `$item | Rename-Item -Newname "OK"` where `$item` is only version other than **en** ### Expected Behavior No extensive...
### Expected Behavior Get-Item should handle FALSE checkbox values as FALSE instead of inheriting its value from the standard values item. ### Actual Behavior Get-Item handles FALSE checkbox values as...
Using Sitecore Power Shell 6.4 on a Sitecore 9.1 instance. ### Expected Behavior Expect script to upload a file trough Receive-File ### Actual Behavior Get an exception: `[AccessDeniedException: Calling Spe.Client.Applications.UploadFile.PowerShellUploadFileForm.CancelClick...
Hi, We're in the process of cleaning up some old scripts and based on the discussion in https://github.com/SitecorePowerShell/Console/issues/1231#issuecomment-799529532 we're replacing every usage of `Get-Item .` with `$SitecoreContextItem`. Upon doing so...
### Expected Behavior _Please describe the expected behavior._ ### Actual Behavior _Please describe the actual behavior._ ### Steps to Reproduce the Problem _Please include the version number of SPE and...
**Expected Behavior** When we run Powershell script in Powershell ISE in Sitecore. Then it should generate the desired output/result. **Actual Behavior** In Sitecore 9.2 environment, when we are running Powershell...
### Expected Behavior User should get the read/write access after running **AllowAccess** Powershell Script. _Please describe the expected behavior. _ User should get the read access. ### Actual Behavior User...