Console
Console copied to clipboard
Sitecore PowerShell Extensions
### Expected Behavior If I load item(s) via `Get-Item`, `Get-ChildItem` etc. and accidentally provide an incorrect language parameter, I'd like SPE to give an error message and/or not return any...
### Expected Behavior If I use WriteProgress without a PercentComplete argument, it should show an indeterminate progress bar just like when I do not use WriteProgress. Alternatively, it would be...
### Expected Behavior When deploying Sitecore.PowerShell.Extensions-6.2.scwdp.zip and having a separate security database extracted from core database, the deployment should finish without error and deploy to correct databases. scwdp package should...
### Expected Behavior Calling Add-ItemLanguage -IfExist Skip on an item with language fallback enabled and a language version already existing in the fallback language should not skip - it should...
### Expected Behavior _Please describe the expected behavior._ Sitecore PowerShell Extensions dialog box shouldn't throws any error if we perform any action parallel ### Actual Behavior _Please describe the actual...
### Expected Behavior User should be able to download the report in CSV and/or Excel ### Actual Behavior Nothing is happening when you click CSV or Excel Button when logged...
In the current report you can limit results based on items with a locked date older/younger than x days. Would be nice to be able to filter out items that...
we are trying to update the details of custom properties fields in Sitecore users through sitecore powershell script. ``` if($isValid -eq "true") { set-User -Identity "domain\abc.com" -CustomProperties @{ "postalcode" =...
### Expected Behavior Event handler should cast the Sitecore Event arguments to the correct type based on the type of publish event before extracting the Item to pass along for...
### Expected Behavior When we go to content editor and click to upload image, images should come up _Please describe the expected behavior._ ### Actual Behavior But we are getting...