Table of contents
What is Portable PowerShellPortable PowerShell is a custom PowerShell host that doesn't require PowerShell to be installed Allowing you to run PowerShell on a Windows desktop or Server machine that doesn't have PowerShell already installed , and also allows you to run different versions of PowerShell side by Side. But Why
How much does it Cost?Portable Powershell is free and we have no plans on making it a paid application after it comes out of Beta. We are open to licensing the engine for use in third party applications however.
| What about Snapins & Modules?Modules will always work. Most Snapins can be "portablized" with a few lines of script. read more. How does it work?We use our own Application Virtualization techniques similar to those on Microsoft App-V or Vmware ThinApp that virtualizes the dependencies of system32 filesystem and the registry so that running Portable PowerShell itself won't make any chances to the state of your system. We then combine those techniques with our own custom PowerShell host application. A "builder" app packages the powershell engine with Portabel PowerShell. In the current Beta's 32bit and 64bit versions of V1 and V2 come pre-built for your convenience. |


Comments