Console icon indicating copy to clipboard operation
Console copied to clipboard

Sitecore PowerShell Extensions

Results 146 Console issues
Sort by recently updated
recently updated
newest added

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...

-needs-review

### 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:** ![wrongstyle](https://user-images.githubusercontent.com/10813623/47265052-99c57f00-d52a-11e8-8dbc-47ed29233d74.png) **Expected result:** ![correctstyle](https://user-images.githubusercontent.com/10813623/47265059-a1852380-d52a-11e8-842d-ad3a1c0bf245.png)

### 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...

bug
-needs-review

### 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...

bug
stale

Give administrators an option to correct the issue from within the report.

area-scripts

### 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...