Console icon indicating copy to clipboard operation
Console copied to clipboard

Sitecore PowerShell Extensions

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

Following along with a blog post similar to this one: https://sitecore.derekc.net/setting-up-azure-active-directory-integration-with-sitecore-identity-server-sitecore-9-1/, you can set your Sitecore website up to authenticate users through 3rd party services, such as Azure Active Directory....

question

Once this variable ![image](https://user-images.githubusercontent.com/6848691/182397880-bf9ca279-7cfc-4b14-bf41-555ceaffcd72.png) will be removed we will get an error/exception causing failure the `PsSitecoreItemProvider` (it won't run `InitializeDefaultDrives`) thus custom `Sitecore` provider won't be properly initialized.

### Expected Behavior PowerShell Console should open as expected after providing admin password. ### Actual Behavior PowerShell Console is throwing exception as below : 5088 04:33:13 WARN Session state elevated...

question
response-no-issue-found

Found place where reducing the information in the dialog could be good idea. **Example:** The following warning appears when a file does not exit. ![image](https://user-images.githubusercontent.com/933163/173712717-53b71737-3a87-42f7-b390-fd647d3fb616.png)

area-user-interface
area-security

### Expected Behavior When using ForceID with branch templates I expect that the GUID is maintained ### Actual Behavior The ID I set is ignored and a random guid is...

This PR is to fix two issues with Wait-RemoteSitecoreJob.ps1 1) As mentioned in https://github.com/SitecorePowerShell/Console/issues/1266#issue-1248688022 Wait-RemoteSitecoreJob 'fails' when the job finishes, this PR removes the "$finishscript" call that is not needed....

### Expected Behavior Set-ItemTemplate should perform the same as the c# method `item.ChangeTemplate(templateItem)`. ### Actual Behavior When I use Set-ItemTemplate, only field values of the same field ID are preserved....

impact-behaviour-change
area-commands
-release-highlight

### Expected Behavior When Wait-RemoteSitecoreJob sees that a Job is finished, the scripts should not fail, it should exit gracefully giving an update on the last status of the job...

### Expected Behavior Scheduled task executes the powershell script sequentially when run as a scheduled job. IE Powershell script has a publish command after an item save. ### Actual Behavior...