Console
Console copied to clipboard
Sitecore PowerShell Extensions
If SPE Remoting is connecting to a different version the commands should report the error. Perhaps `New-ScriptSession` can do an initial verification.
According to [Sitecore Configuration layers](https://doc.sitecore.net/sitecore_experience_platform/developing/developing_with_sitecore/customizing_server_configuration/configuration_layers), Sitecore PowerShell Extensions (SPE) module should install Cognifide.PowerShell config files in \App_Config\Modules\SPE folder. Please implement this functionality.
### Expected Behavior After enabling the restfulv2 service, requests to `/-/script/v2/master/?user=remoteuser&password=invalidpassword` should result in a permission denied response. This would be in line with the [documentation ](https://doc.sitecorepowershell.com/modules/integration-points/web-api)and [tests](https://github.com/SitecorePowerShell/Console/blob/master/Modules/Remoting%20Tests%20-%20Web%20Api.Tests.ps1): ### Actual...
### Expected Behavior SPE 5.0 is successfully installed on Sitecore XP 9.1 from installation wizard. ### Actual Behavior When I install SPE 5.0 from installation wizard, I get the error...
There are a number of solutions developers have come up with to handle this. Would be nice to include commands out of the box. [Reference](https://sitecore.stackexchange.com/questions/9115/bulk-create-media-items) ```powershell function New-MediaItem{ [CmdletBinding()] param(...
The style of Progress Bar doesn't match to general style in Sitecore **Actual result:**  **Expected result:** 
### Expected Behavior Send-file -NoDialog should start download of for example a media item attachment to the default download folder on the client. ### Actual Behavior A messagebox "There is...
### Expected Behavior As depicted in this [article ](https://blog.najmanowicz.com/2013/05/06/powershell-scripted-data-sources-in-sitecore-part-2/)you should be able to use a script to determine the datasource. ### Actual Behavior Sitecore is validating the datasource and breaks...
Give administrators an option to correct the issue from within the report.
### Expected Behavior The `Get-ItemField` command should respect the `-Language` parameter and return fields for all specified langues. ### Actual Behavior The command ignores the `-Language` parameter by setting the...