PowerShell for EPiServer – cheat sheet – Part 2
10th May 2011 Adam Najmanowicz
Most of this post is also based on the Microsoft’s Windows PowerShell Quick Reference however despite the sharing scripting runtimes the nature of the both shells differ considerably as described in the previous post: PowerShell for EPiServer – cheat sheet – Part 1. In all cases where it made sense I’ve converted the samples [...]
PowerShell for EPiServer – cheat sheet – Part 1
09th May 2011 Adam Najmanowicz
Most of this is based on the Microsoft’s Windows PowerShell Quick Reference however despite the sharing scripting runtimes the nature of the both shells are pretty different (although the differences are not as vast as one might think). Windows PowerShell PowerShell Console for EPiServer Interactive – command can ask for confirmations and can be [...]
EPiServer Admin Mode PowerShell scripts
07th May 2011 Adam Najmanowicz
The PowerShell plugin gets an update once again to support Admin mode script collections in addition to the context scripts. How to write an Admin mode script collections? <ContextScriptCollection> <Title>Statistics Scripts</Title> <Description>This script collection ... </Description> <Area>Administration</Area> <Scripts> <ContextScript> <Title>Restart Application</Title> <Description>The script restarts this instance of EPiServer...</Warning> <Script>Restart-Application</Script> <Icon>/App_Themes/Default/Images/Tools/Refresh.gif</Icon> <Groups> </Groups> </ContextScript> </Scripts> </ContextScriptCollection> [...]
Context PowerShell Scripts in EPiServer
04th May 2011 Adam Najmanowicz
Ok, so I’ve got my shot of endorphins writing about PowerShell last week (damn, it’s nice to be able to code again!), and I got pretty determined on making it usable and achieving all the goals I’ve initially envisioned. and in the process build a usable tool and a library of scripts that people can [...]
