Console
Console copied to clipboard
Sitecore PowerShell Extensions
"Add-Rendering" command fails if "Parameter" parameter is provided in case if run a script using remote session. The same script (I mean "Add-Rendering" part itself) works OK in case if...
Couple ideas come to mind: - Disable the file upload option by default and provide a setting to enable - Provide an option to restrict file upload to specific groups...
Would be nice to have a registry editor like here: https://www.skillcore.net/sitecore/sitecore-registry-editor Here is a dialog that might be helpful in the editor: ```powershell $previouslySelectedKey = "previously.selected.databases"; #you should change this...
I run 2 scripts 1. In Sitecore Powershell ISE ``` $criteria = @( @{Filter = "Equals"; Field = "_haslayout_b"; Value = $True} ) $props = @{ Index = "sitecore_master_index" Criteria...
hi michael, writing to you to ask if there are any plans to upgrade these 2 libraries with security findings. /sitecore%20modules/PowerShell/Scripts/ace/emmet-core/emmet.js https://security.snyk.io/package/npm/underscore/1.3.3 /sitecore%20modules/PowerShell/Scripts/jquery-ui.min.js https://nvd.nist.gov/vuln/detail/CVE-2021-41182
**Code:** ``` Import-User -Identity sitecore\Author1 ``` **Error:** ``` 1568 12 May 2025 03:01:08 WARN Object reference not set to an instance of an object.At line:30 char:5 + Import-User -Identity sitecore\Author1...
**Code:** ``` Import-User -Identity sitecore\Admin1 ``` **Error:** ``` 3232 12 May 2025 02:58:25 WARN Object reference not set to an instance of an object.At line:30 char:5 + Import-User -Identity sitecore\Admin1...
**Code:** ``` Export-User -Identity admin ``` **Error:** ``` 1[System.Web.Security.MembershipUser]' has been registered.At line:30 char:5 + Export-User -Identity admin + ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Exception: System.InvalidOperationException Message: No service for type 'Sitecore.Abstractions.Serialization.BaseStorageProvider`1[System.Web.Security.MembershipUser]' has been...
**Code:** ``` Export-Role -Identity sitecore\Author ``` **Error:** ``` 2952 12 May 2025 02:35:51 WARN No service for type 'Sitecore.Abstractions.Serialization.BaseStorageProvider`1[Sitecore.Security.Accounts.Role]' has been registered.At line:30 char:5 + Export-Role -Identity sitecore\Author + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
**Code:** ``` Logout-User ``` **Error:** ``` 2468 12 May 2025 01:55:18 WARN Object reference not set to an instance of an object.At line:30 char:5 + Logout-User + ~~~~~~~~~~~ Exception: System.NullReferenceException...