-
I installed the Powershell Sitecore Extensions 3.3 on my Sitecore 7.2 instance and when launching the Powershell Console, I get no input prompt. Just the copyright header, and some spinning gears in …
-
PS C:\Users\testUser> Invoke-RemoteScript -Session $session -ScriptBlock {Write-Host "test"}
PS C:\Users\testUser>
So no output, no errors.
If I call saved script via url it returns ok and no output:…
jinek updated
8 years ago
-
Example of the issue would be when you run the below
``` powershell
Find-Module -Tag Azure
```
You only get the below modules show up
``` powershell
Version Name R…
-
I read other issues related to timeout and all solutions were use -AsJob argument to avoid timeout problem.
But by some reasons I can't use remote scripts as jobs. So question: is any way to expand ti…
-
I just upgraded to Sitecore 8.1 & SPE 4.0 from Sitecore 7.5 & 3.n. I found that some commands that work on our legacy platform do not work on the new one. For instance:
```
Sitecore PowerShell Exten…
-
Some enhancements were made to the PowerShell theme in Sitecore PowerShell Extensions.
-
Is it possible to run powershell console/ISE Sheer UI in my local sitecore installation but connect it to service (\sitecore modules\PowerShell\Services\PowerShellWebService.asmx) on remote sitecore?
…
-
Add a shortcut for our users to determine the version of SPE and PowerShell installed.
![image](https://cloud.githubusercontent.com/assets/1209953/15652912/d075b59e-2689-11e6-9194-00ef91556208.png)
-
This works:
```
cd 'master:/sitecore/layout/Placeholder Settings'
Get-ChildItem . -Recurse | Add-ItemLanguage -TargetLanguage "de-de" -IfExist Skip
```
This does not
```
Add-ItemLanguage -Path "ma…
-
Context: Windows 7, Sitecore.NET 7.2 (rev. 141226), SPE 3.0
SPE works on our Win 2008 R2 servers, but I'm having trouble locally on Win 7. Installation and reinstallation of SPE is clean, and PS con…