You heard it right! Yes, worldwide. SAPIEN’s onsite PowerShell training classes have been offered for several years and have now been updated to include PowerShell v3 and as much as is known about v4. These are intense 4- and 5-day classes that will take you from novice to expert or, if your team already has […]
Tag: Windows PowerShell
iPowerShell Pro V3 – All you need to know
iPowerShell Pro v3 includes a help file that has links to various blog articles that will help you set up functionality in the product. It also includes a change log. That file is included here for easy access. New in version 3.0.118: Manage servers remotely with PSWA and iPowerShell Pro. Connect to and manage script […]
iPowerShell Pro: How to select, edit and execute shared scripts on your server
Continuing with our series of iPowerShell Pro V3 features brings us to the Scripts button on the enhanced mobile PowerShell Web Access (PSWA) console. To start off, you need to make sure that your server has access to the same cloud based folder that you are connected to on iPowerShell Pro. Make sure that the […]
iPowerShell Pro: How to use the pipeline builder
Picking up where we left off, let’s take a closer look at the enhanced mobile PowerShell Web Access (PSWA) console that is provided by iPowerShell Pro V3. When you first sign in to PSWA with iPowerShell Pro the console will flash a few times. Upon console startup, we are resetting the font size and the console […]
iPowerShell Pro: How to connect to your PSWA server
The latest version of PowerShell has added a wonderful new feature called PowerShell Web Access (PSWA). Using this feature, an admin can create a web based access point through which they can use PowerShell to manage their servers. We won’t go into the details of how this works, but rather, let us tell you about […]
iPowerShell Pro: How to setup and manage scripts with cloud drive services
iPowerShell Pro V3 enables script editing and updating scripts on the server. We have a Script Management service that helps you edit, copy, move and delete scripts and folders that are on your servers through connected cloud services. Follow the steps below to connect to your cloud services and manage your scripts. First select the […]
iPowerShell Pro: How to add videos
You can add any .mov, .mp4 and .m4v formatted videos to iPowerShell Pro such as the SAPIEN produced PowerShell video training series available at http://www.sapien.com/training by following the instructions below: Connect your device to iTunes. Select the device in the Devices section of the left column. Click on the “Apps” button at the top of […]
iPowerShell Pro: How to add manually generated Alias tables
iPowerShell Pro uses a simple text file for listing Aliases in the Alias module. Each entry is a single line. The “alias” comes first, followed by a space and the cmdlet name followed by a CRLF. Please use all lowercase for the filename. Examples are shown below: ? Where-Object ac Add-Content Save the file as […]
iPowerShell Pro: How to add manually generated About_Help files
The Powershell About Help file is a simple 80 character wide .txt file with a CRLF at the end of each line of text. Section names are typically all in caps and left justified. Section content is indented 4 spaces. Section names and content are separated by a single CRLF while sections are separated from […]
iPowerShell Pro: How to add manually generated help files
iPowerShell Pro uses two mandatory files to display cmdlet help: the PowerShell Help Formatted XML file and an automatically generated .index file. We also use three optional files: a user-generated .info file and two user created .png files. The .xml file (required) Properly formatted PowerShell Help files can be created manually using an XML editor […]