-
### Expected Behavior
When using `Set-User -Identity "sitecore\TestUser"` or `Set-User -Identity "sitecore\TestUser" -Enabled:$false` I would expect the user to be disabled.
### Actual Behavior
…
-
During install of "Sitecore PowerShell Extensions-3.0 for Sitecore 7.zip" on Sitecore 7.0, install fails with the following error
System.Exception: Failed to add an item. Key: '/sitecore/system/Setti…
-
Original documentation can be found here:
http://blog.najmanowicz.com/2015/03/03/set-up-sitecore-powershell-extensions-development-environment/
-
I serialised a disparate set of nodes with security information that I wanted to port to a different environment. I used the following commands:
$securedItems = gci -recurse | where-object { $_["__S…
-
Hello,
I'm on "**Chapter 10 - SITECORE POWERSHELL EXTENSIONS**" of Phil's book.
After a good 20 minutes of "Installing..." the SPE, nothing is happening other than the "Installing..." looping …
-
Hi guys,
It seems that feature introduced here
**Add command to create anti-package #337**
is not working. Or I am using it in wrong way.
When I try to create anti-package using PS Toolbox following…
-
Built a Windows PowerShell module that simplifies the communication with the SPE Remote Automation service. The same scripts also reside in the function library found in the Platform SPE module. This …
-
Create a guide to help users get up to speed on SPE. Lessons should align with scripts found in the Getting Started module. Include shortcuts for both console and ISE.
-
The Cake.AddinDiscoverer tool has discovered discrepencies between the YAML files currently on Cake's web site and the packages discovered on Nuget.org:
YAML files to be deleted:
YAML files to…
-
Hello there, I have the following code trying to install a package using SPE Remote:
```powershell
$script = {
Install-Package -Path $packagePath -InstallMode Overwrite -MergeMode Clear
}
$arg…